diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsEmptyInstockService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsEmptyInstockService.cs index 64d6f972..62f3cc8b 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsEmptyInstockService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsEmptyInstockService.cs @@ -202,6 +202,8 @@ namespace Tnb.WarehouseMgr data = dic }; await WmsEmptyIn(visualDevModelDataCrInput); + + } } catch (Exception ex) { diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmskittingOutService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmskittingOutService.cs index 8588294e..08f8e2fb 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmskittingOutService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmskittingOutService.cs @@ -53,8 +53,7 @@ namespace Tnb.WarehouseMgr /// [HttpPost] public async Task KittingOutByAdd() - { - if (input.IsNull()) throw new ArgumentNullException("input"); + { try { await _db.Ado.BeginTranAsync(); @@ -291,6 +290,7 @@ namespace Tnb.WarehouseMgr [HttpPost] public async Task MESKittingOutStk(List input) { + if (input.IsNull()) throw new ArgumentNullException("input"); try { await _db.Ado.BeginTranAsync();