From 56ac77f215e68a057a472b35e9d2c2b5dc83fd1d Mon Sep 17 00:00:00 2001 From: user Date: Thu, 14 Jun 2018 19:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApplication/BusinessProjectTempInfo.jsp | 2 +- .../project/commbusiness/LBProjectIntoTempInitCarBusiness.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp index 08ef08cad..2b3525e4b 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp @@ -28,7 +28,7 @@ ASObjectModel doTemp = new ASObjectModel(sTempletNo); //租赁形式set只读 if((null!=sPhaseNo&&sPhaseNo.equals("0010")) && ("BusinessApplyFlow".equals(FlowNo) ||"BusinessChangeFlow".equals(FlowNo))){ - doTemp.setReadOnly("LEAS_FORM", false); + doTemp.setReadOnly("LEAS_FORM", true); doTemp.setReadOnly("PROJECT_SOURCE", false); } diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java index 2230d8722..caa69eec8 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java @@ -78,7 +78,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness { bo.setAttributeValue("project_name",this.getAttribute("ProjectNo")); bo.setAttributeValue("project_manage",this.getAttribute("CurUserID")); bo.setAttributeValue("project_dept",asUser.getOrgID()); - bo.setAttributeValue("leas_form", "02");//默认回租 + bo.setAttributeValue("leas_form", this.getAttribute("leasehold"));//默认回租 bo.setAttributeValue("PRODUCT_ID",this.getAttribute("ProductId"));//业务品种编号 bo.setAttributeValue("PRODUCT_NAME",this.getAttribute("ProductName"));//业务品种名称 bo.setAttributeValue("PROJECT_STATUS","0");