From c0e1912c86ab3462f9d2542beae0325a4ccc7f80 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 28 May 2019 10:45:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BB=A3=E5=81=BF=E5=A2=9E=E5=8A=A0=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E8=B6=B3=E9=A2=9D=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LcDistributorMarginCompensation.jsp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp index e2d23132e..55c865d5c 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp @@ -143,13 +143,14 @@ function afterCollectManage(){ if(confirm('确实要执行经销商保证金代偿操作吗?')){ var sParm = getItemValueArray(0, "id"); + var sParm_rent = getItemValueArray(0, "rent"); if(typeof(sParm) == "undefined" || sParm.length == 0 ) { alert("请至少选择一条记录!"); return; } var distributorIds = getItemValueArray(0, "DISTRIBUTOR_ID"); - for(int i=1;i"+",inputorgid="+"<%=CurUser.getOrgID()%>"+",distributor_id="+distributor_id; var res = RunJavaMethodTrans("com.tenwa.collectaudit.cache.CollectAuditInfoCache", "afterCollectManageDistributor", parm); alert(res);