From 005a6ed14ccad1aeaa30d6738a6b651e63ed483d Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期三, 01 九月 2021 20:04:20 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs index 2b26d3b..0aadebe 100644 --- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs +++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs @@ -190,7 +190,7 @@ public string Sc_ICMOReportBill_MulSourceBill; //多源单模式 public string Sc_ICMOReportBill_BillTypeOneScan;//本单据类型内只允许一次扫码(唯一码,含缓存列表) public string Sc_ICMOReportBill_UpdateSourceInterID;//覆盖源单内码 - + public string Sc_ICMOReportBill_FirstCheckOut; //必须首件检验通过才能保存单据 //JIT @@ -206,7 +206,11 @@ //质量汇报单 public string Sc_ICMOBillQualityStatus_AutoCheck; //自动审核 - // + //QMS + + //首件检验单 + public string QC_FirstPieceCheckBill_AutoCheck; //自动审核 + } } -- Gitblit v1.9.1