1
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
handleH.create_time = DateTime.Now;
|
handleH.create_time = DateTime.Now;
|
||||||
preTaskUpInput.PreTaskRecord = handleH;
|
preTaskUpInput.PreTaskRecord = handleH;
|
||||||
//根据空载具入库Id,回更单据状态
|
//根据空载具入库Id,回更单据状态
|
||||||
await _db.Updateable<WmsEmptyInstock>().SetColumns(it => new WmsEmptyInstock { status = WmsWareHouseConst.BILLSTATUS_ON_ID }).Where(it => it.id == preTaskUpInput.PreTaskId).ExecuteCommandAsync();
|
await _db.Updateable<WmsEmptyInstock>().SetColumns(it => new WmsEmptyInstock { status = WmsWareHouseConst.BILLSTATUS_ON_ID }).Where(it => it.id == preTaskUpInput.RquireId).ExecuteCommandAsync();
|
||||||
|
|
||||||
await _wareHouseService.GenInStockTaskHandleAfter(preTaskUpInput);
|
await _wareHouseService.GenInStockTaskHandleAfter(preTaskUpInput);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user