This commit is contained in:
wangshiming
2022-04-11 14:01:05 +08:00
parent a1f2fb4c23
commit 8c477a6b94
2 changed files with 14 additions and 1 deletions

View File

@ -497,7 +497,10 @@ export class insuranceManagementListComponent implements OnInit {
];
}
showImg(_record: any) {
// var newUrl=_record.policyUrl.replace('http','https')
// window.open(newUrl,'_self');
window.location.href = `${_record.policyUrl}`;
// this.service.downloadFile(`${_record.policyUrl}`)
// const params = {
// imgList: [_record.policyUrl],
// index: 0

View File

@ -1,6 +1,16 @@
<!--
* @Description :
* @Version : 1.0
* @Author : Shiming
* @Date : 2022-04-06 10:57:56
* @LastEditors : Shiming
* @LastEditTime : 2022-04-11 14:00:47
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\components\\etc-invoiced-requested\\etc-invoiced-requested.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
<page-header-wrapper [title]="'申请记录'">
</page-header-wrapper>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<nz-card class="search-box" nzBordered>
<div nz-row nzGutter="8">
<div nz-col [nzXl]="_$expand ? 24 : 18" [nzLg]="24" [nzSm]="24" [nzXs]="24">