From 76b910950b5d1c8bf945f95bcde086ddddf5e309 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期五, 14 十一月 2025 10:17:21 +0800
Subject: [PATCH] #1

---
 src/main/webapp/views/pakStore/locDetlQuery.html |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/pakStore/locDetlQuery.html b/src/main/webapp/views/pakStore/locDetlQuery.html
index 605e5b3..63193af 100644
--- a/src/main/webapp/views/pakStore/locDetlQuery.html
+++ b/src/main/webapp/views/pakStore/locDetlQuery.html
@@ -64,7 +64,7 @@
         </div>
         <div class="layui-inline">
             <div class="layui-input-inline">
-                <input class="layui-input" type="text" name="matnr" placeholder="鍟嗗搧妯″叿鍚嶇О"  autocomplete="off">
+                <input class="layui-input" type="text" name="matnr" placeholder="鍟嗗搧缂栫爜"  autocomplete="off">
             </div>
         </div>
         <div class="layui-inline">
@@ -126,8 +126,10 @@
 
     function getCol() {
         var cols = [
-            {type: 'checkbox', merge: ['locNo']}
-            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'}
+            //{type: 'checkbox', merge: ['locNo']},
+            {type: 'checkbox'}
+            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', style: 'font-weight: bold'}
+            //,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'}
             // ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
         ];
         cols.push.apply(cols, detlCols);
@@ -186,6 +188,9 @@
         table.on('toolbar(stockOut)', function (obj) {
             var checkStatus = table.checkStatus(obj.config.id);
             var data = checkStatus.data;
+            // console.info(obj)
+            // console.info(JSON.stringify(obj))
+            // console.info(JSON.stringify(data))
             switch(obj.event) {
                 case 'confirm':
                     if (data.length === 0){

--
Gitblit v1.9.1