From 31df2e12a87800c67458c205ae25511548325cdf Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Mar 2026 09:05:54 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E8=BF=94=E5=B7=A5?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E8=A1=A8=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/f_mlogs_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_gx/f_mlogs_form.vue b/src/views/wpm_gx/f_mlogs_form.vue index 8c0fd849..83d2f716 100644 --- a/src/views/wpm_gx/f_mlogs_form.vue +++ b/src/views/wpm_gx/f_mlogs_form.vue @@ -513,7 +513,7 @@ export default { getdefects(route,material_in,material_out){ let that = this; if(that.is_fix&&that.materialFix!==null&&that.materialFix!==''){ - that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process'}).then((res) => { + that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process',type:'out'}).then((res) => { res.qct_defects.forEach((item) => { that.defectform[item.defect_name] = 0; }) From 122e73fee2241ccbfdcab02790ace9c8935cb24c Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Mar 2026 09:07:26 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix=EF=BC=9A=E7=8E=BB=E7=BA=A4=E6=8E=92?= =?UTF-8?q?=E6=9D=BF=E7=BB=9F=E8=AE=A12=E6=B7=BB=E5=8A=A0=E7=89=A9?= =?UTF-8?q?=E6=96=99=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/bxerp/workHoursPB.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/statistics/bxerp/workHoursPB.vue b/src/views/statistics/bxerp/workHoursPB.vue index b6445730..c1d2676c 100644 --- a/src/views/statistics/bxerp/workHoursPB.vue +++ b/src/views/statistics/bxerp/workHoursPB.vue @@ -110,6 +110,8 @@ + +