From 1d469834074a19ce291f70a783d9d7725430a6fa Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期一, 22 十二月 2025 09:08:17 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pakStore/stockOut.html | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pakStore/stockOut.html b/src/main/webapp/views/pakStore/stockOut.html
index 3e02f19..e4c703b 100644
--- a/src/main/webapp/views/pakStore/stockOut.html
+++ b/src/main/webapp/views/pakStore/stockOut.html
@@ -23,7 +23,13 @@
box-shadow: 0 0 3px rgba(0,0,0,.3);
padding-bottom: 20px;
}
-
+ #staNoSpan, #outboundAreaSpan {
+ text-align: center;
+ display: inline-block;
+ width: 100px;
+ font-size: 13px;
+ margin-right: 10px; /* 澧炲姞鍙宠竟闂磋窛 */
+ }
#staNoSpan {
text-align: center;
display: inline-block;
@@ -100,6 +106,13 @@
<select id="staNoSelect" lay-verify="required">
<option value="">璇烽�夋嫨绔欑偣</option>
</select>
+ <!-- 2.閫夋嫨鏀捐揣鍖哄煙 -->
+ <span id="outboundAreaSpan">鏀捐揣鍖哄煙锛�</span>
+ <select id="outboundAreaSelect">
+ <option value="1">1</option>
+ <option value="2">2</option>
+ <option value="3">3</option>
+ </select>
<!-- 2.鍚姩鍑哄簱 -->
<button class="layui-btn layui-btn-lg" id="btn-outbound" lay-event="outbound">鍚姩鍑哄簱</button>
</div>
--
Gitblit v1.9.1