|
@@ -37,15 +37,21 @@
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column v-if="getShowStatus(2)" label="客户" prop="companyName" min-width="250" align="center" />
|
|
<el-table-column v-if="getShowStatus(2)" label="客户" prop="companyName" min-width="250" align="center" />
|
|
<el-table-column v-if="getShowStatus(3)" label="合同编号" prop="contractNo" min-width="150" align="center" />
|
|
<el-table-column v-if="getShowStatus(3)" label="合同编号" prop="contractNo" min-width="150" align="center" />
|
|
- <el-table-column v-if="getShowStatus(4)" label="收款日期" prop="arriveDate" width="100" align="center" />
|
|
|
|
- <el-table-column v-if="getShowStatus(5)" label="实际付款时间" prop="actuallyDate" width="140" align="center" />
|
|
|
|
|
|
+ <el-table-column v-if="getShowStatus(4)" label="实际付款时间" prop="actuallyDate" width="100" align="center" />
|
|
|
|
+ <!-- <el-table-column
|
|
|
|
+ v-if="getShowStatus(4)"
|
|
|
|
+ label="收款日期"
|
|
|
|
+ prop="arriveDate"
|
|
|
|
+ width="100"
|
|
|
|
+ align="center"
|
|
|
|
+ /> -->
|
|
|
|
+ <el-table-column v-if="getShowStatus(5)" label="收款时间" prop="paymentCause" align="center" />
|
|
<!-- <el-table-column label="支出科目" prop="paymentSubject" align="center" /> -->
|
|
<!-- <el-table-column label="支出科目" prop="paymentSubject" align="center" /> -->
|
|
<el-table-column v-if="getShowStatus(8)" width="80" label="收款金额" prop="amount" header-align="center" align="right">
|
|
<el-table-column v-if="getShowStatus(8)" width="80" label="收款金额" prop="amount" header-align="center" align="right">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<span>{{ scope.row.amount.toFixed(2) }}</span>
|
|
<span>{{ scope.row.amount.toFixed(2) }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <!-- <el-table-column min-width="" prop="actuallyDate" label="实际付款时间" /> -->
|
|
|
|
<el-table-column v-if="getShowStatus(9)" label="申请人" prop="applierName" min-width="100" align="center" />
|
|
<el-table-column v-if="getShowStatus(9)" label="申请人" prop="applierName" min-width="100" align="center" />
|
|
<el-table-column v-if="getShowStatus(11)" label="审核状态" prop="status" min-width="90" align="center">
|
|
<el-table-column v-if="getShowStatus(11)" label="审核状态" prop="status" min-width="90" align="center">
|
|
<template #header>
|
|
<template #header>
|