添加单位
This commit is contained in:
parent
e94a01fc96
commit
a8369f1369
|
|
@ -21,9 +21,9 @@
|
|||
<el-button class="filter-item" type="primary" icon="el-icon-plus" @click="add">新增</el-button>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-bottom: 15px;"> <span style="color:red;display:inline-block">合同总金额 : {{ totalAmountSum }}</span>
|
||||
<span style="color:red;display:inline-block;margin-left: 25px;">总开票金额 : {{ invoiceAmountSum }}</span> <span
|
||||
style="color:red;display:inline-block;margin-left: 25px;">已付款总金额 : {{ paidAmountSum }}</span>
|
||||
<div style="margin-bottom: 15px;"> <span style="color:red;display:inline-block">合同总金额 : {{ totalAmountSum }}元</span>
|
||||
<span style="color:red;display:inline-block;margin-left: 25px;">总开票金额 : {{ invoiceAmountSum }}元</span> <span
|
||||
style="color:red;display:inline-block;margin-left: 25px;">已付款总金额 : {{ paidAmountSum }}元</span>
|
||||
</div>
|
||||
<el-table v-loading="listLoading" :data="list" border stripe highlight-current-row style="width: 100%">
|
||||
<af-table-column prop="contractId" align="center" label="合同编号">
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div style="margin-bottom: 15px;">
|
||||
<span style="color: red;display:inline-block">报销总金额 {{ reimburseAmTotle }}</span> <span
|
||||
style="color: red;margin-left: 10px;display:inline-block">报销总笔数 {{ reimburseTotleCount }}</span>
|
||||
<span style="color: red;display:inline-block">报销总金额 {{ reimburseAmTotle }}元</span> <span
|
||||
style="color: red;margin-left: 10px;display:inline-block">报销总笔数 {{ reimburseTotleCount }}笔</span>
|
||||
</div>
|
||||
|
||||
<el-table v-loading="listLoading" :data="list" border stripe highlight-current-row style="width: 100%">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user