1.网银收款时的客户选择不能选择经销商

This commit is contained in:
zhangbb 2019-12-03 09:55:20 +08:00
parent 1f699f522e
commit 94b6b64367

View File

@ -71,7 +71,7 @@
}
//选择承租人
function selectCust(){
AsDialog.OpenSelector("SelectCustomerBank","","dialogWidth=" + parseInt(window.screen.width * 0.9) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
AsDialog.OpenSelector("SelectCustomerByType","type,03","dialogWidth=" + parseInt(window.screen.width * 0.9) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;