From 55b36b1279fd11feafde05a65ec835f55aa89850 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期一, 27 十二月 2021 13:23:25 +0800 Subject: [PATCH] # --- src/main/webapp/WEB-INF/pages/waitPakOut.jsp | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/WEB-INF/pages/waitPakOut.jsp b/src/main/webapp/WEB-INF/pages/waitPakOut.jsp index ff0c936..dcb25cb 100644 --- a/src/main/webapp/WEB-INF/pages/waitPakOut.jsp +++ b/src/main/webapp/WEB-INF/pages/waitPakOut.jsp @@ -64,12 +64,19 @@ <div class="table-responsive"> <!-- <div style="overflow:scroll;"> --> <!-- <table id="test-table" class="table table-hover table-striped table-condensed table-bordered"></table> --> - <button type="button" onclick="emsBtn()" class="btn btn-danger">绱ф��</button> +<%-- <button type="button" onclick="emsBtn()" class="btn btn-danger">绱ф��</button>--%> + <table id="test-table" class="table table-hover text-nowrap"></table> </div> <!--toolbar --> <div id="toolbar" class="btn-toolbar"> + <button onclick="emsBtn()" type="button" class="btn btn-danger"> + <span class="glyphicon glyphicon-paste" aria-hidden="true" >绱ф��</span> + </button> + <button onclick="ExportExcel()" type="button" class="btn btn-success"> + <span class="glyphicon glyphicon-paste" aria-hidden="true" >瀵煎嚭</span> + </button> <!-- <button id="addButton" onclick="addWaitPakOut()" type="button" class="btn btn-success"> --> <!-- <span class="glyphicon glyphicon-pencil" aria-hidden="true">娣诲姞</span> --> <!-- </button> --> -- Gitblit v1.9.1