From 40c552a5e8ff4604d29b44f96a6912e8cbe53f98 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 25 八月 2021 21:47:48 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
index 939c058..2b26d3b 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -191,6 +191,22 @@
public string Sc_ICMOReportBill_BillTypeOneScan;//本单据类型内只允许一次扫码(唯一码,含缓存列表)
public string Sc_ICMOReportBill_UpdateSourceInterID;//覆盖源单内码
+
+ //JIT
+
+
+ //开班单
+ public string Sc_MESBeginWorkBill_AutoCheck; //自动审核
+ //结班单
+ public string Sc_MESEndWorkBill_AutoCheck; //自动审核
+ //停工挂起单
+ public string Sc_MESStopWorkBill_AutoCheck; //自动审核
+ //产量汇报单
+ public string Sc_ICMOBillWorkQtyStatus_AutoCheck; //自动审核
+ //质量汇报单
+ public string Sc_ICMOBillQualityStatus_AutoCheck; //自动审核
+
+ //
}
}
--
Gitblit v1.9.1