From 3cb50aaf224b6a2afb98dc0bac0bb4ab10843b75 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 09 四月 2026 09:04:06 +0800
Subject: [PATCH] 定时任务循环未执行完放弃当次任务

---
 src/main/webapp/static/js/saasLog/saasLog.js |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/static/js/saasLog/saasLog.js b/src/main/webapp/static/js/saasLog/saasLog.js
index 6d2833e..515d284 100644
--- a/src/main/webapp/static/js/saasLog/saasLog.js
+++ b/src/main/webapp/static/js/saasLog/saasLog.js
@@ -23,14 +23,14 @@
         cols: [[
             {type: 'checkbox'}
             ,{field: 'id', align: 'center',title: 'id', hide:true}
-            ,{field: 'locNo', align: 'center',title: '搴撲綅'}
             ,{field: 'type$', align: 'center',title: '鎿嶄綔绫诲瀷'}
-            ,{field: 'matnr', align: 'center',title: '鐗╂枡鍙�'}
+            ,{field: 'locNo', align: 'center',title: '搴撲綅'}
+            ,{field: 'matnr', align: 'center',title: '鐗╂枡'}
+            ,{field: 'batch', align: 'center',title: '鎵规'}
             ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
+            ,{field: 'createBy$', align: 'center',title: '鎿嶄綔璐﹀彿'}
             ,{field: 'ioTime$', align: 'center',title: '鎿嶄綔鏃堕棿'}
-            ,{field: 'createBy', align: 'center',title: '', hide:true}
-
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
+            // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
         ]],
         request: {
             pageName: 'curr',
@@ -232,6 +232,18 @@
     }
     layDateRender();
 
+    // 鏃堕棿閫夋嫨鍣�
+    layDate.render({
+        elem: '#io_time\\$',
+        type: 'datetime'
+    });
+
+    layDate.render({
+        elem: '.layui-laydate-range'
+        ,type: 'datetime'
+        ,range: true
+    });
+
 });
 
 // 鍏抽棴鍔ㄤ綔

--
Gitblit v1.9.1