From c41ba9575e72dda93085759ad48882d055313005 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期四, 16 四月 2026 09:03:02 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pakStore/locDetlCheckQuery.html |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pakStore/locDetlCheckQuery.html b/src/main/webapp/views/pakStore/locDetlCheckQuery.html
index 0395912..d666850 100644
--- a/src/main/webapp/views/pakStore/locDetlCheckQuery.html
+++ b/src/main/webapp/views/pakStore/locDetlCheckQuery.html
@@ -78,6 +78,11 @@
         </div>
         <div class="layui-inline">
             <div class="layui-input-inline">
+                <input class="layui-input" type="text" name="standby1" placeholder="PO"  autocomplete="off">
+            </div>
+        </div>
+        <div class="layui-inline">
+            <div class="layui-input-inline">
                 <input class="layui-input" type="text" name="boxType3" placeholder="閲囪喘鍗曞彿"  autocomplete="off">
             </div>
         </div>
@@ -148,8 +153,16 @@
     function getCol() {
         let cols = [
             {type: 'checkbox', merge: ['locNo']}
-            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'}
+            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'},
+            {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true}
+            ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: false},
+            {field: 'standby1', align: 'center',title: '瀹㈡埛po', hide: false},
+            {field: 'standby3', align: 'center',title: '瀹㈡埛sku', hide: false},
         ];
+        arrRemove(detlCols, "field", "matnr")
+        arrRemove(detlCols, "field", "orderNo")
+        arrRemove(detlCols, "field", "standby1")
+        arrRemove(detlCols, "field", "standby3")
         cols.push.apply(cols, detlCols);
         cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
             ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'})

--
Gitblit v1.9.1