From 45d602719964509214d06ec5173f23e5307d5dfe Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 16 四月 2024 12:24:10 +0800
Subject: [PATCH] 无空库位时,不做空板入库操作
---
src/main/webapp/views/allLocDetl/locDetl.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/allLocDetl/locDetl.html b/src/main/webapp/views/allLocDetl/locDetl.html
index 69897c7..ab8bb4a 100644
--- a/src/main/webapp/views/allLocDetl/locDetl.html
+++ b/src/main/webapp/views/allLocDetl/locDetl.html
@@ -36,6 +36,7 @@
<!-- </div>-->
<div class="layui-input-inline">
<select id="floorSelect" name="loc_type" lay-filter="floorSelect">
+ <option value="">璇烽�夋嫨</option>
<option value="1">AGV搴撳尯</option>
<option value="2">鍥涢」搴撳尯</option>
<option value="3">骞冲簱鍖�</option>
--
Gitblit v1.9.1