|
|
|
@ -435,7 +435,8 @@ |
|
|
|
|
|
|
|
<!-- 生产过程的停机组件 --> |
|
|
|
<comProduceDown ref="comProduceDown" :close-on-click-modal="false" |
|
|
|
:visible.sync="showDownFlag"> |
|
|
|
:visible.sync="showDownFlag" |
|
|
|
@refreshPageData="refreshPageData"> |
|
|
|
|
|
|
|
</comProduceDown> |
|
|
|
|
|
|
|
@ -2863,7 +2864,7 @@ export default { |
|
|
|
this.refreshCurrentTabTable(); |
|
|
|
}).then(() => { |
|
|
|
//刷新当前的菜单 |
|
|
|
//this.refreshPageButtons(); |
|
|
|
this.refreshPageButtons(); |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|
@ -3030,7 +3031,6 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.showMergeFlag = true; |
|
|
|
this.$refs.comMergeRoll.init(this.scheduleData.seqNo, this.operatorData) |
|
|
|
// this.$refs.com_finish_roll.init(this.scheduleData.seqNo, this.currentRollOps.rollNo); |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|
@ -3042,7 +3042,6 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.showTuningFlag = true; |
|
|
|
this.$refs.comStartTuning.init(this.scheduleData, this.operatorData) |
|
|
|
// this.$refs.com_finish_roll.init(this.scheduleData.seqNo, this.currentRollOps.rollNo); |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|
@ -3054,7 +3053,6 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.showProduceFlag = true; |
|
|
|
this.$refs.comStartProduce.init(this.scheduleData, this.operatorData) |
|
|
|
// this.$refs.com_finish_roll.init(this.scheduleData.seqNo, this.currentRollOps.rollNo); |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|
|