From 61593c7f55cf24d81746aa041e60d0ccccd8b80a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 19 六月 2020 09:30:08 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/pakStore/stockAdjust.html b/src/main/webapp/views/pakStore/stockAdjust.html
index 429028c..d01976d 100644
--- a/src/main/webapp/views/pakStore/stockAdjust.html
+++ b/src/main/webapp/views/pakStore/stockAdjust.html
@@ -73,7 +73,7 @@
 <div id="search-box" class="layui-form layui-card-header">
     <div class="layui-inline">
         <div class="layui-input-inline">
-            <input id="searchLocNo" class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off"  style="height: 45px;border-color: #b8b8b8">
+            <input id="searchLocNo" value="0100202" class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off"  style="height: 45px;border-color: #b8b8b8">
         </div>
     </div>
     <!-- 寰呮坊鍔� -->
@@ -84,7 +84,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 +100,18 @@
     <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-danger layui-btn-xs" lay-event="remove">绉婚櫎</a>
+    {{# } }}
+</script>
+
 <!-- 琛ㄦ牸 -->
 <table class="layui-table" id="chooseData" lay-filter="chooseData"></table>
 

--
Gitblit v1.9.1