自动代偿详情页进行修改

This commit is contained in:
zhangjun 2019-06-03 14:33:07 +08:00
parent 7c7d713508
commit 8ee60da8de

View File

@ -20,7 +20,7 @@ include
/*经销商自动代偿配置经销商便函选择对话框*/
function selectno(){
AsDialog.OpenSelector("selectno", "", "dialogWidth=" + parseInt(window.screen.width * 0.3) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px", function(sReturn){
if(!sReturn||sReturn=="distributor_no"){
if(!sReturn||sReturn=="_CANCEL_"){
alert(getHtmlMessage('1'));
return;
}