From b0a7197cfed4705a63ed32ddc83cac6fb09a017f Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 23 十月 2025 14:04:29 +0800
Subject: [PATCH] 13
---
src/main/webapp/views/pakStore/emptyOut.html | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/pakStore/emptyOut.html b/src/main/webapp/views/pakStore/emptyOut.html
index 234d821..c733166 100644
--- a/src/main/webapp/views/pakStore/emptyOut.html
+++ b/src/main/webapp/views/pakStore/emptyOut.html
@@ -94,11 +94,7 @@
<input class="layui-input" type="text" name="lev1" placeholder="灞�" lay-verify="number" autocomplete="off">
</div>
</div>
- <div class="layui-inline">
- <div class="layui-input-inline">
- <input class="layui-input" type="text" name="crn_no" placeholder="鍫嗗灈鏈哄彿" lay-verify="number" autocomplete="off">
- </div>
- </div>
+
<!-- 寰呮坊鍔� -->
<div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block">
@@ -138,7 +134,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