From c0e86ef8780e87a7a939edb3d7f6adc88d66fdf7 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期四, 08 七月 2021 10:08:48 +0800
Subject: [PATCH] 1.立库出库erp更新不进行判断成品和原材料
---
src/main/webapp/views/locNormal/normalReport.html | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/src/main/webapp/views/locNormal/normalReport.html b/src/main/webapp/views/locNormal/normalReport.html
index b2279e0..f8d5b5f 100644
--- a/src/main/webapp/views/locNormal/normalReport.html
+++ b/src/main/webapp/views/locNormal/normalReport.html
@@ -112,9 +112,11 @@
</div>
<div class="layui-inline" style="width: 150px; margin-top: 4px">
- <select id="state" name="state">
+ <select id="io_type" name="io_type">
<option value="1">鍏ュ簱</option>
<option value="2">鍑哄簱</option>
+ <option value="3">淇敼</option>
+ <option value="4">鍒犻櫎</option>
</select>
</div>
@@ -137,16 +139,6 @@
<div class="layui-form">
<table class="layui-hide" id="locNormal" lay-filter="locNormal"></table>
</div>
-
- <script type="text/html" id="locArea">
- {{
- locArea.map(function(item){
- if (d.warehouse == item.uuid) {
- return item.name;
- }
- });
- }}
- </script>
</div>
--
Gitblit v1.9.1