到货类型编码

This commit is contained in:
2024-10-15 13:42:44 +08:00
parent c3fd844523
commit c24946fad6
2 changed files with 6 additions and 1 deletions

View File

@@ -329,7 +329,7 @@ namespace Tnb.WarehouseMgr
erpRequestData.Add("pk_supplier_v", erpExtendFields.Find(x => x.table_id == wmsOutsourceH.supplier_id)?.supplier_vid);//先写死
erpRequestData.Add("vbillcode", wmsOutsourceH.bill_code);
erpRequestData.Add("vmemo", wmsOutsourceH.remark);
erpRequestData.Add("vtrantypecode", null);
erpRequestData.Add("vtrantypecode", wmsOutsourceH.vtrantypecode);
erpRequestData.Add("isType", 1);
List<Dictionary<string, object>> erpRequestDataDetails = new List<Dictionary<string, object>>();