| | |
| | | import { NavigationMixin } from 'lightning/navigation'; |
| | | import { encodeDefaultFieldValues } from 'lightning/pageReferenceUtils'; |
| | | import init from '@salesforce/apex/lexNewOpportunityController.init'; |
| | | |
| | | |
| | | export default class lexNewOpportunityAgencyLWC extends NavigationMixin(LightningElement) { |
| | | @api recordId; |
| | | @api rentalApplyIds; |
| | |
| | | Opportunity_Category__c:'ET', |
| | | Hospital__c:this.recordId, |
| | | Sales_Root__c:'OCM%e7%9b%b4%e6%8e%a5%e8%b2%a9%e5%a3%b2', |
| | | Opportunity_Category__c:this.Department_Class_Wd__c, |
| | | ent:'Opportunity', |
| | | SAP_Province__c:this.Province_Text__c, |
| | | opp11:'%e5%bc%95%e5%90%88' |
| | |
| | | } |
| | | }); |
| | | } |
| | | } |
| | | } |