+
+
+
\ No newline at end of file
diff --git a/src/views/produce/order/monitoring/components/monitoringRingCharts.vue b/src/views/produce/order/monitoring/components/monitoringRingCharts.vue
new file mode 100644
index 00000000..54a55a19
--- /dev/null
+++ b/src/views/produce/order/monitoring/components/monitoringRingCharts.vue
@@ -0,0 +1,168 @@
+
+
+
+
+ 各订单环形图
+
+
+
+
+
+ {{item.orderName}}
+ 订单计划数量{{item.num}}
+
+
+
+
+ {{subItem.value}}
+
+
+
+ {{subItem.name}}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/produce/order/monitoring/orderCompletionMonitoring/index.vue b/src/views/produce/order/monitoring/orderCompletionMonitoring/index.vue
new file mode 100644
index 00000000..b2a469cd
--- /dev/null
+++ b/src/views/produce/order/monitoring/orderCompletionMonitoring/index.vue
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/produce/workOrder/index.vue b/src/views/produce/workOrder/index.vue
index f03890b6..a8e242c3 100644
--- a/src/views/produce/workOrder/index.vue
+++ b/src/views/produce/workOrder/index.vue
@@ -375,7 +375,7 @@ export default {
});
} else if (val.type === 'detail') {
this.$router.push({
- path: '/core/core-work-order-detail',
+ path: '/produce/core-work-order-detail',
query:{
id: val.data.id
}