From 74411908f9fe065b56ba7199ac198d704f8095cf Mon Sep 17 00:00:00 2001 From: lixuebo Date: Wed, 17 Jul 2019 11:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E6=AC=BE=E7=94=B3=E8=AF=B7=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=8E=BB=E6=8E=89=E7=9F=AD=E4=BF=A1=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=EF=BC=8C=E5=8D=87=E7=BA=A7=E6=AD=A3=E5=BC=8F=E8=A6=81=E6=B3=A8?= =?UTF-8?q?=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Fund/FundPayment/FundPaymentApplyList.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentApplyList.jsp index 5dfe22c5f..d6c076616 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentApplyList.jsp @@ -18,11 +18,11 @@ return; } sReturn = sReturn.split("@"); - var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.contract.check.ContractInfoCheck","ProjectSignStatus","projectid="+sReturn[1]); - if("error"==sReturnInfo){ + /*var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.contract.check.ContractInfoCheck","ProjectSignStatus","projectid="+sReturn[1]); + if("error"==sReturnInfo){ alert("请提醒客户查看手机短信,首先完成扣款卡的签约验证!"); return; - } + } */ var contract_id = sReturn[0]; var proj_id = sReturn[1]; var productId = sReturn[2];