Browse Source

最高支付比例是否禁用

duy 1 year ago
parent
commit
310cbcb1fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/project/debit/contract/components/unit/row-data.vue

+ 1 - 1
src/views/project/debit/contract/components/unit/row-data.vue

@@ -170,7 +170,7 @@
                             <hc-table-input v-model="row.buildPictureTotal" :disabled="row.citeStatus === 1" @change="changeBuildPictureTotal(row)" />
                         </template>
                         <template #upPayRatio="{ row }">
-                            <hc-table-input v-model="row.upPayRatio" :disabled="row.citeStatus === 1" />
+                            <hc-table-input v-model="row.upPayRatio" :disabled="row.citeStatus === 1 || formModel.isAutoMeter == 1" />
                         </template>
                         <template #action="{ row, index }">
                             <el-link v-if="row.citeStatus === 1" type="info" @click="delNoRow(row)">删除</el-link>