diff --git a/src/views/wpm_gx/check_form.vue b/src/views/wpm_gx/check_form.vue index c652a521..1ebf5f54 100644 --- a/src/views/wpm_gx/check_form.vue +++ b/src/views/wpm_gx/check_form.vue @@ -91,6 +91,7 @@ v-model="form.count_notok" style="width: 100%" :precision="0" + disabled @change="handleCountNotokChange" > @@ -271,6 +272,7 @@ export default { let that = this; that.$API.qm.qct.getQct.req({ material: that.itemObj.material,type:'out',tag:'process' }).then((res) => { console.log(res) + that.qct = res.id; res.qct_defects.forEach((item) => { that.form[item.defect_name] = 0; })