| | |
| | | this.Statu_Achievements__c=res; |
| | | this.guaranteePeriodAlterationApplication().then(res=>{ |
| | | this.IsLoading=false; |
| | | |
| | | if(this.msg==""){ |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | this.closeAction(); |
| | |
| | | |
| | | async guaranteePeriodAlterationApplication(){ |
| | | let hasError ='0'; |
| | | console.log(this.Statu_Achievements__c.InstallDate__c ); |
| | | if (this.Statu_Achievements__c.InstallDate__c != '' && this.Statu_Achievements__c.InstallDate__c !=undefined) { |
| | | window.open('/apex/AssetGuaranteePeriodAlteration?Statu_AchievementsId='+this.recordId) |
| | | } else { |