测试部门改成注塑车间
This commit is contained in:
@@ -2505,8 +2505,8 @@ namespace Tnb.ProductionMgr
|
||||
Dictionary<string, object> erpRequestData = new Dictionary<string, object>();
|
||||
erpRequestData.Add("auditer",erpCreateId);
|
||||
erpRequestData.Add("billmaker",erpCreateId);
|
||||
erpRequestData.Add("cdeptid","1001A1100000000JRLI1");//部门先写死
|
||||
erpRequestData.Add("cdeptvid","0001A11000000007GGO8");//部门先写死
|
||||
erpRequestData.Add("cdeptid","1001A1100000001JFOPQ");//部门先写死
|
||||
erpRequestData.Add("cdeptvid","0001A1100000000AOMIQ");//部门先写死
|
||||
erpRequestData.Add("taudittime",nowStr);
|
||||
erpRequestData.Add("creationtime",nowStr);
|
||||
erpRequestData.Add("creator",erpCreateId);
|
||||
@@ -2524,8 +2524,8 @@ namespace Tnb.ProductionMgr
|
||||
List<Dictionary<string, object>> erpRequestDataDetails = new List<Dictionary<string, object>>();
|
||||
erpRequestDataDetails.Add(new Dictionary<string, object>()
|
||||
{
|
||||
["cbdeptid"] = "1001A1100000000JRLI1",//部门先写死
|
||||
["cbdeptvid"] = "0001A11000000007GGO8",//部门先写死
|
||||
["cbdeptid"] = "1001A1100000001JFOPQ",//部门先写死
|
||||
["cbdeptvid"] = "0001A1100000000AOMIQ",//部门先写死
|
||||
["cbmainmaterialid"] = erpExtendFields.Find(x=>x.table_id==report.material_id)?.cmaterialoid ?? "",
|
||||
["cbmainmaterialvid"] = erpExtendFields.Find(x=>x.table_id==report.material_id)?.cmaterialvid ?? "",
|
||||
["cbmaterialid"] = erpExtendFields.Find(x=>x.table_id==report.material_id)?.cmaterialvid ?? "",
|
||||
|
||||
Reference in New Issue
Block a user