业务申请

This commit is contained in:
user 2018-06-14 19:24:19 +08:00
parent fdfce7be5b
commit 56ac77f215
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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");