From b4a8d50e3d97fc9e893b554a60134e4eceb012eb Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 05 一月 2026 08:58:08 +0800
Subject: [PATCH] #
---
src/main/webapp/views/locNormal/normalReport.html | 25 +++++++++++--------------
1 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/src/main/webapp/views/locNormal/normalReport.html b/src/main/webapp/views/locNormal/normalReport.html
index b2279e0..5423ccf 100644
--- a/src/main/webapp/views/locNormal/normalReport.html
+++ b/src/main/webapp/views/locNormal/normalReport.html
@@ -89,7 +89,9 @@
.btn-remove {
display: none;
}
-
+ #btn-export {
+ margin-top: 10px;
+ }
</style>
<body>
<div>
@@ -112,9 +114,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>
@@ -134,18 +138,11 @@
</div>
<!-- 琛ㄦ牸 -->
- <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;
- }
- });
- }}
+ <table class="layui-hide" id="locNormal" lay-filter="locNormal"></table>
+ <script type="text/html" id="toolbar">
+ <div class="layui-btn-container">
+ <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData" >瀵煎嚭</button>
+ </div>
</script>
</div>
--
Gitblit v1.9.1