涂煌豪
2022-04-08 fded535904cc3afbff02db835b9691728413f0d6
force-app/main/default/pages/SelectAssetEstimateVM.page
@@ -57,16 +57,16 @@
            return false;  
        }
    }
    // 先款后修-提交报价时如果是先款对象进行提示 thh 20220407 start
    var FirstParagraphEnd = j$(escapeVfId('allPage:allForm:allBlock:contract:FirstParagraphEnd')).val();
    if(FirstParagraphEnd == 'on'){
    // 先款后修-提交报价时如果是先款对象进行提示 thh 20220408 start
    var FirstParagraphEnd = j$(escapeVfId('allPage:allForm:allBlock:contract:FirstParagraphEnd'))[0].checked;
    if(FirstParagraphEnd){
        if (confirm('本次签约经销商是先款对象,请确认是否提交报价?')) {
         return true; 
        }else{
            return false;  
        }
    }
    // 先款后修-提交报价时如果是先款对象进行提示 thh 20220407 end
    // 先款后修-提交报价时如果是先款对象进行提示 thh 20220408 end
    return true;
}
//add by gwy 2021-01-27 end 提交时的提示框