111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
force-app/main/default/objects/Maintenance_Contract_Estimate__c/webLinks/CustomNewMC.webLink-meta.xml
@@ -24,7 +24,7 @@
    //维修合同新建报价时,如果是先款对象,弹出对话框提示 thh 20220304 end
    if("{!Maintenance_Contract__c.RecordTypeId}"  == "01210000000gTYq"){
       if( "{!Maintenance_Contract__c.URF_Contract__c}"  == "0" ){
           window.open( "/apex/SelectAssetEstimateVM?mcid={!URLENCODE(Maintenance_Contract__c.Id)}", "_top");
           window.open( "/apex/SelectAssetEstimateVMgzw?mcid={!URLENCODE(Maintenance_Contract__c.Id)}", "_top");
       }else{
           window.open( "/apex/SelectAssetEstimateURF?mcid={!URLENCODE(Maintenance_Contract__c.Id)}", "_top");
       }