+
+
+
+ 其它操作
+
+
+ 其它操作
+
+
+ 其它操作
+
+ 其它操作
+
+
@@ -466,7 +487,6 @@ import Chooselist from '@/views/modules/common/Chooselist';/*列表组件*/
/*生产过程的停机组件*/
export default {
- name: "com_produce_report_normal",
data() {
return {
titleCon: '',
@@ -2795,6 +2815,7 @@ export default {
},
// 批量直接送检
bulkInspection(){
+ this.scheduleData.operatorId = this.operatorData.operatorId
this.$nextTick(() => {
this.$refs.bulkInspection.init(this.scheduleData,'N')
});
@@ -3526,8 +3547,11 @@ export default {
}
});
},
-
+ closeDialog(){
+ Object.assign(this.$data, this.$options.data.call(this));
+ }
},
+
created() {
// this.factoryList()
// this.getLanguageList()
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 32da032..d14d75d 100644
--- a/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue
+++ b/src/views/modules/yieldReport/otherReport/fqc_split_roll_report.vue
@@ -2704,6 +2704,7 @@ export default {
// 批量直接送检
bulkInspection(){
+ this.scheduleData.operatorId = this.operatorData.operatorId
this.$nextTick(() => {
this.$refs.bulkInspection.init(this.scheduleData,'N')
});