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

style:样式修改

上级 67c592ff
...@@ -6,4 +6,14 @@ ...@@ -6,4 +6,14 @@
border: 1px solid #ebeef6; border: 1px solid #ebeef6;
width: 100%; width: 100%;
} }
.tableDetail tr {
border: 1px solid #ebeef6;
}
.tableDetail th,
.tableDetail td {
width: 100px;
color: #606266;
font-weight: 400;
text-align: center;
border: 1px solid #ebeef6;
}
<!-- 支付详情-发票表格 --> <!-- 支付详情-发票表格 -->
<template> <template>
<div class="ticketInfo" v-if="invioceList.length"> <div class="ticketInfo" v-if="invioceList.length">
<table border="1" width="1500px" cellspacing="0" class="table" v-for="(item, index) in invioceList" :key="index"> <table border="1" cellspacing="0" class="tableDetail" v-for="(item, index) in invioceList" :key="index">
<tr> <tr>
<th colspan="10">发票{{ item.id }}</th> <th colspan="10" style="float: left">发票{{ index + 1 }}</th>
</tr> </tr>
<tr> <tr>
<th>发票号码</th> <th>发票号码</th>
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
</tr> </tr>
<tr v-show="item.invoice_status === 6"> <tr v-show="item.invoice_status === 6">
<th>原发票号码</th> <th>原发票号码</th>
<td>{{ item.old_invoice_haoma }}</td> <td colspan="4">{{ item.old_invoice_haoma }}</td>
<th>原发票代码</th> <th>原发票代码</th>
<td>{{ item.old_invoice_daima }}</td> <td colspan="4">{{ item.old_invoice_daima }}</td>
</tr> </tr>
<tr> <tr>
<th>含税金额</th> <th>含税金额</th>
...@@ -94,3 +94,8 @@ export default { ...@@ -94,3 +94,8 @@ export default {
} }
} }
</script> </script>
<style scoped>
.tableDetail {
margin-bottom: 30px;
}
</style>
...@@ -122,7 +122,7 @@ export default { ...@@ -122,7 +122,7 @@ export default {
payment_status: [], // 申请状态 payment_status: [], // 申请状态
sales_rep_user_id: [], // 跟进人列表 sales_rep_user_id: [], // 跟进人列表
agent_group_id: [], agent_group_id: [],
invoice_type: [], // 发票状态 invoice_type: [], // 发票类型
confirm_status: [], // 确认状态 confirm_status: [], // 确认状态
taxpayer_type: [], // 纳税人类型 taxpayer_type: [], // 纳税人类型
invoice_color_type: [] // 发票开票状态 invoice_color_type: [] // 发票开票状态
...@@ -234,15 +234,6 @@ export default { ...@@ -234,15 +234,6 @@ export default {
filterable: true, filterable: true,
remote: true remote: true
}, },
{
prop: 'invoice_type',
label: '发票类型',
type: 'select',
placeholder: '发票类型',
options: this.conditionList.invoice_type,
labelKey: 'value',
valueKey: 'key'
},
{ {
label: '允许开具发票', label: '允许开具发票',
prop: 'can_add_invoice', prop: 'can_add_invoice',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论