From 8e36d6e7a2837df41b35ca46bd3678cc1a8d0533 Mon Sep 17 00:00:00 2001 From: Administrator <876263681@qq.com> Date: 星期一, 30 十二月 2024 08:06:15 +0800 Subject: [PATCH] #导出优化,低库位满时,低库位的货往高库位寻找 --- src/main/webapp/views/locDetlStatis/locDetlStatis.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/locDetlStatis/locDetlStatis.html b/src/main/webapp/views/locDetlStatis/locDetlStatis.html index 9b95556..7740f23 100644 --- a/src/main/webapp/views/locDetlStatis/locDetlStatis.html +++ b/src/main/webapp/views/locDetlStatis/locDetlStatis.html @@ -9,6 +9,11 @@ <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> <link rel="stylesheet" href="../../static/css/cool.css" media="all"> <link rel="stylesheet" href="../../static/css/common.css" media="all"> + <style> + #btn-export { + margin-top: 10px; + } + </style> </head> <body> @@ -59,6 +64,7 @@ <div class="layui-btn-container layui-col-md1"> <button class="layui-btn" lay-event="exportAll" style="margin-top: -0px">瀵煎嚭鍏ㄩ儴</button> + <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData" >瀵煎嚭</button> </div> <div class="layui-btn-container"> <button class="layui-btn" lay-event="exportData" >瀵煎嚭閮ㄥ垎</button> -- Gitblit v1.9.1