diff --git a/public/config.js b/public/config.js
index fadf4f7..fdf2eba 100644
--- a/public/config.js
+++ b/public/config.js
@@ -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" //电子档案-热表分厂-质量记录
diff --git a/src/views/productionManagement/blbWorkOrder/components/glass.vue b/src/views/productionManagement/blbWorkOrder/components/glass.vue
index 2bcae45..d63da4d 100644
--- a/src/views/productionManagement/blbWorkOrder/components/glass.vue
+++ b/src/views/productionManagement/blbWorkOrder/components/glass.vue
@@ -30,6 +30,7 @@
生产监控
+ 工艺流程卡
优先级调整
@@ -474,6 +475,9 @@ export default {
},
mounted() {},
methods: {
+ printCraftCard_new(row){
+ window.open(window.PROCESS_FLOW_CARD_HEAT_SINTER+'?woId='+row.woId);
+ },
//查询【生产中3、工艺变更5、检验中4、审理中6】状态的订单
queryOrdersHandle(status) {
this.query = {
diff --git a/src/views/productionManagement/blbWorkOrder/components/others.vue b/src/views/productionManagement/blbWorkOrder/components/others.vue
index 223e465..2ac2893 100644
--- a/src/views/productionManagement/blbWorkOrder/components/others.vue
+++ b/src/views/productionManagement/blbWorkOrder/components/others.vue
@@ -30,6 +30,7 @@
生产监控
+ 工艺流程卡
优先级调整
@@ -474,6 +475,9 @@ export default {
},
mounted() {},
methods: {
+ printCraftCard_new(row){
+ window.open(window.PROCESS_FLOW_CARD_HEAT_SINTER+'?woId='+row.woId);
+ },
//查询【生产中3、工艺变更5、检验中4、审理中6】状态的订单
queryOrdersHandle(status) {
this.query = {
diff --git a/src/views/productionManagement/productionMonitoring.vue b/src/views/productionManagement/productionMonitoring.vue
index 38ba8b1..952446e 100644
--- a/src/views/productionManagement/productionMonitoring.vue
+++ b/src/views/productionManagement/productionMonitoring.vue
@@ -18,7 +18,7 @@
@on-load="onLoad"
>
- 过程记录打印
+
打印标签
@@ -31,6 +31,7 @@
生产监控
+ 工艺流程卡
优先级调整
@@ -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];
diff --git a/src/views/productionManagement/sinTerWorkOrder/index.vue b/src/views/productionManagement/sinTerWorkOrder/index.vue
index d71a812..b824a5c 100644
--- a/src/views/productionManagement/sinTerWorkOrder/index.vue
+++ b/src/views/productionManagement/sinTerWorkOrder/index.vue
@@ -18,7 +18,7 @@
@on-load="onLoad"
>
- 过程记录打印
+
打印标签
配套单打印
合批
@@ -31,6 +31,7 @@
生产监控
+ 工艺流程卡
优先级调整
@@ -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) {