|
|
|
@ -183,7 +183,7 @@ |
|
|
|
<fqcSplitRollReport :close-on-click-modal="false" |
|
|
|
:visible.sync="fqcRollShowReportFlag" ref="fqcSplitRollReport"></fqcSplitRollReport> |
|
|
|
<!-- 创建重检派工单 --> |
|
|
|
<createRecheck ref="createRecheck"></createRecheck> |
|
|
|
<createRecheck ref="createRecheck" ></createRecheck> |
|
|
|
<!-- 换包装 --> |
|
|
|
<changePackaging :close-on-click-modal="false" |
|
|
|
:visible.sync="changePackagingFlag" ref="changePackaging"></changePackaging> |
|
|
|
@ -1136,12 +1136,14 @@ export default { |
|
|
|
// 暂停 |
|
|
|
if (currentRow.closedFlag == 'N' && currentRow.parkFlag == 'N') { |
|
|
|
this.menuButton.pauseButton = false |
|
|
|
this.menuButton.openReverseButton = true |
|
|
|
}else { |
|
|
|
this.menuButton.pauseButton = true |
|
|
|
} |
|
|
|
// 重开 |
|
|
|
if (currentRow.closedFlag == 'N' & currentRow.parkFlag == 'Y') { |
|
|
|
menuButton.openReverseButton = false |
|
|
|
menuButton.pauseButton = true |
|
|
|
if (currentRow.closedFlag == 'N' && currentRow.parkFlag == 'Y') { |
|
|
|
this.menuButton.openReverseButton = false |
|
|
|
}else { |
|
|
|
this.menuButton.openReverseButton = true |
|
|
|
} |
|
|
|
// 生产排料 |
|
|
|
if (currentRow.costRollUpFlag == 'N') { |
|
|
|
|