From 5035721c6abac9741b44630d5cd70d743f1a89f8 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 29 Jun 2023 16:06:17 +0800 Subject: [PATCH] 1 --- WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs index af08b0df..9fe837d3 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs @@ -391,6 +391,10 @@ namespace Tnb.WarehouseMgr { osd.line_status = WmsWareHouseConst.BILLSTATUS_COMPLETE_ID; } + else + { + osd.line_status = WmsWareHouseConst.BILLSTATUS_ON_ID; + } } } await _db.Updateable(curOutstockDetails).ExecuteCommandAsync();