材料出库单加研究项目

This commit is contained in:
2024-10-09 14:36:09 +08:00
parent fc4fc7ed3f
commit 70f2f1d559
2 changed files with 7 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ namespace Tnb.WarehouseMgr
erpRequestData.Add("vbillcode", wmsRawmatOutstockH.bill_code);
erpRequestData.Add("vtrantypecode", wmsRawmatOutstockH.outstock_type);
erpRequestData.Add("vdef20", true);
erpRequestData.Add("vdef4", wmsRawmatOutstockH.erp_project_id);
List<Dictionary<string, object>> erpRequestDataDetails = new List<Dictionary<string, object>>();
foreach(var item in wmsCarryCodes)