|
|
|
@ -297,37 +297,37 @@ |
|
|
|
<overprinting ref="overprinting" @closeModel="closeModel"></overprinting> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'slitting'"> |
|
|
|
<slitting ref="slitting"></slitting> |
|
|
|
<slitting ref="slitting" @closeModel="closeModel"></slitting> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'lamTemperature'"> |
|
|
|
<lamTemperature ref="lamTemperature"></lamTemperature> |
|
|
|
<lamTemperature ref="lamTemperature" @closeModel="closeModel"></lamTemperature> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'cutting'"> |
|
|
|
<cutting ref="cutting"></cutting> |
|
|
|
<cutting ref="cutting" @closeModel="closeModel"></cutting> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'InkMixing'"> |
|
|
|
<InkMixing ref="InkMixing"></InkMixing> |
|
|
|
<InkMixing ref="InkMixing" @closeModel="closeModel"></InkMixing> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'InkFormulation'"> |
|
|
|
<InkFormulation ref="InkFormulation"></InkFormulation> |
|
|
|
<InkFormulation ref="InkFormulation" @closeModel="closeModel"></InkFormulation> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'lamination'"> |
|
|
|
<lamination ref="lamination"></lamination> |
|
|
|
<lamination ref="lamination" @closeModel="closeModel"></lamination> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'CNC'"> |
|
|
|
<CNC ref="CNC"></CNC> |
|
|
|
<CNC ref="CNC" @closeModel="closeModel"></CNC> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'Cut'"> |
|
|
|
<Cut ref="Cut"></Cut> |
|
|
|
<Cut ref="Cut" @closeModel="closeModel"></Cut> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'packagePage'"> |
|
|
|
<packagePage ref="packagePage"></packagePage> |
|
|
|
<packagePage ref="packagePage" @closeModel="closeModel"></packagePage> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'fqc'"> |
|
|
|
<fqc ref="fqc"></fqc> |
|
|
|
<fqc ref="fqc" @closeModel="closeModel"></fqc> |
|
|
|
</div> |
|
|
|
<div v-else-if="currentRow.itemType === 'cqc'"> |
|
|
|
<cqc ref="cqc"></cqc> |
|
|
|
<cqc ref="cqc" @closeModel="closeModel"></cqc> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
<el-dialog title="变更工艺路线" :close-on-click-modal="false" v-drag :visible.sync="modalFlag" width="700px"> |
|
|
|
|