diff --git a/src/views/user/orderManagementCz/components/rent-termination-model.vue b/src/views/user/orderManagementCz/components/rent-termination-model.vue index d44878a..62e26b1 100644 --- a/src/views/user/orderManagementCz/components/rent-termination-model.vue +++ b/src/views/user/orderManagementCz/components/rent-termination-model.vue @@ -97,6 +97,7 @@ v-model="row.repairPrice" placeholder="请输入" v-if="row.isEdit" + :disabled="row.scrapPrice > 0 || row.lossPrice > 0" /> {{ row.repairPrice }} @@ -119,7 +120,12 @@ @onFileChange="onRepairFileChange" > @@ -144,6 +150,7 @@ inputmode="numeric" v-model="row.scrapPrice" placeholder="请输入" + :disabled="row.repairPrice > 0 || row.lossPrice > 0" /> {{ row.scrapPrice }} @@ -166,7 +173,12 @@ @onFileChange="onScrapFileChange" > @@ -191,6 +203,7 @@ v-model="row.lossPrice" placeholder="请输入" v-if="row.isEdit" + :disabled="row.repairPrice > 0 || row.scrapPrice > 0" /> @@ -214,7 +227,14 @@ @onFileChange="onLossFileChange" >