From 3ca19bf8f8356440d4bede84cde8450327e189cb Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期五, 06 五月 2022 17:03:25 +0800 Subject: [PATCH] 新增库存同步excel导出功能 --- src/main/webapp/views/locSync/locSync.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/locSync/locSync.html b/src/main/webapp/views/locSync/locSync.html index 4e8907d..e07d003 100644 --- a/src/main/webapp/views/locSync/locSync.html +++ b/src/main/webapp/views/locSync/locSync.html @@ -25,6 +25,7 @@ <script type="text/html" id="toolbar"> <div class="layui-btn-container"> <button class="layui-btn " id="btn-sync" lay-event="btnSync" style="margin-left: 10px">鍚屾搴撳瓨</button> + <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-other" lay-event="otherExportData">瀵煎嚭</button> </div> </script> <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> -- Gitblit v1.9.1