From 9a4530ace0c4305af2d75fc95654a16c6007fd5b Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期三, 07 七月 2021 16:06:15 +0800
Subject: [PATCH] 平仓管理、平仓日入库支持同时查询成品和原材料
---
src/main/webapp/views/locNormal/normalReport.html | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/views/locNormal/normalReport.html b/src/main/webapp/views/locNormal/normalReport.html
index 241bb6e..f8d5b5f 100644
--- a/src/main/webapp/views/locNormal/normalReport.html
+++ b/src/main/webapp/views/locNormal/normalReport.html
@@ -140,16 +140,6 @@
<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>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
--
Gitblit v1.9.1