From 8ca9d8987fcb9687dbcf443bac29d60a181d9138 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Thu, 16 Aug 2018 18:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0JBO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/RentCollection/rentcollection/overdueProjectInfo.jsp | 3 ++- WebContent/WEB-INF/etc/jbo/jbo_app.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/overdueProjectInfo.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/overdueProjectInfo.jsp index 5c5e66a45..64d84ec7c 100644 --- a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/overdueProjectInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/overdueProjectInfo.jsp @@ -10,10 +10,11 @@ String id=CurPage.getParameter("id"); String contractid=CurPage.getParameter("contractid"); String contract_id=CurPage.getParameter("contract_id"); - + String orgName = CurOrg.getOrgName(); String sTempletNo = "OverdueProjectInfo";//--ģ-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setDefaultValue("contract_id", contractid); + doTemp.setDefaultValue("rent_assist", orgName); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//ֻģʽ diff --git a/WebContent/WEB-INF/etc/jbo/jbo_app.xml b/WebContent/WEB-INF/etc/jbo/jbo_app.xml index a580aca9f..60a89f126 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_app.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_app.xml @@ -4550,6 +4550,8 @@ + +