From 2547fe8c2406131c42011d805923072f964813b7 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 27 Oct 2020 13:45:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=89=8B=E5=B7=A5=E6=89=A3=E6=AC=BE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=9A=82=E6=97=B6=E5=90=AF=E7=94=A8=E6=89=8B=E5=B7=A5?= =?UTF-8?q?=E5=88=B7=E6=96=B0=EF=BC=88=E6=96=B9=E4=BE=BF18=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=EF=BC=8C=E4=B8=8D=E6=9B=B4=E7=94=9F=E4=BA=A7=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp index 1be048038..6a55ce33f 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp @@ -8,11 +8,7 @@ */ String plan_date = DateAssistant.getToday(); ASObjectModel doTemp = new ASObjectModel("ViLcReviewAuditRentPlanList3"); -// doTemp.setJboWhere(" O.AUDIT_STATE = 'N'"); - //默认预查询 - //只有计划日期未收款的都可以收款 - doTemp.setJboWhereWhenNoFilter(" and O.PLAN_DATE <= '"+plan_date+"' and O.COLLECT_STATUS in ('未收款','部分收款','代偿')"); -// doTemp.setJboWhereWhenNoFilter(" and O.COLLECT_STATUS in ('未收款','部分收款') "); + if(CurUser.hasRole("401")){ String orgId = CurUser.getOrgID(); String distributorId = Sqlca.getString(new SqlObject("select distributor_no from distributor_info where orgid='"+orgId+"'")); @@ -32,7 +28,7 @@ {"true","All","Button","手动卡扣","手动扣款","batchCollect()","","","","btn_icon_add",""}, // //{"true","All","Button","实时扣款","实时扣款","timelyCollect()","","","","btn_icon_add",""}, // {"true","All","Button","手工核销","手工扣款","afterCollectManage()","","","","btn_icon_add",""}, - // {"true","All","Button","手动刷新","手动刷新","queryBatchCollect()","","","","btn_icon_add",""}, + {"true","All","Button","手动刷新","手动刷新","queryBatchCollect()","","","","btn_icon_add",""}, // //{"true","","Button","退回","审核未通过,退回初审","if(confirm('确定要退回吗?')){viewAndEdit()}","","","","btn_icon_detail",""}, }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>