From c58d64311945d0b324d72002e52dcbbae61bee8e Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期三, 01 十一月 2023 22:14:30 +0800
Subject: [PATCH] 人员管理必填项

---
 igds-web/src/main/resources/static/admin/inout/in-check.js |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/igds-web/src/main/resources/static/admin/inout/in-check.js b/igds-web/src/main/resources/static/admin/inout/in-check.js
index 8a6e3fa..da2f1d2 100644
--- a/igds-web/src/main/resources/static/admin/inout/in-check.js
+++ b/igds-web/src/main/resources/static/admin/inout/in-check.js
@@ -29,6 +29,13 @@
         });
 
         laydate.render({
+            elem: '#foodYear',
+            theme: '#7b8e9f',
+            value: foodYear,
+            type: 'year'
+        });
+
+        laydate.render({
             elem: '#checkTime',
             theme: '#7b8e9f',
             format: 'yyyy-MM-dd HH:mm:ss',
@@ -124,7 +131,6 @@
     var limit = data.upperLimit;
     //杩愮畻绗�
     var symbol = data.operaSymbol;
-
     if (symbol && limit) {
         if (">=" == symbol) {
             if (newValue < limit) {
@@ -356,7 +362,8 @@
             title: '澶囨敞璇存槑',
             align: 'center',
             edit: 'text'
-        }]]
+        }]],
+        limit: this.curCheckItems.length //鏄剧ず鐨勬暟閲�
     });
 
     $("thead tr").css({

--
Gitblit v1.9.3