+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 f4ded14..b0a6cbb 100644
--- a/src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue
+++ b/src/views/modules/yieldReport/otherReport/fqc_produce_report_normal.vue
@@ -2783,7 +2783,7 @@ export default {
deep: true,
handler: function (newV, oldV) {
this.harmful.defectCode = this.harmful.defectCode.toUpperCase()
- this.defectCodeCheck()
+ //this.defectCodeCheck()
}
}
},
@@ -2938,6 +2938,9 @@ export default {
saveSfdcDefect(this.harmful).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)
+ this.harmful.defectCode= ''
+ this.harmful.defectQty= ''
+ this.harmful.defectDesc = ''
this.getSfdcDefectList();
} else if(data.code == 500){
this.$message.error(data.msg)
@@ -2945,6 +2948,7 @@ export default {
this.$message.warning(data.msg)
}
})
+
},
// 获取派工单的信息
getScheduleDataBySeqNo() {
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 4ad695c..cf11c0a 100644
--- a/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue
+++ b/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue
@@ -2780,6 +2780,9 @@ export default {
saveSfdcDefect(this.harmful).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)
+ this.harmful.defectCode= ''
+ this.harmful.defectQty= ''
+ this.harmful.defectDesc = ''
this.getSfdcDefectList();
} else {
this.$message.error(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 4008798..6feb74c 100644
--- a/src/views/modules/yieldReport/otherReport/rework_inspect_report.vue
+++ b/src/views/modules/yieldReport/otherReport/rework_inspect_report.vue
@@ -2936,6 +2936,9 @@ export default {
saveSfdcDefect(this.harmful).then(({data}) => {
if (data.code == 0) {
this.$message.success(data.msg)
+ this.harmful.defectCode= ''
+ this.harmful.defectQty= ''
+ this.harmful.defectDesc = ''
this.getSfdcDefectList();
} else if(data.code == 500){
this.$message.error(data.msg)