diff --git a/public/config.js b/public/config.js index 58254e1..2bd93b1 100644 --- a/public/config.js +++ b/public/config.js @@ -13,7 +13,7 @@ window.PROCESS_QUALITY_RECORD = "http://192.168.169.172:9000/jmreport/view/11531 window.WARE_MATERIAL_STOCK = "http://192.168.169.172:9000/jmreport/view/1186917825215324160" //仓管-库存汇总-存料登记卡打印 -// 配套单打印 +// 配套单打印 /jmreport/view/1188705683594706944?yoId=2008439579960193026 window.COMPANION = "http://192.168.169.172:9000/jmreport/view/1188705683594706944" // 领料单打印 diff --git a/src/views/productionManagement/productionMonitoring/index.vue b/src/views/productionManagement/productionMonitoring/index.vue index da6ba7d..a0ddcea 100644 --- a/src/views/productionManagement/productionMonitoring/index.vue +++ b/src/views/productionManagement/productionMonitoring/index.vue @@ -596,7 +596,7 @@ export default { mounted() {}, methods: { printCraftCard_new(row){ - window.open(window.PROCESS_FLOW_CARD_HEAT_METER+'?woId='+row.woId); + window.open(window.PROCESS_FLOW_CARD_HEAT_METER+'?woId='+row.woId,'_blank'); }, // 优先级调整 priorityFn(row) { diff --git a/src/views/workRate/index.vue b/src/views/workRate/index.vue index e5994ed..e0dae10 100644 --- a/src/views/workRate/index.vue +++ b/src/views/workRate/index.vue @@ -569,7 +569,7 @@ -