材料出库单(材料)
This commit is contained in:
@@ -176,7 +176,7 @@ namespace Tnb.WarehouseMgr
|
||||
["crowno"] = (wmsCarryCodes.FindIndex(x => x.id == item.id) + 1) * 10,
|
||||
["cunitid"] = erpExtendFields.Find(x => x.table_id == (unitDatas.Find(x => x.EnCode == item.unit_id)?.Id ?? ""))?.cunitid ?? "",
|
||||
["nnum"] = item.codeqty,
|
||||
["nshouldnum"] = item.codeqty,
|
||||
["nassistnum"] = item.codeqty,
|
||||
["pk_group"] = erpOrg.pk_group,
|
||||
["pk_org"] = erpOrg.pk_org,
|
||||
["pk_org_v"] = erpOrg.pk_org_v,
|
||||
|
||||
Reference in New Issue
Block a user