|
@@ -115,10 +115,10 @@
|
|
|
<template #containChangeTotal="{ row }">
|
|
|
<hc-table-input v-model="row.containChangeTotal" :disabled="isView" @blur="containChangeTotalBlur(row)" />
|
|
|
</template>
|
|
|
- <!-- <template v-if="false" #payRatio="{ row }">
|
|
|
+ <template #payRatio="{ row }">
|
|
|
<hc-table-input v-if="isNullES(row.upPayRatio)" v-model="row.payRatio" disabled />
|
|
|
<hc-table-input v-else v-model="row.payRatio" :disabled="isView || baseForm.fileList.length > 0" @blur="unPayRatioBlur(row)" />
|
|
|
- </template> -->
|
|
|
+ </template>
|
|
|
<template #currentMeterMoney="{ row }">
|
|
|
<hc-table-input v-model="row.currentMeterMoney" disabled />
|
|
|
</template>
|
|
@@ -477,7 +477,7 @@ const addTableColumn = ref([
|
|
|
{ key: 'resolveTotal', name: '分解数量', width: '100' },
|
|
|
{ key: 'changeTotal', name: '变更后数量', width: '100' },
|
|
|
{ key: 'currentMeterTotal', name: '本期计量数量', width: '140' },
|
|
|
- { key: 'payRatio', name: '支付比例(%)', width: '140' },
|
|
|
+ // { key: 'payRatio', name: '支付比例(%)', width: '140' },
|
|
|
{ key: 'containChangeTotal', name: '含变更数量', width: '100' },
|
|
|
{ key: 'currentMeterMoney', name: '本期计量金额', width: '120' },
|
|
|
{ key: 'allMeterTotal', name: '累计计数量', width: '100' },
|