From 95059b789744cd84e704f0bffa9ded5bc5f47044 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期四, 08 七月 2021 12:45:02 +0800
Subject: [PATCH] 1.平仓日入库支持导出(当前页数据)
---
src/main/webapp/views/locNormal/normalReport.html | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/views/locNormal/normalReport.html b/src/main/webapp/views/locNormal/normalReport.html
index f8d5b5f..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>
@@ -136,9 +138,12 @@
</div>
<!-- 琛ㄦ牸 -->
- <div class="layui-form">
- <table class="layui-hide" id="locNormal" lay-filter="locNormal"></table>
- </div>
+ <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