This commit is contained in:
zmj 2024-05-16 14:29:27 +08:00
commit e371731f3e
2 changed files with 6 additions and 5 deletions

View File

@ -40,9 +40,8 @@
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="未开票金额" prop="not_total_invoice_amount"
show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="开票已回款金额" prop="total_refund_amount"
<el-table-column :render-header="pager.calcWidth" label="开票已回款金额" prop="invoice_has_refund_amount"
show-overflow-tooltip />
<!-- <el-table-column :render-header="pager.calcWidth" label="回款日期" prop="" show-overflow-tooltip /> -->
<el-table-column label="开票未回款金额" prop="invoice_not_refund_amount" show-overflow-tooltip />
<el-table-column :render-header="pager.calcWidth" label="合同未回款金额" prop="" show-overflow-tooltip>
<template #default="{ row }">
@ -50,6 +49,8 @@
</template>
</el-table-column>
<el-table-column :render-header="pager.calcWidth" label="回款日期" prop="refund_date"
show-overflow-tooltip />
<!-- <el-table-column label="备注" prop="reamrk" show-overflow-tooltip /> -->
<!-- <el-table-column :render-header="pager.calcWidth" label="已到账金额" prop="total_refund_amount"
show-overflow-tooltip />
@ -67,7 +68,8 @@
@click="handleDetail(row)">
详情
</el-button>
<el-button v-perms="['contract.contract_negotiation/detail']" link @click="handleDown(row.id)">
<el-button v-perms="['contract.contract_negotiation/detail']" link
@click="handleDown(row.id)">
下载
</el-button>
</template>
@ -176,4 +178,3 @@ const handleDown = async (id: number | any[]) => {
// console.log(supervision_project, '1212')
getLists()
</script>

View File

@ -48,7 +48,7 @@
<el-table-column label="签约时间" prop="sign_time" show-overflow-tooltip width="120" />
<el-table-column label="发票类型" prop="invoice_type_text" show-overflow-tooltip />
<el-table-column label="到账状态" prop="is_refund" show-overflow-tooltip />
<el-table-column label="到账金额" prop="refund_amount" show-overflow-tooltip />
<el-table-column label="到账金额" prop="refund_amount" show-overflow-tooltip />
<el-table-column label="开票时间" prop="create_time" show-overflow-tooltip />
<el-table-column label="到账时间" prop="refund_date" show-overflow-tooltip />
<el-table-column label="操作" width="170" fixed="right">