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);