From d592c11800eb5bdcb103ee187234855569eca391 Mon Sep 17 00:00:00 2001 From: root <625756384@qq.com> Date: Sun, 13 Dec 2020 14:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E8=AF=AD?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LcReviewAuditRentPlanByHandleList.jsp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp index 9e88721e3..19e44fb92 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp @@ -146,15 +146,12 @@ } } } + var sParm = getItemValueArray(0, "id"); + if(typeof(sParm) == "undefined" || sParm.length == 0 ) { + alert("请至少选择一条记录!"); + return; + } if(confirm('确实要执行手动刷新操作吗?')){ - var sParm = getItemValueArray(0, "id"); - var fileSavePath = "<%=CurConfig.getConfigure("InterfaceFileSavePath")%>"; - if(typeof(sParm) == "undefined" || sParm.length == 0 ) - { - alert("请至少选择一条记录!"); - return; - } - var ids = ""; for(var i = 0;i < sParm.length; i++){ if(ids.length == 0){ @@ -163,6 +160,7 @@ ids += sParm[i] +"@"; } } + var fileSavePath = "<%=CurConfig.getConfigure("InterfaceFileSavePath")%>"; var parm = "id="+ids+",fileSavePath="+fileSavePath+",inputuserid="+"<%=CurUser.getUserID()%>"+",inputorgid="+"<%=CurUser.getOrgID()%>"; //进行拆分调用天津接口或者深圳