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] =?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;