生产管理工艺流程卡打印

dev-scheduling
zhangdi 2 months ago
parent d779ce912d
commit a6c42dc24b
  1. 6
      public/config.js
  2. 4
      src/views/productionManagement/blbWorkOrder/components/glass.vue
  3. 4
      src/views/productionManagement/blbWorkOrder/components/others.vue
  4. 6
      src/views/productionManagement/productionMonitoring.vue
  5. 6
      src/views/productionManagement/sinTerWorkOrder/index.vue

@ -5,8 +5,8 @@ window.PROCESS_FLOW_CARD_HEAT_METER="http://192.168.169.172:9000/jmreport/view/1
window.PROCESS_FLOW_CARD_HEAT_SINTER="http://192.168.169.172:9000/jmreport/view/1154632438942031872"//工艺流程卡地址 烧结
window.SCHEDULING_DASHBOARD = "http://192.168.0.117:2888/SCHEDULING_DASHBOARD" //排产看板地址
window.SCHEDULING_EXCEPTION = "http://192.168.0.117:2888/SCHEDULING_EXCEPTION" //排产异常地址
window.SCHEDULING_ANALYSIS = "http://192.168.0.117:2888/SCHEDULING_ANALYSIS" //排产统计分析地址
window.SCHEDULING_DASHBOARD = "http://192.168.169.172:8088/SCHEDULING_DASHBOARD" //排产看板地址
window.SCHEDULING_EXCEPTION = "http://192.168.169.172:8088/SCHEDULING_EXCEPTION" //排产异常地址
window.SCHEDULING_ANALYSIS = "http://192.168.169.172:8088/SCHEDULING_ANALYSIS" //排产统计分析地址
window.PROCESS_QUALITY_RECORD = "http://192.168.169.172:9000/jmreport/view/1153140195292762112" //电子档案-热表分厂-质量记录

@ -30,6 +30,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
>
@ -474,6 +475,9 @@ export default {
},
mounted() {},
methods: {
printCraftCard_new(row){
window.open(window.PROCESS_FLOW_CARD_HEAT_SINTER+'?woId='+row.woId);
},
//3546
queryOrdersHandle(status) {
this.query = {

@ -30,6 +30,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
>
@ -474,6 +475,9 @@ export default {
},
mounted() {},
methods: {
printCraftCard_new(row){
window.open(window.PROCESS_FLOW_CARD_HEAT_SINTER+'?woId='+row.woId);
},
//3546
queryOrdersHandle(status) {
this.query = {

@ -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>
</template>
@ -31,6 +31,7 @@
<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
>
@ -590,6 +591,9 @@ export default {
},
mounted() {},
methods: {
printCraftCard_new(row){
window.open(window.PROCESS_FLOW_CARD_HEAT_METER+'?woId='+row.woId);
},
//
priorityFn(row) {
this.itemData = [row];

@ -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) {

Loading…
Cancel
Save