设置默认放款方式

This commit is contained in:
yjf 2021-09-02 11:26:03 +08:00
parent c51894a2ff
commit 5a0f30afcf

View File

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