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'); + } },"请选择本方账户信息"); }