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 |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pakStore/stockAdjust.html b/src/main/webapp/views/pakStore/stockAdjust.html
index 429028c..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">
@@ -84,7 +90,7 @@
     <!-- 搴撲綅鎻愮ず -->
     <div style="display: inline-block; font-size: 16px">
         <div class="not-retrieve" style="color: red">
-            鏈绱㈠簱浣�
+            璇峰厛妫�绱㈠簱浣�
         </div>
         <div class="retrieve" style="display: none;color: blue">
             褰撳墠妫�绱㈠簱浣�:&nbsp; <span id="locMsg"></span>
@@ -100,6 +106,19 @@
     <button id="mat-query" class="function-btn" onclick="getMat()">鏂板搴撳瓨</button>
 </div>
 
+<!-- 澶撮儴 -->
+<script type="text/html" id="toolbar">
+    <button class="layui-btn layui-btn-lg" id="btn-adjust" lay-event="adjust" style="">璋冩暣搴撳瓨</button>
+</script>
+
+<!-- 琛� -->
+<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>
+
 <!-- 琛ㄦ牸 -->
 <table class="layui-table" id="chooseData" lay-filter="chooseData"></table>
 

--
Gitblit v1.9.1