提交 e7507090 authored 作者: matian's avatar matian

fix:发票修改

上级 6a1dc850
......@@ -33,9 +33,6 @@ export default {
type: Object,
default: () => {}
}
},
mounted() {
console.log(this.dealList)
}
}
</script>
......@@ -17,7 +17,7 @@
<th>发票类型</th>
<td>{{ invoice_type(item) }}</td>
</tr>
<tr v-show="item.invoice_status === 6">
<tr v-show="item.invoice_color_type === 1 || item.invoice_color_type === '1'">
<th>原发票号码</th>
<td colspan="4">{{ item.invoice_haoma }}</td>
<th>原发票代码</th>
......@@ -47,7 +47,7 @@
<th>操作人</th>
<td>{{ item.created_operator_name }}</td>
</tr>
<tr v-show="item.invoice_status === 6">
<tr v-show="item.invoice_color_type === 1 || item.invoice_color_type === '1'">
<th>地址</th>
<td>{{ item.taxpayer_address }}</td>
<th>电话</th>
......@@ -89,9 +89,7 @@ export default {
return this.dealList.invoices_list || []
}
},
mounted() {
// console.log(this.dealList.invoices_list)
},
mounted() {},
methods: {
invoice_type(item) {
if (item.invoice_type === 1 || item.invoice_type === '1') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论