From d5ca313853efc5897f277eb1ef57e0bbfa0fb53e Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Mon, 6 Jan 2025 16:24:56 +0800
Subject: [PATCH] =?UTF-8?q?2024-01-06=20=E8=8A=82=E7=82=B9=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=EF=BC=8C=E6=B5=81=E7=A8=8B=E5=B9=B2=E9=A2=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../processManagement/processManagement.js | 4 +
src/views/modules/part/partInformation.vue | 2 -
.../processManagement/processFlowInfo.vue | 502 ++++++++++++++++++
3 files changed, 506 insertions(+), 2 deletions(-)
create mode 100644 src/views/modules/processManagement/processFlowInfo.vue
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] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+