From 9af56baece44f759a3b28b4eef6fba1c4c13e45d Mon Sep 17 00:00:00 2001 From: hlb <894797954@qq.com> Date: Wed, 22 Nov 2023 16:50:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?MES=E7=94=9F=E4=BA=A7=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E5=85=88=E4=B8=8D=E5=9B=9E=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs index ce05775b..74d140a9 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs @@ -308,8 +308,8 @@ namespace Tnb.WarehouseMgr instock.location_id = loc.id; instock.biz_type = WmsWareHouseConst.BIZTYPE_WMSINSTOCK_ID; instock.bill_code = _billRullService.GetBillNumber(WmsWareHouseConst.WMS_INSTOCK_ENCODE).GetAwaiter().GetResult(); - instock.generate_type = "1";// 自动 - instock.sync_status = WmsWareHouseConst.SYNC_STATUS__NOTSYNC;//未同步 + instock.generate_type = "0";// 自动 + instock.sync_status = WmsWareHouseConst.SYNC_STATUS_NONEEDSYNC;//未同步 instock.print_status = WmsWareHouseConst.PRINT_STATUS_PRINTCOMPLETE;//已打印 instock.status = WmsWareHouseConst.BILLSTATUS_ADD_ID;// 新增 instock.create_time = DateTime.Now; From fb9e44e46a88fb5a44b3e7c08e3816fb485b2e76 Mon Sep 17 00:00:00 2001 From: hlb <894797954@qq.com> Date: Wed, 22 Nov 2023 16:53:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?MES=E5=87=BA=E5=BA=93=E5=85=88=E4=B8=8D?= =?UTF-8?q?=E7=94=A8=E5=9B=9E=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs index 69587709..804bdde7 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsOutStockService.cs @@ -576,8 +576,8 @@ namespace Tnb.WarehouseMgr outstock.location_id = location.id; outstock.biz_type = WmsWareHouseConst.BIZTYPE_WMSOUTSTOCK_ID; outstock.bill_code = _billRullService.GetBillNumber(WmsWareHouseConst.WMS_OUTSTOCK_ENCODE).GetAwaiter().GetResult(); - outstock.generate_type = "1";// 自动 - outstock.sync_status = WmsWareHouseConst.SYNC_STATUS__NOTSYNC;//未同步 + outstock.generate_type = "0";// 自动 + outstock.sync_status = WmsWareHouseConst.SYNC_STATUS_NONEEDSYNC;//未同步 outstock.status = WmsWareHouseConst.BILLSTATUS_ADD_ID;// 新增 outstock.create_id = _userManager.UserId; outstock.create_time = DateTime.Now;