挤出批号修改 erp接口另起线程调用

This commit is contained in:
2024-09-29 16:03:05 +08:00
parent e6a0066616
commit a04831bbae
8 changed files with 76 additions and 28 deletions

View File

@@ -402,6 +402,7 @@ namespace Tnb.WarehouseMgr
erpRequestData.Add("vbillcode", instock.bill_code);
erpRequestData.Add("vtrantypecode", tranType?.EnCode ?? "");
erpRequestData.Add("csourcebillhid", wmsPurchaseH?.erp_arriveorder_pk ?? "");
erpRequestData.Add("vdef3", wmsPurchaseH?.service_num ?? "");
List<Dictionary<string, object>> erpRequestDataDetails = new List<Dictionary<string, object>>();
foreach (WmsInstockD item in allInstockDetails)