|
|
|
@ -126,6 +126,7 @@ export default { |
|
|
|
{ |
|
|
|
title: '生成时间', |
|
|
|
dataIndex: 'tickettime', |
|
|
|
width:'160px' |
|
|
|
// align:'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -136,6 +137,7 @@ export default { |
|
|
|
{ |
|
|
|
title: '销方纳税人名称', |
|
|
|
dataIndex: 'seller_name', |
|
|
|
width:'135px' |
|
|
|
// align:'center', |
|
|
|
}, |
|
|
|
{ |
|
|
|
@ -152,6 +154,7 @@ export default { |
|
|
|
{ |
|
|
|
title: '购方纳税人名称', |
|
|
|
dataIndex: 'name', |
|
|
|
width:'135px' |
|
|
|
// align:'center' |
|
|
|
}, |
|
|
|
// { |
|
|
|
@ -189,7 +192,9 @@ export default { |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
downloadPdfUrl(id){ |
|
|
|
location.href=this.host+'/admin/order.InvoiceManagement/downloadInvoice?id='+id |
|
|
|
// console.info(this.$host) |
|
|
|
// return |
|
|
|
location.href=this.$host+'/admin/order.InvoiceManagement/downloadInvoice?id='+id |
|
|
|
}, |
|
|
|
// 重置query |
|
|
|
resetQurey(){ |
|
|
|
|