This commit is contained in:
alex
2023-06-15 19:55:09 +08:00
parent 04f2d5c551
commit 0aceef8697

View File

@@ -233,7 +233,7 @@ namespace Tnb.WarehouseMgr
items.ForEach(x => items.ForEach(x =>
{ {
x.is_chain = 0; x.is_chain = 0;
x.bill_code= _billRullService.GetBillNumber(WmsWareHouseConst.WMS_TASK_EXECUTE_ENCODE).GetAwaiter().GetResult();
x.chain_type = "0"; x.chain_type = "0";
}); });
} }
@@ -272,7 +272,7 @@ namespace Tnb.WarehouseMgr
items.ForEach(x => items.ForEach(x =>
{ {
x.status = WmsWareHouseConst.TASK_BILL_STATUS_DZX_ID; x.status = WmsWareHouseConst.TASK_BILL_STATUS_DZX_ID;
x.bill_code = $""; x.bill_code = _billRullService.GetBillNumber(WmsWareHouseConst.WMS_TASK_EXECUTE_ENCODE).GetAwaiter().GetResult();
x.is_sign = 1; x.is_sign = 1;
}); });
var areaPreTasks = itGroup.ToList(); var areaPreTasks = itGroup.ToList();