From 08863e0b7034501151d8a30c7cc0d3bbad3ebec3 Mon Sep 17 00:00:00 2001
From: taozi <1362265981@qq.com>
Date: Fri, 9 Jan 2026 17:02:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/flowManagement/index.js | 24 +
src/views/flowManagement/addDialog.vue | 428 +++
.../flowManagement/managementOfKeyTasks.vue | 2944 +----------------
3 files changed, 509 insertions(+), 2887 deletions(-)
create mode 100644 src/api/flowManagement/index.js
create mode 100644 src/views/flowManagement/addDialog.vue
diff --git a/src/api/flowManagement/index.js b/src/api/flowManagement/index.js
new file mode 100644
index 0000000..dd111aa
--- /dev/null
+++ b/src/api/flowManagement/index.js
@@ -0,0 +1,24 @@
+import request from '@/axios';
+
+// 获取列表
+export const getProcessList = (current, size, params) => {
+ return request({
+ url: '/blade-desk/fmProjectApplication/page',
+ method: 'get',
+ params: {
+ ...params,
+ current,
+ size,
+ },
+ });
+}
+
+// 新增
+export const addProcess = (data) => {
+ console.log(data, 'api的data');
+ return request({
+ url: '/blade-desk/fmProjectApplication/submit',
+ method: 'post',
+ data
+ });
+}
diff --git a/src/views/flowManagement/addDialog.vue b/src/views/flowManagement/addDialog.vue
new file mode 100644
index 0000000..2a60284
--- /dev/null
+++ b/src/views/flowManagement/addDialog.vue
@@ -0,0 +1,428 @@
+
+
+
+
+
+
+
+ {{ formError }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 插入一行
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.milestonePlan }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.milestoneMan }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.outputMaterial }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.milestoneNode }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 附件
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/flowManagement/managementOfKeyTasks.vue b/src/views/flowManagement/managementOfKeyTasks.vue
index 412c28b..5788310 100644
--- a/src/views/flowManagement/managementOfKeyTasks.vue
+++ b/src/views/flowManagement/managementOfKeyTasks.vue
@@ -7,20 +7,18 @@
新增
-
详情
修改
审核
删除
-
{{ row.projectHead.userName }}
{{ row.touchingMan.userName }}
{{ row.touchingDept.tsName }}
-
+
-
+
@@ -44,184 +42,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 插入一行
-
-
-
-
-
-
-
-
-
-
-
- { $refs.addForm.validateField('detailList.' + scope.$index + '.milestonePlan') }">
-
-
-
- {{ scope.row.milestonePlan }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.milestoneMan.userName }}
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.outputMaterial }}
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.milestoneNode }}
-
-
-
-
-
-
-
-
-
-
-
- 附件
-
-
-
- 删除
-
-
-
-
-
-
-
+
@@ -352,13 +174,19 @@