diff --git a/src/api/processManagement/processManagement.js b/src/api/processManagement/processManagement.js
index 2669b19..3480422 100644
--- a/src/api/processManagement/processManagement.js
+++ b/src/api/processManagement/processManagement.js
@@ -96,3 +96,7 @@ export const getProcessControlList = data => createAPI(`/plm/request/getProcessC
export const saveProcessControlList = data => createAPI(`/plm/request/saveProcessControlList`,'post',data)
+
+export const getProcessFlowInformation = data => createAPI(`/plm/request/getProcessFlowInformation`,'post',data)
+
+export const processIntervention = data => createAPI(`/plm/request/processIntervention`,'post',data)
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
index 0074bcb..51319cd 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -4840,7 +4840,6 @@
})
}
})
- }).catch(() => {
})
},
@@ -5375,7 +5374,6 @@
})
}
})
- }).catch(() => {
})
},
diff --git a/src/views/modules/processManagement/processFlowInfo.vue b/src/views/modules/processManagement/processFlowInfo.vue
new file mode 100644
index 0000000..c775929
--- /dev/null
+++ b/src/views/modules/processManagement/processFlowInfo.vue
@@ -0,0 +1,502 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+ {{ "导出" }}
+
+ 节点更新
+ 流程干预
+
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+