From 64045138fc3eb0229b3ae6ed79043d5fbbc1fcf5 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 4 Aug 2025 08:53:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=90=88=E6=A0=BC=E6=95=B0=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/check_form.vue | 2 ++ 1 file changed, 2 insertions(+) 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; })