From f3ce4485cd37eb7c3bcf16fde86a7f149974c4b6 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 20 三月 2026 09:51:50 +0800
Subject: [PATCH] #检查导出功能:  1.商品档案无异常  2.库存明细管理(异常)已修复  3.库存明细统计无异常  4.工作档查询维护无异常  5.工作档明细查询无异常  6.工作历史档查询无异常  7.工作明细历史档查询无异常  8.入库通知历史档无异常  9.库存移动流水记录(异常)已修复  10.机台工位绑定无异常  11.库存调整记录无异常  12.工作档维护日志(异常)已修复  13.操作日志无异常

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

diff --git a/src/main/webapp/static/js/locCache/locCache.js b/src/main/webapp/static/js/locCache/locCache.js
index 311e76b..e35b6f2 100644
--- a/src/main/webapp/static/js/locCache/locCache.js
+++ b/src/main/webapp/static/js/locCache/locCache.js
@@ -23,12 +23,12 @@
         cols: [[{type: 'checkbox'}, {field: 'locNo', align: 'center', title: '搴撲綅鍙�', width: 120}
             , {field: 'barcode', align: 'center', title: '鎵樼洏鐮�'}
             , {field: 'areaName', align: 'center', title: '搴撳尯鍚嶇О'}
-            , {field: 'whsType$', align: 'center', title: '搴撲綅绫诲瀷'}
+            // , {field: 'whsType$', align: 'center', title: '搴撲綅绫诲瀷'}
             , {field: 'locSts', align: 'center', title: '搴撲綅鐘舵��'}
             , {field: 'row1', align: 'center', title: '鎺�'}
             , {field: 'bay1', align: 'center', title: '鍒�'}
             , {field: 'lev1', align: 'center', title: '灞�'}
-            , {field: 'locType', align: 'center', title: '搴撲綅绫诲瀷'}
+            // , {field: 'locType', align: 'center', title: '搴撲綅绫诲瀷'}
             , {field: 'sort', align: 'center', title: '浼樺厛绾�'}
             , {field: 'modiUser$', align: 'center', title: '淇敼浜哄憳'}
             , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿'}
@@ -78,6 +78,13 @@
             case 'addData':
                 showEditModel();
                 break;
+            case 'batchModifties':
+                if (checkStatus.length === 0) {
+                    layer.msg('璇烽�夋嫨闇�瑕佷慨鏀圭殑鏁版嵁淇℃伅', {icon: 2});
+                    return;
+                }
+                batchModifies();
+                break;
             case 'deleteData':
                 if (checkStatus.length === 0) {
                     layer.msg('璇烽�夋嫨瑕佸垹闄ょ殑鏁版嵁', {icon: 2});
@@ -115,7 +122,6 @@
     // 鐩戝惉琛屽伐鍏蜂簨浠�
     table.on('tool(locCache)', function (obj) {
         var data = obj.data;
-        console.log(data)
         switch (obj.event) {
             case 'showDetl':
                 locNo = data?.locNo;
@@ -142,7 +148,6 @@
 
     // 鍒濆鍖栦繚瀛�
     form.on('submit(initDo)', function (data) {
-        console.log(data.field)
         $.ajax({
             url: baseUrl + "/locCache/init/auth",
             headers: {'token': localStorage.getItem('token')},
@@ -163,6 +168,19 @@
         })
     });
 
+    function batchModifies() {
+        layer.open({
+            type: 1,
+            title: '鎵归噺淇敼',
+            maxmin: true,
+            area: ["400px"],
+            shadeClose: true,
+            content: $('#batchModify'),
+            success: function (layero, index) {
+
+            }
+        });
+    }
 
     /* 寮圭獥 - 鏂板銆佷慨鏀� */
     function showEditModel(mData) {
@@ -204,7 +222,6 @@
 
     /* 鍒犻櫎 */
     function del(ids) {
-        console.log(ids)
         layer.confirm('纭畾瑕佸垹闄ら�変腑鏁版嵁鍚楋紵', {
             skin: 'layui-layer-admin', shade: .1
         }, function (i) {

--
Gitblit v1.9.1