From 1a987c661d60c77b258a3be42c09a3fd2ba3ae06 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 14 八月 2023 15:34:59 +0800
Subject: [PATCH] #订单出库自动出浅库位
---
src/main/webapp/views/basDevp/basDevp_detail.html | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/basDevp/basDevp_detail.html b/src/main/webapp/views/basDevp/basDevp_detail.html
index aa35a7a..6497e24 100644
--- a/src/main/webapp/views/basDevp/basDevp_detail.html
+++ b/src/main/webapp/views/basDevp/basDevp_detail.html
@@ -240,6 +240,15 @@
<input id="decDesc" class="layui-input" type="text">
</div>
</div>
+ <div class="layui-inline" style="width:31%;">
+ <label class="layui-form-label">璁惧鎻忚堪锛�</label>
+ <div class="layui-input-inline">
+ <select id="locType1">
+ <option value="1">浣庡簱浣�</option>
+ <option value="2">楂樺簱浣�</option>
+ </select>
+ </div>
+ </div>
<hr class="layui-bg-gray">
--
Gitblit v1.9.1