新增设置支付密码

This commit is contained in:
weiyu
2022-04-22 17:28:03 +08:00
parent 16eb5bcb72
commit 488d6f7e69
18 changed files with 657 additions and 38 deletions

View File

@ -217,7 +217,7 @@ export class TaxManagementInvoiceReportingComponent implements OnInit {
width: '150px',
type: 'link',
click: item => {
window.open(`/#/ticket/invoice-list/detail/${item.invoiceno}`, '_blank', 'noopener')
window.open(`/#/ticket/invoice-list/detail/${item.vatinvHId}?type=${item.invoiceType}`, '_blank', 'noopener')
}
},
{ title: '发票代码', index: 'invoiceno2', className: 'text-center', width: '150px', },