From 02f82cb286e0825e2ac9a661a91a91eaf7d0ada4 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期二, 14 六月 2022 10:53:02 +0800
Subject: [PATCH] #
---
src/main/webapp/views/order/out.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/order/out.html b/src/main/webapp/views/order/out.html
index a152030..b3c84f0 100644
--- a/src/main/webapp/views/order/out.html
+++ b/src/main/webapp/views/order/out.html
@@ -178,9 +178,10 @@
</script>
<script type="text/html" id="staBatchSelectDialog">
- <form class="layui-form" style="padding: 25px 50px 60px 50px">
+ <form class="layui-form" style="padding: 25px 50px 30px 50px;text-align: center">
<select id="batchSelectStaBox" name="batchSta" lay-vertype="tips" lay-verify="required" required="">
</select>
+ <button style="margin-top: 30px" class="layui-btn" lay-filter="staBatchSelectConfirm" lay-submit="">纭畾</button>
</form>
</script>
@@ -293,8 +294,8 @@
<script type="text/template" id="batchStaSelectTpl">
<option value="">閫夋嫨鍑哄簱绔�</option>
- {{#each}}
- <option value="{{docId}}">{{docName}}</option>
+ {{#each list}}
+ <option value="{{this}}">{{this}}</option>
{{/each}}
</script>
--
Gitblit v1.9.1