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 | 29 ++++++++++++++++++++++++-----
1 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/order/out.html b/src/main/webapp/views/order/out.html
index cae77ac..b3c84f0 100644
--- a/src/main/webapp/views/order/out.html
+++ b/src/main/webapp/views/order/out.html
@@ -107,9 +107,9 @@
</div>
</div>
<div class="layui-inline">
- <label class="layui-form-label">鎵瑰彿:</label>
+ <label class="layui-form-label">搴忓垪鐮�:</label>
<div class="layui-input-inline">
- <input name="batch" class="layui-input" placeholder="鎵瑰彿"/>
+ <input name="batch" class="layui-input" placeholder="搴忓垪鐮�"/>
</div>
</div>
<!-- <div class="layui-inline">-->
@@ -152,19 +152,22 @@
<!-- 鍑哄簱棰勮 -->
<script type="text/html" id="pakoutPreviewBox" style="display: none">
- <div style="padding: 25px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
+ <div style="padding: 25px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
<span style="font-size: large; font-weight: bold">鍑哄簱棰勮</span>
</div>
<div class="layui-card">
<div class="layui-card-body" style="padding: 10px">
<table id="stoPreTab" lay-filter="stoPreTab"></table>
</div>
+ <button class="layui-btn layui-btn-primary layui-border-black layui-btn-sm" lay-filter="batchModifySta" lay-submit style="display: block;float: right;margin-right: 1rem">
+ 鎵归噺淇敼
+ </button>
</div>
</script>
<script type="text/html" id="tbBasicTbStaNos">
<div class="ew-select-fixed">
- <select lay-filter="tbBasicTbStaNos">
+ <select class="order-sta-select" lay-filter="tbBasicTbStaNos">
{{#if (d.staNos!=null) {}}
{{# for(let i=0; i<d.staNos.length; i++) { }}
<option value="{{d.staNos[i]}}">{{d.staNos[i]}}</option>
@@ -174,12 +177,20 @@
</div>
</script>
+<script type="text/html" id="staBatchSelectDialog">
+ <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>
+
<script type="text/html" id="locNoTpl">
<span name="locNo"
{{# if( d.lack === false){ }}
class="layui-badge layui-badge-green" >{{d.locNo}}</span>
{{# } else { }}
- class="layui-badge layui-badge-red" >缂鸿揣</span>
+ class="layui-badge layui-badge-red" >搴撳瓨涓嶈冻</span>
{{# } }}
</script>
@@ -280,5 +291,13 @@
</script>
</body>
+
+<script type="text/template" id="batchStaSelectTpl">
+ <option value="">閫夋嫨鍑哄簱绔�</option>
+ {{#each list}}
+ <option value="{{this}}">{{this}}</option>
+ {{/each}}
+</script>
+
</html>
--
Gitblit v1.9.1