From 1667372f02fb00dc76e172b5348c8e75ffb79bb9 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期一, 10 五月 2021 16:58:45 +0800
Subject: [PATCH] 1.盘点出库状态工作任务不进行删除 2.托盘码为空不允许进行盘点出库
---
src/main/webapp/views/locNormal/locNormal.html | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/locNormal/locNormal.html b/src/main/webapp/views/locNormal/locNormal.html
index 6283083..ff56feb 100644
--- a/src/main/webapp/views/locNormal/locNormal.html
+++ b/src/main/webapp/views/locNormal/locNormal.html
@@ -93,11 +93,16 @@
<input class="layui-input" type="text" name="condition" placeholder="璇疯緭鍏�" autocomplete="off">
</div>
</div>
- <div class="layui-inline">
+ <div class="layui-inline" style="width: 150px">
<select id="matStatusSelect" name="state">
- <option value="">璇烽�夋嫨鍑哄叆搴撶姸鎬�</option>
+ <option value="">鍑哄叆搴撶姸鎬�</option>
<option value="1">宸插叆搴�</option>
<option value="2">宸插嚭搴�</option>
+ </select>
+ </div>
+ <div class="layui-inline" style="width: 150px">
+ <select id="putSiteSelect" name="warehouse">
+ <option value="">璇烽�夋嫨搴撳尯</option>
</select>
</div>
@@ -156,7 +161,7 @@
<script type="text/html" id="locArea">
{{
locArea.map(function(item){
- if (d.warehouse == item.id) {
+ if (d.warehouse == item.uuid) {
return item.name;
}
});
--
Gitblit v1.9.1