From b7e08df5a07b3fa832a46ecc31983e16f2bccc8c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 24 七月 2023 14:56:01 +0800
Subject: [PATCH] # 出库作业,和库存明细管理 排序

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

diff --git a/src/main/webapp/views/pakStore/stockAdjust.html b/src/main/webapp/views/pakStore/stockAdjust.html
index 2a50bd3..8ed5f18 100644
--- a/src/main/webapp/views/pakStore/stockAdjust.html
+++ b/src/main/webapp/views/pakStore/stockAdjust.html
@@ -65,6 +65,12 @@
             color: #fff;
         }
 
+        #mat-query {
+            display: none;
+        }
+        #btn-adjust {
+            display: none;
+        }
     </style>
 </head>
 <body style="padding-bottom: 30px">
@@ -73,7 +79,7 @@
 <div id="search-box" class="layui-form layui-card-header">
     <div class="layui-inline">
         <div class="layui-input-inline">
-            <input id="searchLocNo" value="0100202" class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off"  style="height: 45px;border-color: #b8b8b8">
+            <input id="searchLocNo" class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off"  style="height: 45px;border-color: #b8b8b8">
         </div>
     </div>
     <!-- 寰呮坊鍔� -->
@@ -107,7 +113,10 @@
 
 <!-- 琛� -->
 <script type="text/html" id="operate">
+    {{# if(d.removeBtn){ }}
+    <a class="layui-btn layui-btn-normal layui-btn-xs" lay-event="supplier">鎵瑰彿</a>
     <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="remove">绉婚櫎</a>
+    {{# } }}
 </script>
 
 <!-- 琛ㄦ牸 -->

--
Gitblit v1.9.1