From fb57e7836338304b16c09fec4fb5c68fb688c39e Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 28 四月 2026 14:03:24 +0800
Subject: [PATCH] 1.新增分区查询 2.任务档新增分区字段

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

diff --git a/src/main/webapp/views/pakStore/locDetlQuery.html b/src/main/webapp/views/pakStore/locDetlQuery.html
index d0e280f..2923511 100644
--- a/src/main/webapp/views/pakStore/locDetlQuery.html
+++ b/src/main/webapp/views/pakStore/locDetlQuery.html
@@ -59,7 +59,7 @@
         </div>
         <div class="layui-inline">
             <div class="layui-input-inline">
-                <input class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off">
+                <input class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�/鍒悕" autocomplete="off">
             </div>
         </div>
         <div class="layui-inline">
@@ -129,8 +129,8 @@
     function getCol() {
         var cols = [
             {type: 'checkbox', merge: ['locNo']}
-            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'}
-            // ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
+            ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', hide: true}
+            ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'}
         ];
         cols.push.apply(cols, detlCols);
         cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}

--
Gitblit v1.9.1