|
|
@ -528,16 +528,16 @@ |
|
|
style=" width: 120px; margin-bottom: 5px; margin-left: 3PX"> |
|
|
style=" width: 120px; margin-bottom: 5px; margin-left: 3PX"> |
|
|
{{ labels.rollSplit }} |
|
|
{{ labels.rollSplit }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
<el-button type="primary" @click="malformedMaterialModal()" |
|
|
|
|
|
|
|
|
<el-button type="primary" @click="malformedMaterialModal" |
|
|
:disabled="malformedMaterialButtonFlag || rollSplitButton || scheduleData.closedFlag=='Y'" |
|
|
:disabled="malformedMaterialButtonFlag || rollSplitButton || scheduleData.closedFlag=='Y'" |
|
|
style=" width: 120px; margin-bottom: 5px; margin-left: 3PX"> |
|
|
style=" width: 120px; margin-bottom: 5px; margin-left: 3PX"> |
|
|
{{ labels.scannerMaterial }} |
|
|
{{ labels.scannerMaterial }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</div> |
|
|
</div> |
|
|
<!-- <el-button type="primary" class="controller-bun" :disabled="buttonTags.materialMalformedFlag "--> |
|
|
|
|
|
<!-- style=" width: 80px; margin-bottom: 5px; " @click="popoverFlag2=true"--> |
|
|
|
|
|
<!-- slot="reference">{{ labels.materialMalformed }}--> |
|
|
|
|
|
<!-- </el-button>--> |
|
|
|
|
|
|
|
|
<el-button type="primary" class="controller-bun" :disabled="buttonTags.materialMalformedFlag " |
|
|
|
|
|
style=" width: 80px; margin-bottom: 5px; " @click="popoverFlag2=true" |
|
|
|
|
|
slot="reference">{{ labels.materialMalformed }} |
|
|
|
|
|
</el-button> |
|
|
</el-popover> |
|
|
</el-popover> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
@ -3614,6 +3614,7 @@ export default { |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
malformedMaterialModal() { |
|
|
malformedMaterialModal() { |
|
|
if (!this.selectSfdcRollData) { |
|
|
if (!this.selectSfdcRollData) { |
|
|
this.$message.warning('请选择机器下机卷!') |
|
|
this.$message.warning('请选择机器下机卷!') |
|
|
@ -3625,6 +3626,7 @@ export default { |
|
|
this.$refs.comMalformedMaterial.init(this.scheduleData, this.operatorData, this.selectSfdcRollData) |
|
|
this.$refs.comMalformedMaterial.init(this.scheduleData, this.operatorData, this.selectSfdcRollData) |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
scannerMaterial(row) { |
|
|
scannerMaterial(row) { |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|