From 5a0f30afcfa0754629e6309c1c8b660c94f2b793 Mon Sep 17 00:00:00 2001 From: yjf <2211675158@qq.com> Date: Thu, 2 Sep 2021 11:26:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E6=94=BE?= =?UTF-8?q?=E6=AC=BE=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp index 7a0d6316b..375d4df2d 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/LBActualPaymentInfoTemp.jsp @@ -43,6 +43,11 @@ setItemValue(0,position,"ACC_NUMBER", sReturn[0]); setItemValue(0,position,"BANK", sReturn[1]); setItemValue(0,position,"ACCOUNT", sReturn[2]); + if (sReturn[1].indexOf('广发') >= 0) { + setItemValue(0, position, "PAY_MODE", 'cgb'); + } else if (sReturn[1].indexOf('招商') >= 0) { + setItemValue(0, position, "PAY_MODE", 'cmb'); + } },"请选择本方账户信息"); }