| | |
| | | this.id = result.Id; |
| | | this.AttachmentButton(); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | }) |
| | | }).catch(error => { |
| | | console.log("error"+error); |
| | | }).finally(() => { |
| | | |
| | | }); |
| | | } |
| | | |
| | | //招标项目 查看附件(旧) |
| | | //查看附件(旧) |
| | | AttachmentButton(){ |
| | | window.open(`/apex/QLMAttachmentPreview?parentId=${this.id}`); |
| | | } |
| | |
| | | variant: type |
| | | }); |
| | | this.dispatchEvent(event); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | } |
| | | } |
| | | |
| | | // var From= function(){ |
| | | // window.open( "/apex/QLMAttachmentPreview?parentId={!URLENCODE(Tender_information__c.Id)}"); |
| | | // } |
| | | // From(); |