Browse Source

feature_20260420_陈列任务识别排面数修改

zhujindu 7 hours ago
parent
commit
2104cc1374
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/historicalVisit/perfectStoreTask.vue

+ 2 - 0
src/views/historicalVisit/perfectStoreTask.vue

@@ -124,6 +124,7 @@
                 v-model="scope.row.identifyTheNumberOfCards"
                 placeholder="请输入排面数"
                 type="digit"
+                :disabled="scope.row.identifyTheNumberOfCards == '0'"
                 @input="onPositiveIntegerInput(scope.row, $event)"
                 @blur="inputbluwl(scope.row)" />
             </template>
@@ -239,6 +240,7 @@ export default {
     this.insert = this.$route.query.insert;
     this.formData = null;
     this.editCountArr = [];
+    this.editTableFlag = false;
     this.getVisitsDetailFun();
   },
   methods: {