1
This commit is contained in:
@@ -118,6 +118,7 @@ namespace Tnb.WarehouseMgr
|
||||
ko.carry_id = firstCarry?.id;
|
||||
ko.carry_code = firstCarry?.carry_code;
|
||||
await _db.Updateable(ko).UpdateColumns(it => new { it.status, it.carry_id, it.carry_code }).ExecuteCommandAsync();
|
||||
//await KittingOutByIsToBeShipped();
|
||||
if (firstCarry != null)
|
||||
{
|
||||
firstCarry.source_id = ko.source_id;
|
||||
@@ -155,6 +156,7 @@ namespace Tnb.WarehouseMgr
|
||||
ko.status = WmsWareHouseConst.BILLSTATUS_CALLED_ID;
|
||||
await curDb.Updateable(ko).UpdateColumns(it => it.status).ExecuteCommandAsync();
|
||||
isCalled = true;
|
||||
//await Publish(nameof(IWmsSetSortingService.PackSortingByAdd));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -409,7 +411,7 @@ namespace Tnb.WarehouseMgr
|
||||
|
||||
await _db.Insertable(kittingOuts).ExecuteCommandAsync();
|
||||
await _db.Insertable(kittingOutDs).ExecuteCommandAsync();
|
||||
|
||||
|
||||
await _db.Ado.CommitTranAsync();
|
||||
await KittingOutByAdd();
|
||||
isSuccessFul = true;
|
||||
|
||||
Reference in New Issue
Block a user