+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 新增
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i.sitename }}
+ {{ i.buDesc }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue
index 76b8935..64c6510 100644
--- a/src/views/modules/yieldReport/com_produce_report_normal.vue
+++ b/src/views/modules/yieldReport/com_produce_report_normal.vue
@@ -4237,7 +4237,7 @@ export default {
this.$message.error('请先选择派工单!');
return false;
}
-
+
// 如果操作员信息还未设置,先设置为当前登录人
if (!this.operatorData.operatorId || !this.operatorData.operatorName) {
this.operatorData.operatorId = this.$store.state.user.name;
@@ -4248,7 +4248,7 @@ export default {
this.titleCon = '机台工作台' + ' - ' + this.scheduleData.workCenterDesc + ' '
+ this.scheduleData.resourceDesc + ' (' + this.operatorData.operatorName + ')';
}
-
+
//打开操作员切换功能,用于管理上下岗人员
this.showOperatorFlag = true;
this.$nextTick(() => {
@@ -4656,7 +4656,8 @@ export default {
site: this.scheduleData.site,
//buNo: this.scheduleData.buNo,
orderNo: this.scheduleData.orderNo,
- resourceId: this.scheduleData.resourceId
+ resourceId: this.scheduleData.resourceId,
+ seqNo: this.scheduleData.seqNo
};
checkProcessInspectionPendingCount(params).then(({data}) => {