|
|
@@ -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: {
|