| | |
| | | /* |
| | | * @Author: zhangchunxu |
| | | * @Date: 2023-06-27 16:51:15 |
| | | * @LastEditors: zhangchunxu |
| | | * @LastEditTime: 2023-08-02 16:56:55 |
| | | * |
| | | */ |
| | | import { LightningElement,wire,track,api} from 'lwc'; |
| | | import { CurrentPageReference } from "lightning/navigation"; |
| | | import { CloseActionScreenEvent } from 'lightning/actions'; |
| | |
| | | return; |
| | | }else{ |
| | | window.open ('/apex/AgencyConfirmPage?id='+this.recordId, '经销商确认', |
| | | 'height=440, width=750, top=150, left=300, toolbar=no, menubar=no, scrollbars=no, location=no, status=no'); |
| | | 'height=440, width=1260, top=170, left=40, toolbar=no, menubar=no, scrollbars=no, location=no, status=no'); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | } |
| | | } |
| | |
| | | this.dispatchEvent(event); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | } |
| | | } |
| | | } |