diff --git a/WebContent/Tenwa/Core/Voucher/StactsConfig/LvStactsConfigList.jsp b/WebContent/Tenwa/Core/Voucher/StactsConfig/LvStactsConfigList.jsp index 3cbfc1413..4b6bb4348 100644 --- a/WebContent/Tenwa/Core/Voucher/StactsConfig/LvStactsConfigList.jsp +++ b/WebContent/Tenwa/Core/Voucher/StactsConfig/LvStactsConfigList.jsp @@ -17,6 +17,7 @@ {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, {"true","","Button","详情","详情","viewAndEdit()","","","","btn_icon_detail",""}, {"true","","Button","删除","删除","if(confirm('确实要删除吗?'))as_delete(0)","","","","btn_icon_delete",""}, + {"true","","Button","导出科目信息","导出科目信息","exportExcel()","","","","btn_icon_up",""} }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file diff --git a/WebContent/Tenwa/Lease/Flow/Rent/CardDeduct/LCCardDeductDocList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/CardDeduct/LCCardDeductDocList.jsp index 2c0653f61..25a3bb57c 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/CardDeduct/LCCardDeductDocList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/CardDeduct/LCCardDeductDocList.jsp @@ -16,10 +16,32 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { {"true","All","Button","删除","删除","doDelete()","","","","btn_icon_delete",""}, - {"true","","Button","卡扣数据上传","卡扣数据上传","importExcel()","","","","btn_icon_importNew",""} + {"true","","Button","卡扣数据上传","卡扣数据上传","importExcel()","","","","btn_icon_importNew",""}, + {"true","","Button","卡扣模版下载","卡扣模版下载","CardDownload()","","","","btn_icon_down",""} }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> + + +
+
+ +
+
+