From 185568efde8eaf3e6660928e9726892af6666abc Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Sat, 2 Apr 2022 10:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=89=AF=E4=BF=AE=E6=94=B9=202022?= =?UTF-8?q?=E5=B9=B44=E6=9C=882=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/yieldReport/otherReport/change_packaging.vue | 1 + src/views/modules/yieldReport/otherReport/defectList.vue | 1 + .../yieldReport/otherReport/fqc_produce_report_normal.vue | 4 +++- .../modules/yieldReport/otherReport/fqc_split_roll_report.vue | 1 + .../modules/yieldReport/otherReport/rework_inspect_report.vue | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/modules/yieldReport/otherReport/change_packaging.vue b/src/views/modules/yieldReport/otherReport/change_packaging.vue index 2ac1c2a..8e0ac9c 100644 --- a/src/views/modules/yieldReport/otherReport/change_packaging.vue +++ b/src/views/modules/yieldReport/otherReport/change_packaging.vue @@ -2928,6 +2928,7 @@ export default { this.harmful.itemNo = this.scheduleData.itemNo this.harmful.seqNo = this.scheduleData.seqNo this.harmful.rollNo = this.scheduleData.rollNo + this.harmful.reportedBy = this.operatorData.operatorId saveSfdcDefect(this.harmful).then(({data}) => { if (data.code == 0) { this.$message.success(data.msg) diff --git a/src/views/modules/yieldReport/otherReport/defectList.vue b/src/views/modules/yieldReport/otherReport/defectList.vue index 4734ef5..4affd0c 100644 --- a/src/views/modules/yieldReport/otherReport/defectList.vue +++ b/src/views/modules/yieldReport/otherReport/defectList.vue @@ -150,6 +150,7 @@ export default { this.harmful.itemNo = val.itemNo this.harmful.seqNo = val.seqNo this.harmful.rollNo = val.rollNo + this.harmful.reportedBy = val.operatorId this.getDataList() }, // 获取不良列表 diff --git a/src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue b/src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue index fb1d767..bbb28be 100644 --- a/src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue +++ b/src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue @@ -95,7 +95,7 @@ 创建分卷 @@ -2902,6 +2902,7 @@ export default { }, // 不良信息列表 getInspectionDefectCodeList(){ + this.scheduleData.operatorId = this.operatorData.operatorId this.$nextTick(() => { this.$refs.defectList.init(this.scheduleData) }); @@ -2932,6 +2933,7 @@ export default { this.harmful.itemNo = this.scheduleData.itemNo this.harmful.seqNo = this.scheduleData.seqNo this.harmful.rollNo = this.scheduleData.rollNo + this.harmful.reportedBy = this.operatorData.operatorId saveSfdcDefect(this.harmful).then(({data}) => { if (data.code == 0) { this.$message.success(data.msg) diff --git a/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue b/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue index 7e3f454..f6bad23 100644 --- a/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue +++ b/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue @@ -2776,6 +2776,7 @@ export default { this.harmful.itemNo = this.scheduleData.itemNo this.harmful.seqNo = this.scheduleData.seqNo this.harmful.rollNo = this.scheduleData.rollNo + this.harmful.reportedBy = this.operatorData.operatorId saveSfdcDefect(this.harmful).then(({data}) => { if (data.code == 0) { this.$message.success(data.msg) diff --git a/src/views/modules/yieldReport/otherReport/rework_inspect_report.vue b/src/views/modules/yieldReport/otherReport/rework_inspect_report.vue index 27b3778..2e515c9 100644 --- a/src/views/modules/yieldReport/otherReport/rework_inspect_report.vue +++ b/src/views/modules/yieldReport/otherReport/rework_inspect_report.vue @@ -2931,6 +2931,7 @@ export default { this.harmful.itemNo = this.scheduleData.itemNo this.harmful.seqNo = this.scheduleData.seqNo this.harmful.rollNo = this.scheduleData.rollNo + this.harmful.reportedBy = this.operatorData.operatorId saveSfdcDefect(this.harmful).then(({data}) => { if (data.code == 0) { this.$message.success(data.msg)