From 98dff6580eacdf7b8dc67d04f0e0b2dd4192b3dc Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Sat, 31 Aug 2019 15:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E7=9B=B8=E5=85=B3--=E7=BB=8F?= =?UTF-8?q?=E9=94=80=E5=95=86=E4=BB=A3=E5=81=BF=E5=85=88=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=87=AD=E8=AF=81=EF=BC=8C=20=E5=86=8D=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/CollectionAudit/LcDistributorMarginCompensation.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp index aff6a016a..213675788 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcDistributorMarginCompensation.jsp @@ -212,10 +212,10 @@ //核销 var parm = "id="+ids+",inputuserid="+"<%=CurUser.getUserID()%>"+",inputorgid="+"<%=CurUser.getOrgID()%>"+",distributor_id="+distributor_id+",penaltys="+penaltys; var res = RunJavaMethodTrans("com.tenwa.collectaudit.cache.CollectAuditInfoCache", "afterCollectManageDistributor", parm); - alert(res); - // 代偿成功后生成经销商代偿凭证 RunJavaMethodTrans("com.tenwa.voucher.CreateVoucherProcess.InsertVoucherRentCompensatory", "execute", ""); + alert(res); + //location.reload(); IE浏览器用这个方法报错 reloadSelf()