加1|自制;2|外协;3|采购
This commit is contained in:
parent
a32e3591d8
commit
c1f21f8723
|
|
@ -186,6 +186,7 @@ public class MaterialService {
|
|||
ma.setProcessState(0);
|
||||
ma.setApplyUserCode(SessionUtil.getRealName());
|
||||
ma.setMaterialUnit("PC");
|
||||
ma.setProcessState(10);
|
||||
resultList.add(ma);
|
||||
|
||||
AddMaterialMainDTO ent=new AddMaterialMainDTO();
|
||||
|
|
@ -318,6 +319,8 @@ public class MaterialService {
|
|||
material.put("MEINS", u.getMaterialUnit());
|
||||
material.put("DUPLICATEITEMS", u.getReuseOfOnceState().equals(1) ? "2" : "1");// 是否一次性使用物料 0:否1:是
|
||||
material.put("categoryTreeName", u.getCategoryNameTree());
|
||||
//流程类型 1|自制;2|外协;3|采购
|
||||
material.put("materialGetType","1");
|
||||
|
||||
if (StringUtils.isNotEmpty(String.valueOf(u.getUseOfYear()))) {
|
||||
material.put("USAGEYEAR", String.valueOf(u.getUseOfYear()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue