From eb459a1ff0f32043edc895b6e0b3c3aaac37eb75 Mon Sep 17 00:00:00 2001 From: jianghongdong Date: Fri, 3 Aug 2018 11:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A3=E6=AC=BE=E5=A4=8D?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList.jsp index 0bb1fbfe4..cb904f2eb 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList.jsp @@ -25,9 +25,9 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { - {"true","All","Button","批量扣款","批量扣款","batchCollect()","","","","btn_icon_add",""}, + {"true","All","Button","批量扣款及核销","批量扣款","batchCollect()","","","","btn_icon_add",""}, //{"true","All","Button","实时扣款","实时扣款","timelyCollect()","","","","btn_icon_add",""}, - {"true","All","Button","手工扣款","手工扣款","afterCollectManage()","","","","btn_icon_add",""}, + {"true","All","Button","手工核销","手工扣款","afterCollectManage()","","","","btn_icon_add",""}, {"true","All","Button","手动刷新","手动刷新","queryBatchCollect()","","","","btn_icon_add",""}, //{"true","","Button","退回","审核未通过,退回初审","if(confirm('确定要退回吗?')){viewAndEdit()}","","","","btn_icon_detail",""}, };