|
@@ -125,6 +125,15 @@
|
|
|
<a-tag color="orange" v-if="record.syStuta == '0'">未推送</a-tag>
|
|
|
<a-tag color="green" v-if="record.syStuta == '1'">已推送</a-tag>
|
|
|
</span>
|
|
|
+ <!-- 发票推送状态 -->
|
|
|
+ <span slot="timeStuta" slot-scope="text, record">
|
|
|
+ <a-tag color="#f50" v-if="record.time_Stuta == '0'">未推送</a-tag>
|
|
|
+ <a-tag color="blue" v-if="record.time_Stuta == '1'">待推送</a-tag>
|
|
|
+ <a-tag color="red" v-if="record.time_Stuta == '2'">推送失败</a-tag>
|
|
|
+ <a-tag color="green" v-if="record.time_Stuta == '3'">推送成功</a-tag>
|
|
|
+ <a-tag color="blue" v-if="record.time_Stuta == '4'">推送中</a-tag>
|
|
|
+ </span>
|
|
|
+
|
|
|
<!-- if 已提交 -->
|
|
|
<!-- <span slot="documentStateSlot">
|
|
|
<a-tag color="#2db7f5">已提交</a-tag>
|
|
@@ -284,6 +293,14 @@ export default {
|
|
|
fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '发票推送状态',
|
|
|
+ dataIndex: 'time_Stuta',
|
|
|
+ width: 120,
|
|
|
+ scopedSlots: { customRender: 'timeStuta' },
|
|
|
+ fixed: 'right',
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'operation',
|