自动代偿详情页进行修改
This commit is contained in:
parent
7c7d713508
commit
8ee60da8de
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user