材料出库单(材料)

This commit is contained in:
2024-09-06 15:11:08 +08:00
parent 14f0554c80
commit 0ae9737a8b
5 changed files with 121 additions and 98 deletions

View File

@@ -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,