From 89db2765896188c2bc4f4bc2c5f216d1c7106f7c Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 09 九月 2022 10:56:50 +0800
Subject: [PATCH] 增加WMS系统参数:分步式调入是否进行源单对应条码核对

---
 Pub_Class/CustomerCls/ClsXt_SystemParameter.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameter.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameter.cs
index f948345..a1dc33f 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameter.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameter.cs
@@ -743,6 +743,10 @@
                     {
                         omodel.Kf_MoveStockStepInBill_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                     }
+                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepInBill_SourceBarCodeCtl")
+                    {
+                        omodel.Kf_MoveStockStepInBill_SourceBarCodeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
+                    }
 
                     //采购退料单
                     if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_POStockInBackBill_AutoCheck")

--
Gitblit v1.9.1