|
@@ -67,6 +67,8 @@ public class ProjectAddImpl extends BaseServlet implements IHttpServletAdaptor{
|
|
|
jobbasfilVO.setIsRef(true);
|
|
|
//是否封存
|
|
|
jobbasfilVO.setSealflag(UFBoolean.FALSE);
|
|
|
+ //客商
|
|
|
+ jobbasfilVO.setDef1(GetBaseDAOUtil.getCubasdocpk(jsonObject.getString("custname")));
|
|
|
|
|
|
IUtilMaintain iUtilMaintain = NCLocator.getInstance().lookup(IUtilMaintain.class);
|
|
|
iUtilMaintain.project_RequiresNew(jobbasfilVO);
|
|
@@ -103,8 +105,9 @@ public class ProjectAddImpl extends BaseServlet implements IHttpServletAdaptor{
|
|
|
String pk_jobtype = "pk_jobtype";//项目类型
|
|
|
String jobcode = "jobcode";//项目编码
|
|
|
String jobname = "jobname";//项目名称
|
|
|
+ String custname = "custname";//客商
|
|
|
|
|
|
- String[] HeadKey = {pk_corp,pk_jobtype,jobcode,jobname};
|
|
|
+ String[] HeadKey = {pk_corp,pk_jobtype,jobcode,jobname,custname};
|
|
|
|
|
|
for (String as : HeadKey) {
|
|
|
|