|
|
@ -61,7 +61,7 @@ |
|
|
<span>发票号码:</span> |
|
|
<span>发票号码:</span> |
|
|
<a-input v-model="query.batchcode"/> |
|
|
<a-input v-model="query.batchcode"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="24" :xl="24" :xxl="24" class="query_item query_item1"> |
|
|
<a-col :lg="12" :xl="12" :xxl="8" class="query_item query_item1"> |
|
|
<a-space :size="21"> |
|
|
<a-space :size="21"> |
|
|
<a-button type="primary" class="query_button" @click="getAllDate(1)">查 询</a-button> |
|
|
<a-button type="primary" class="query_button" @click="getAllDate(1)">查 询</a-button> |
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
@ -76,7 +76,7 @@ |
|
|
<!-- <a-button type="primary" class="query_button">导 出</a-button> --> |
|
|
<!-- <a-button type="primary" class="query_button">导 出</a-button> --> |
|
|
<!-- <a-button type="primary" class="query_button">获 取</a-button> --> |
|
|
<!-- <a-button type="primary" class="query_button">获 取</a-button> --> |
|
|
</div> |
|
|
</div> |
|
|
<a-table :columns="columns" :data-source="data" bordered :pagination="false"> |
|
|
<a-table :columns="columns" :data-source="data" bordered :pagination="false" rowKey="id"> |
|
|
<template slot="ticketstatus" slot-scope="ticket_status"> |
|
|
<template slot="ticketstatus" slot-scope="ticket_status"> |
|
|
<span>{{ticket_status==1?'未开票':ticket_status==2?'开票中':ticket_status==3?'开票成功':'开票失败'}}</span> |
|
|
<span>{{ticket_status==1?'未开票':ticket_status==2?'开票中':ticket_status==3?'开票成功':'开票失败'}}</span> |
|
|
</template> |
|
|
</template> |
|
|
@ -154,12 +154,12 @@ export default { |
|
|
width:'120px' |
|
|
width:'120px' |
|
|
// align:'center' |
|
|
// align:'center' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// { |
|
|
title: '发票编号', |
|
|
// title: '订单编号', |
|
|
dataIndex: 'ticketid', |
|
|
// dataIndex: 'batchcode', |
|
|
width:'120px' |
|
|
// width:'120px' |
|
|
// align:'center' |
|
|
// // align:'center' |
|
|
}, |
|
|
// }, |
|
|
{ |
|
|
{ |
|
|
title: '销方纳税人名称', |
|
|
title: '销方纳税人名称', |
|
|
dataIndex: 'seller_name', |
|
|
dataIndex: 'seller_name', |
|
|
|