Browse Source

调整页面执行中的错误

master
453530270@qq.com 3 years ago
parent
commit
aee0564520
  1. 16
      src/components/page/afterService/invoice.vue

16
src/components/page/afterService/invoice.vue

@ -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',

Loading…
Cancel
Save