From cc89661b83c24d58b0ddedc7e6642b094ac7471f Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 31 Aug 2020 11:24:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=89=A3=E6=AC=BE=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=BB=8E=E6=B7=B1=E5=9C=B3=E7=9A=84=E5=A4=8D=E5=88=B6=E5=88=B0?= =?UTF-8?q?=E5=A4=A9=E6=B4=A5=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/CollectionAudit/CompanyLoan.jsp | 5 +- .../LcReviewAuditRentPlanByHandleList.jsp | 2 +- .../cache/CollectAuditInfoCacheTj.java | 265 +++++++++++++++--- .../lease/app/quartzmession/AutoBuckle.java | 2 +- 4 files changed, 227 insertions(+), 47 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/CompanyLoan.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/CompanyLoan.jsp index c69a86cd4..9861e7ac9 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/CompanyLoan.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/CompanyLoan.jsp @@ -22,7 +22,7 @@ dwTemp.genHTMLObjectWindow(""); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { - {flag,"All","Button","保存","保存批次号","as_save(0)","","","","",""}, + {flag,"All","Button","保存","保存批次号","save(0)","","","","",""}, {flag,"All","Button","批量修改","批量修改","batch_edit()","","","","",""}, {"true","All","Button","批量上传","批量上传","upload('')","","","","",""}, {"true","All","Button","导出明细","导出明细","createFundIncomeExcel()","","","","",""}, @@ -31,6 +31,9 @@ %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>