Merge branch 'main' of https://gitea.lihaink.cn/mkm/engineering_admin
This commit is contained in:
commit
e371731f3e
@ -40,9 +40,8 @@
|
|||||||
show-overflow-tooltip />
|
show-overflow-tooltip />
|
||||||
<el-table-column :render-header="pager.calcWidth" label="未开票金额" prop="not_total_invoice_amount"
|
<el-table-column :render-header="pager.calcWidth" label="未开票金额" prop="not_total_invoice_amount"
|
||||||
show-overflow-tooltip />
|
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 />
|
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 label="开票未回款金额" prop="invoice_not_refund_amount" show-overflow-tooltip />
|
||||||
<el-table-column :render-header="pager.calcWidth" label="合同未回款金额" prop="" show-overflow-tooltip>
|
<el-table-column :render-header="pager.calcWidth" label="合同未回款金额" prop="" show-overflow-tooltip>
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
@ -50,6 +49,8 @@
|
|||||||
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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 label="备注" prop="reamrk" show-overflow-tooltip /> -->
|
||||||
<!-- <el-table-column :render-header="pager.calcWidth" label="已到账金额" prop="total_refund_amount"
|
<!-- <el-table-column :render-header="pager.calcWidth" label="已到账金额" prop="total_refund_amount"
|
||||||
show-overflow-tooltip />
|
show-overflow-tooltip />
|
||||||
@ -67,7 +68,8 @@
|
|||||||
@click="handleDetail(row)">
|
@click="handleDetail(row)">
|
||||||
详情
|
详情
|
||||||
</el-button>
|
</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>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
@ -176,4 +178,3 @@ const handleDown = async (id: number | any[]) => {
|
|||||||
// console.log(supervision_project, '1212')
|
// console.log(supervision_project, '1212')
|
||||||
getLists()
|
getLists()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
<el-table-column label="签约时间" prop="sign_time" show-overflow-tooltip width="120" />
|
<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="invoice_type_text" show-overflow-tooltip />
|
||||||
<el-table-column label="到账状态" prop="is_refund" 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="create_time" show-overflow-tooltip />
|
||||||
<el-table-column label="到账时间" prop="refund_date" show-overflow-tooltip />
|
<el-table-column label="到账时间" prop="refund_date" show-overflow-tooltip />
|
||||||
<el-table-column label="操作" width="170" fixed="right">
|
<el-table-column label="操作" width="170" fixed="right">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user