From d82a136efce64d3ddca6fe829a18c894f0d6f3b5 Mon Sep 17 00:00:00 2001 From: amarsoft Date: Sun, 30 Sep 2018 12:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E6=8A=A5=E8=A1=A8=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lessee/Comm/Financial/CustomerFSList.jsp | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/Financial/CustomerFSList.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/Financial/CustomerFSList.jsp index 05a882803..f11af50d9 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/Financial/CustomerFSList.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/Financial/CustomerFSList.jsp @@ -23,14 +23,24 @@ {"true","","Button","修改报表日期","修改报表日期","ModifyReportDate()","","","","btn_icon_edit"}, {"true","","Button","删除报表","删除该期财务报表","DeleteFS()","","","","btn_icon_delete"}, {"true","","Button","完成","设置报表为完成状态","FinishFS()","","","","btn_icon_finish"},//采用标志位来控制报表权限,新增完成按钮,实现财务报表由新增状态转换为完成状态。 + {"true","","Button","导出模板","导出模板","ExportModel()","","","","btn_icon_export"}, }; }else{ sButtons=new String[][]{ {"true","","Button","报表详情","查看该期报表的详细信息","FSDetail()","","","","btn_icon_detail"}, {"true","","Button","导出报表","导出该期报表","FSExport()","","","","btn_icon_export"}, + {"true","","Button","导出模板","导出模板","ExportModel()","","","","btn_icon_export"}, }; } %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> + +
+
+ +
+
+ <%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file