测试部门改成注塑车间

This commit is contained in:
2024-09-03 18:18:20 +08:00
parent 29ef53c1e8
commit cddca2a10a
8 changed files with 20 additions and 20 deletions

View File

@@ -1050,8 +1050,8 @@ namespace Tnb.WarehouseMgr
Dictionary<string, object> erpRequestData = new Dictionary<string, object>();
string nowStr = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
erpRequestData.Add("billmaker", erpCreateId);
erpRequestData.Add("cdptid", "1001A1100000000JRLI1");// 先写死
erpRequestData.Add("cdptvid", "0001A11000000007GGO8");// 先写死
erpRequestData.Add("cdptid", "1001A1100000001JFOPQ");// 先写死
erpRequestData.Add("cdptvid", "0001A1100000000AOMIQ");// 先写死
erpRequestData.Add("corpoid", erpOrg.corpoid);
erpRequestData.Add("corpvid", erpOrg.corpoid);
erpRequestData.Add("cothercalbodyoid", erpOrg.pk_org);