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