From 40ada0315f79eaaa30dce2f246878b3ea0d7493b Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期六, 20 十二月 2025 12:49:48 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pakStore/locCheckOut.html | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/pakStore/locCheckOut.html b/src/main/webapp/views/pakStore/locCheckOut.html
index 393dfba..9f5c9f0 100644
--- a/src/main/webapp/views/pakStore/locCheckOut.html
+++ b/src/main/webapp/views/pakStore/locCheckOut.html
@@ -22,20 +22,21 @@
border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,.3);
}
- #staNoSpan {
+ #staNoSpan, #outboundAreaSpan {
text-align: center;
display: inline-block;
width: 100px;
font-size: 13px;
+ margin-right: 10px; /* 澧炲姞鍙宠竟闂磋窛 */
}
.layui-btn-container .layui-form-select {
display: inline-block;
- width: 150px;
+ width: 180px; /* 澧炲姞瀹藉害 */
height: 30px;
}
.layui-btn-container .layui-form-select.layui-form-selected {
display: inline-block;
- width: 150px;
+ width: 180px; /* 澧炲姞瀹藉害 */
}
.layui-btn-container .layui-select-title input {
font-size: 13px;
@@ -100,7 +101,16 @@
<select id="staNoSelect" lay-verify="required">
<option value="">璇烽�夋嫨绔欑偣</option>
</select>
- <!-- 2.鍚姩鍑哄簱 -->
+
+ <!-- 2.閫夋嫨鏀捐揣鍖哄煙 -->
+ <span id="outboundAreaSpan">鏀捐揣鍖哄煙锛�</span>
+ <select id="outboundAreaSelect">
+ <option value="1">1</option>
+ <option value="2">2</option>
+ <option value="3">3</option>
+ </select>
+
+ <!-- 3.鍚姩鍑哄簱 -->
<button class="layui-btn layui-btn-lg" id="btn-outbound" lay-event="outbound">鐩樼偣鍑哄簱</button>
</div>
</div>
@@ -129,4 +139,3 @@
</body>
</html>
-
--
Gitblit v1.9.1