修改项目名称格式,使包含客户名称
This commit is contained in:
parent
81647f8c40
commit
836f2a1cd3
@ -73,7 +73,7 @@ public class BusinessApprovalStartAction extends BaseFlowStartAction{
|
||||
//String projectName=projectNO+"_"+this.FlowParam.get("CustName")+this.FlowParam.get("ProductName")+"项目";
|
||||
this.FlowParam.put("ProjectNo", projectNO);//项目编号
|
||||
this.FlowParam.put("FlowKey", projectNO);//流程互斥
|
||||
this.FlowParam.put("ProjectName", projectNO);//ĎîÄżĂűłĆ
|
||||
this.FlowParam.put("ProjectName", projectNO+"-"+this.getCustname());//ÏîÄ¿Ãû³Æ
|
||||
this.FlowParam.put("carAttributes", this.getCarAttributes());//车辆属性
|
||||
this.FlowParam.put("leasehold", this.getLeasehold());//租赁方式
|
||||
this.FlowParam.put("productModel", this.getProductModel());//品牌
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user