From 4be9c995cac85fcb4e8d165f626959a43a237cea Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 24 十月 2024 15:11:01 +0800
Subject: [PATCH] 1
---
Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
index e040760..e460fcc 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -630,7 +630,7 @@
public string Gy_RoutingBill_SaveAutoAddnew; //保存后变为新增状态
public string Gy_RoutingBill_DeleterAndMakerMustSame; //删除人必须是制单人
public string Gy_RoutingBill_SaveAutoLastProc; //保存到数据库时自动加上转工序
-
+ public string Gy_RoutingBill_EnableMultiLevel; //工艺路线是否启用多级审批,启用多级审批要求普通审批不启用
////工序进站单
//public string MES_StationBill_ProcNo; //自动匹配流水号
@@ -660,6 +660,9 @@
//收款单
public string YS_ReceiveBill_AutoCheck; //保存后是否自动审核
+ //考勤汇报单
+ public string Pay_WorkTimesBill_AutoCheck; //保存后是否自动审核
+
//下模单
public string Sc_MouldLowerBill_MouldUpper; //必须做上模单才能生成下模单
--
Gitblit v1.9.1