edit
This commit is contained in:
@ -253,22 +253,23 @@ export class InvoicedListComponent implements OnInit {
|
|||||||
title: '操作',
|
title: '操作',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
width: 180,
|
width: 120,
|
||||||
buttons: [
|
buttons: [
|
||||||
|
{type:'divider'},
|
||||||
{
|
{
|
||||||
text: '查看明细',
|
text: '查看明细<br>',
|
||||||
click: item =>
|
click: item =>
|
||||||
this.router.navigate(['/ticket/invoice-list/detail/' + item.id], {
|
this.router.navigate(['/ticket/invoice-list/detail/' + item.id], {
|
||||||
queryParams: { expressno: item.expressno, type: 2, ltdId: item.shipperId }
|
queryParams: { expressno: item.expressno, type: 2, ltdId: item.shipperId }
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '发票作废',
|
text: '发票作废<br>',
|
||||||
click: item => this.deletedInvoice(item),
|
click: item => this.deletedInvoice(item),
|
||||||
iif: item => item.sts === '1'
|
iif: item => item.sts === '1'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '查看物流',
|
text: '查看物流<br>',
|
||||||
click: item => this.showlogosticsLogs(item),
|
click: item => this.showlogosticsLogs(item),
|
||||||
iif: item => item.expresscompany
|
iif: item => item.expresscompany
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user