|
|
@@ -772,6 +772,7 @@ namespace Business.SystemJobManagement
|
|
|
ic_item.erp_cls = erpcls;//物料属性
|
|
|
ic_item.erp_cls_name = erpclsText;//物料属性名称
|
|
|
ic_item.unit = custList[i].UM;//单位
|
|
|
+ ic_item.is_clean = custList[i].IssuePolicy ? 1 : 0;
|
|
|
ic_item.clean_leadtime = custList[i].MFGMTTR;
|
|
|
ic_item.PurLT = custList[i].PurLT;
|
|
|
ItemsUpd.Add(ic_item);
|