可开票订单

This commit is contained in:
weiyu
2022-04-25 14:39:09 +08:00
parent e6a8558eb1
commit fcdc8fddd9
5 changed files with 298 additions and 3 deletions

View File

@ -230,7 +230,7 @@ export class TaxManagementInvoiceReportingComponent implements OnInit {
{
title: '购买方企业名称', index: 'artoname', className: 'text-center', width: '200px', type: 'link',
click: item => {
window.open(`/#/usercenter/freight/list/detail/${item.ltdId}`, '_blank', 'noopener')
window.open(`/#/usercenter/freight/list/detail/${item.arto}`, '_blank', 'noopener')
}
},
{ title: '购买方统一社会信用代码', index: 'artotaxno', className: 'text-center', width: '200px' },