From c411387fa86ad7fd247a768c259b8f21caa70a8c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 02 一月 2021 15:30:35 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/pakStore/stockOut.html b/src/main/webapp/views/pakStore/stockOut.html
index 39da831..da6cb79 100644
--- a/src/main/webapp/views/pakStore/stockOut.html
+++ b/src/main/webapp/views/pakStore/stockOut.html
@@ -71,6 +71,10 @@
             background-color: #2b425b;
             color: #fff;
         }
+
+        #mat-query {
+            display: none;
+        }
     </style>
 </head>
 <body>
@@ -92,7 +96,7 @@
                 <!-- 1.閫夋嫨鍑哄簱鍙� -->
                 <span id="staNoSpan">鍑哄簱鍙o細</span>
                 <select id="staNoSelect" lay-verify="required">
-<!--                    <option value="">璇烽�夋嫨绔欑偣</option>-->
+                    <option value="">璇烽�夋嫨绔欑偣</option>
                 </select>
                 <!-- 2.鍚姩鍑哄簱 -->
                 <button class="layui-btn layui-btn-lg" id="btn-outbound" lay-event="outbound">鍚姩鍑哄簱</button>
@@ -117,7 +121,7 @@
 
 <script type="text/template" id="takeSiteSelectTemplate">
     {{#each data}}
-    <option value="{{this}}">{{this}}</option>
+    <option value="{{siteId}}">{{desc}}</option>
     {{/each}}
 </script>
 </body>

--
Gitblit v1.9.1