From bce95139a56ce3f8a8ab0f52cf6c792c04f10e6a Mon Sep 17 00:00:00 2001 From: chenwenkai <1084072318@qq.com> Date: Mon, 11 Nov 2024 15:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E7=A0=81=E7=BB=91=E5=AE=9A=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E4=BE=9B=E5=BA=94=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WmsCarryBindService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryBindService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryBindService.cs index 5bd924fa..7cb731e4 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryBindService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsCarryBindService.cs @@ -290,6 +290,8 @@ namespace Tnb.WarehouseMgr WmsCarryCode.codeqty = detail.codeqty; WmsCarryCode.create_id = input.create_id; WmsCarryCode.create_time = DateTime.Now; + WmsCarryCode.auxprop_gys = auxprop_gys; + WmsCarryCode.auxprop_xph=auxprop_xph; WmsCarryCodes.Add(WmsCarryCode); WmsTempCode wmsTempCode = wmsTempCodes.Where(r => r.barcode == detail.barcode).First();