|
|
@@ -677,7 +677,8 @@ namespace Business.SystemJobManagement
|
|
|
self_inspection_date = custList[i].InsLT,
|
|
|
Warehousing_date = 1,
|
|
|
Shipping_date = 3,
|
|
|
- });
|
|
|
+ PurLT = custList[i].PurLT
|
|
|
+ });;
|
|
|
ic_item_stock addStock = new ic_item_stock();
|
|
|
addStock.GenerateNewId(help.NextId());
|
|
|
addStock.icitem_id = itemId;
|
|
|
@@ -730,6 +731,7 @@ namespace Business.SystemJobManagement
|
|
|
ic_item.erp_cls_name = custList[i].PurMfg == "P" ? "外购" : "自制";//物料属性名称
|
|
|
ic_item.unit = custList[i].UM;//单位
|
|
|
ic_item.clean_leadtime = custList[i].MFGMTTR;
|
|
|
+ ic_item.PurLT = custList[i].PurLT;
|
|
|
ItemsUpd.Add(ic_item);
|
|
|
}
|
|
|
}
|