仓库管理:库位:update
This commit is contained in:
@@ -76,7 +76,7 @@ namespace ZR.Service.mes.wms
|
||||
resultionPackageCode.ProductionTime = "20" + workoderidid.Substring(0, 6);
|
||||
//todo 解析箱子中产品数量
|
||||
string product_num = splitstr[3].Substring(4);
|
||||
resultionPackageCode.Quantity = product_num;
|
||||
resultionPackageCode.Quantity = int.Parse(product_num);
|
||||
//todo 产品描述 partnumber
|
||||
// ProWorklplan_v2 plan= Context.Queryable<ProWorklplan_v2>().Where(it => it.Partnumber == partnumber).First();
|
||||
//if(plan != null)
|
||||
|
||||
Reference in New Issue
Block a user