From 4eb885f2439b4ccdcc101e7a5d555ab6ce35ad78 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 18 十月 2024 12:29:43 +0800
Subject: [PATCH] 技能考核增加事业部字段,工序出站单编辑 增加 班次修改制单,增加人员履历报表

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

diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
index e040760..85f8cd0 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -660,6 +660,9 @@
         //收款单
         public string YS_ReceiveBill_AutoCheck;       //保存后是否自动审核
 
+        //考勤汇报单
+        public string Pay_WorkTimesBill_AutoCheck;   //保存后是否自动审核
+
         //下模单
         public string Sc_MouldLowerBill_MouldUpper;  //必须做上模单才能生成下模单
 

--
Gitblit v1.9.1