From 7f4a3a274e99d7c4e2eb1a25758a4774fc531ace Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sat, 14 Dec 2024 19:05:12 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E9=9C=80=E6=B1=82=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9C=80=E6=B1=82=E5=BE=81=E9=9B=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/project-demand/summary/index.js | 8 ++ src/views/project-demand/summary/add.vue | 147 +++++++++++++++++------ 2 files changed, 115 insertions(+), 40 deletions(-) diff --git a/src/api/project-demand/summary/index.js b/src/api/project-demand/summary/index.js index 5efb23d..b680084 100644 --- a/src/api/project-demand/summary/index.js +++ b/src/api/project-demand/summary/index.js @@ -103,3 +103,11 @@ export const getProjectOption = () => { method: "get" }); }; + + +export const getRequirementOption = () => { + return request({ + url: '/workflow/mosr/requirement/option', + method: "get" + }); +}; diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index 486ef8c..dbfff45 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -14,7 +14,8 @@ - + @@ -50,7 +51,8 @@ - + - + - + - + - + - + - + - + - + @@ -162,7 +171,8 @@ - + - + - - - + + + - + {{ optionalChargeLeadershipList.length !== 0 ? '更改' : '请选择' }} @@ -205,9 +217,11 @@ v-model:value="optionalChargeLeadershipList" @ok="optionalChargeLeaderPickerOkOrCancel"/> - - - + + + + + + + + + + + - + - + - + - - + - + - + @@ -285,7 +320,8 @@ - @@ -326,7 +362,7 @@ - 保存 + 保存 发布 重新发布 返回 @@ -337,7 +373,14 @@