| | |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-06-25 10:54:07 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-06-25 13:04:02 |
| | | * @LastEditTime: 2023-07-07 11:22:38 |
| | | */ |
| | | import { LightningElement,api, track, wire } from 'lwc'; |
| | | import {CurrentPageReference} from 'lightning/navigation'; |
| | |
| | | }).then(result=>{ |
| | | console.log(result); |
| | | this.oppId = result.oppId; |
| | | this.forecastStatus = result.forecastStatus; |
| | | this.forecastStatus = result.oppForecastStatus; |
| | | this.recordTypeId = result.recordTypeId; |
| | | this.specilaApplyCreateAch(); |
| | | }); |
| | |
| | | }, |
| | | state: { |
| | | defaultFieldValues: defaultValues, |
| | | RecordTypeId: this.recordTypeId |
| | | recordTypeId: this.recordTypeId |
| | | } |
| | | }); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |