From 67826a2c51bbc013db409dd1a5e29dd4ba52fd72 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 09:27:47 +0800
Subject: [PATCH] 初始化

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

diff --git a/src/main/webapp/views/pakStore/locDetlQuery.html b/src/main/webapp/views/pakStore/locDetlQuery.html
index 63193af..8c268e2 100644
--- a/src/main/webapp/views/pakStore/locDetlQuery.html
+++ b/src/main/webapp/views/pakStore/locDetlQuery.html
@@ -64,7 +64,12 @@
         </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">
+            <div class="layui-input-inline">
+                <input class="layui-input" type="text" name="maktx" placeholder="鍟嗗搧鍚嶇О"  autocomplete="off">
             </div>
         </div>
         <div class="layui-inline">
@@ -74,7 +79,7 @@
         </div>
         <div class="layui-inline">
             <div class="layui-input-inline">
-                <input class="layui-input" type="text" name="zpallet" placeholder="鎵樼洏鐮�"  autocomplete="off">
+                <input class="layui-input" type="text" name="proType" placeholder="灞炴��"  autocomplete="off">
             </div>
         </div>
         <div class="layui-inline">
@@ -126,10 +131,8 @@
 
     function getCol() {
         var cols = [
-            //{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'}
+            {type: 'checkbox', merge: ['locNo']}
+            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'}
             // ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
         ];
         cols.push.apply(cols, detlCols);
@@ -188,9 +191,6 @@
         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){
@@ -198,15 +198,13 @@
                         return;
                     }
                     let locNos = [];
-                    let matnrs = [];
                     data.forEach(function(elem) {
                         locNos.push(elem.locNo);
-                        matnrs.push(elem.matnr);
                     });
                     $.ajax({
-                        url: baseUrl+"/locDetlOut/auth",
+                        url: baseUrl+"/locDetl/auth",
                         headers: {'token': localStorage.getItem('token')},
-                        data: {locNos:locNos,matnrs:matnrs},
+                        data: {locNos:locNos},
                         method: 'POST',
                         async: false,
                         success: function (res) {

--
Gitblit v1.9.1