From 2ec8d040b9a33b83c0c78a29b7decbd8816d6cc0 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 16 九月 2025 14:35:21 +0800
Subject: [PATCH] 入库分配库位,判断深库位状态
---
src/main/webapp/views/order/out.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/order/out.html b/src/main/webapp/views/order/out.html
index c438001..8e9bd0e 100644
--- a/src/main/webapp/views/order/out.html
+++ b/src/main/webapp/views/order/out.html
@@ -193,12 +193,15 @@
<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 id="batchSelectStaBox" name="batchSta" lay-search>
+ <option value="">璇烽�夋嫨缁勮揣鍗曞彿</option>
</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){ }}
--
Gitblit v1.9.1