1
This commit is contained in:
@@ -253,7 +253,6 @@ namespace Tnb.WarehouseMgr
|
|||||||
var items = itGroup.Adapt<List<WmsDistaskH>>();
|
var items = itGroup.Adapt<List<WmsDistaskH>>();
|
||||||
for (int i = 0, cnt = items.Count; i < cnt; i++)
|
for (int i = 0, cnt = items.Count; i < cnt; i++)
|
||||||
{
|
{
|
||||||
var num = i + 1;
|
|
||||||
items[i].id = SnowflakeIdHelper.NextId();
|
items[i].id = SnowflakeIdHelper.NextId();
|
||||||
items[i].status = WmsWareHouseConst.TASK_BILL_STATUS_DZX_ID;
|
items[i].status = WmsWareHouseConst.TASK_BILL_STATUS_DZX_ID;
|
||||||
items[i].bill_code = await _billRullService.GetBillNumber(WmsWareHouseConst.WMS_TASK_EXECUTE_ENCODE);
|
items[i].bill_code = await _billRullService.GetBillNumber(WmsWareHouseConst.WMS_TASK_EXECUTE_ENCODE);
|
||||||
|
|||||||
Reference in New Issue
Block a user