From 150aefb772c787d4e8639103225e61a0addbc350 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 30 十一月 2022 09:45:53 +0800
Subject: [PATCH] 扫码调用方法完善

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

diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
index 774a779..fea6760 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -130,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;      //校验-是否校对仓库仓位

--
Gitblit v1.9.1