From 192df9e5b55cde1c11e21e050657dc94002a4612 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期三, 14 十二月 2022 11:07:29 +0800
Subject: [PATCH] 1

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

diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
index ae55eff..1bc7ac6 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -115,6 +115,10 @@
         public string Kf_SellOutBill_AutoSavePOStockInBill; //同步生成采购入库单
         public string Kf_SellOutBill_NoRefresh;             //PDA不自动刷新
         public string Kf_SellOutBill_Display;               //扫描物料条码后是否自动刷新子表界面('Y'为是)
+        //销售出库  校验
+        public string Kf_SellOutBillCheck_MustQtyCtl;   //校验数量控制
+        public string Kf_SellOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
+        public string Kf_SellOutBillCheck_MultilineCtl; //校验-多行相同物料自动拆分换行匹配
 
         //其他出库
         public string Kf_OtherOutBill_AutoCheck;       //是否自动审核
@@ -126,6 +130,8 @@
         public string Kf_OtherOutBill_MultilineCtl;    //是否存在多行相同物料时自动拆分换行('Y'为自动拆分)
         public string Kf_OtherOutBill_MaterWHSPCtl;    //是否取物料默认仓库仓位('Y'为是)
         public string Kf_OtherOutBill_SourceWHSPCtl;   //是否取源单中仓库仓位('Y'为是)
+        public string Kf_OtherOutBill_FIFOList;        //先进先出下架清单
+        public string Kf_OtherOutBill_FIFOCtl;         //先进先出控制
         //其他出库  校验
         public string Kf_OtherOutBillCheck_MustQtyCtl;   //校验数量控制
         public string Kf_OtherOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -155,6 +161,10 @@
         public string Kf_MateReplenishOutBill_MultilineCtl;    //是否存在多行相同物料时自动拆分换行('Y'为自动拆分)
         public string Kf_MateReplenishOutBill_MaterWHSPCtl;    //是否取物料默认仓库仓位('Y'为是)
         public string Kf_MateReplenishOutBill_SourceWHSPCtl;   //是否取源单中仓库仓位('Y'为是)
+        //生产补料  校验
+        public string Kf_MateReplenishOutBillCheck_MustQtyCtl;   //校验数量控制
+        public string Kf_MateReplenishOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
+        public string Kf_MateReplenishOutBillCheck_MultilineCtl; //校验-多行相同物料自动拆分换行匹配
 
         //直接调拨
         public string Kf_MoveStockBill_AutoCheck;       //是否自动审核
@@ -306,6 +316,7 @@
         public string WMS_OneScanMode;  //一次扫码模式
         public string WMS_UserByOrgRelation;  //扫码枪用户登入时判断用户对应组织权限控制,Y为控制
         public string WMS_MouldManagerCtl;  //是否启用器具管理(Y,N)
+        public string WMS_CloudMode;        //是否为私有云模式
 
 
         //桌面条码模块

--
Gitblit v1.9.1