|
@@ -121,7 +121,7 @@
|
|
|
<hc-table-input v-model="row.containChangeTotal" :disabled="isView" @blur="containChangeTotalBlur(row)" />
|
|
|
</template>
|
|
|
<template #payRatio="{ row }">
|
|
|
- <hc-table-input v-model="row.payRatio" :disabled="isNullES(row.upPayRatio) || isView" @blur="unPayRatioBlur(row)" />
|
|
|
+ <hc-table-input v-model="row.payRatio" :disabled="isNullES(row.upPayRatio) || isView || baseForm.fileList.length > 0" @blur="unPayRatioBlur(row)" />
|
|
|
</template>
|
|
|
<template #currentMeterMoney="{ row }">
|
|
|
<hc-table-input v-model="row.currentMeterMoney" disabled />
|