From a1dd6ff24f7cae0b529ad313ba07351c07965605 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 03 十一月 2025 13:04:09 +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