|
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
|
@on-load="onLoad" |
|
|
|
|
> |
|
|
|
|
<template #menu-left> |
|
|
|
|
<el-button type="primary" @click="handlePrintTags">过程记录打印</el-button> |
|
|
|
|
<!-- <el-button type="primary" @click="handlePrintTags">过程记录打印</el-button> --> |
|
|
|
|
<el-button type="primary" @click="handlePrintTags">打印标签</el-button> |
|
|
|
|
<el-button type="primary" @click="handlePrint">配套单打印</el-button> |
|
|
|
|
<el-button type="primary" @click="handleInterlocking">合批</el-button> |
|
|
|
|
@ -31,6 +31,7 @@ |
|
|
|
|
</template> |
|
|
|
|
<template #menu="scope"> |
|
|
|
|
<el-button type="text" @click="clickProduction(scope.row)">生产监控</el-button> |
|
|
|
|
<el-button type="text" @click="printCraftCard_new(scope.row)">工艺流程卡</el-button> |
|
|
|
|
<el-button type="text" @click="priorityFn(scope.row)" v-if="scope.row.runStatus === 2" |
|
|
|
|
>优先级调整</el-button |
|
|
|
|
> |
|
|
|
|
@ -479,6 +480,9 @@ export default { |
|
|
|
|
}, |
|
|
|
|
mounted() {}, |
|
|
|
|
methods: { |
|
|
|
|
printCraftCard_new(row){ |
|
|
|
|
window.open(window.PROCESS_FLOW_CARD_HEAT_SINTER+'?woId='+row.woId); |
|
|
|
|
}, |
|
|
|
|
// 合批 |
|
|
|
|
handleInterlocking(row) { |
|
|
|
|
if (this.selectionList.length == 0) { |
|
|
|
|
|