| | |
| | | //维修合同新建报价时,如果是先款对象,弹出对话框提示 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"); |
| | | } |