edit
This commit is contained in:
@ -23,7 +23,7 @@ export class ExpressDetailModalComponent implements OnInit {
|
||||
{ title: '发票代码', index: 'invoiceno2', width: 160 , className: 'text-left'},
|
||||
{ title: '申请编号', index: 'vatinvcode', width: 160, className: 'text-left' },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 120 , className: 'text-left'},
|
||||
{ title: '购买人', index: 'tradeFlowNo', width: 120, className: 'text-left' },
|
||||
{ title: '购买人', index: 'artoname', width: 120, className: 'text-left' },
|
||||
{
|
||||
title: '价税合计',
|
||||
index: 'vatmoney',
|
||||
@ -42,7 +42,7 @@ export class ExpressDetailModalComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
title: '税率',
|
||||
index: 'fee',
|
||||
index: 'tax',
|
||||
width: 90,
|
||||
className: 'text-right'
|
||||
},
|
||||
|
||||
@ -142,7 +142,7 @@ export class ExpressInfoComponent implements OnInit {
|
||||
this.selectedRows.map(item => item.expressCode)
|
||||
)
|
||||
.subscribe(res => {
|
||||
if (res) {
|
||||
if (res?.pdfUrl) {
|
||||
this.service.reviewPDF(res.pdfUrl);
|
||||
} else {
|
||||
this.service.msgSrv.warning('下载失败');
|
||||
|
||||
Reference in New Issue
Block a user