业务申请
This commit is contained in:
parent
fdfce7be5b
commit
56ac77f215
@ -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);
|
||||
|
||||
}
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user