From a8feed2d7fc5d7699b3f333b3afcb42fc9dd63ca Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 24 Oct 2024 22:04:46 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E9=9C=80=E6=B1=82=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E5=92=8C=E8=AF=A6=E6=83=85=E6=96=B0=E5=A2=9E=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=9C=A8=E9=A2=84=E7=AE=97=E5=86=85=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/steps/index.vue | 37 +++++------------------- src/views/project-demand/summary/add.vue | 13 ++++++++- 2 files changed, 20 insertions(+), 30 deletions(-) diff --git a/src/components/steps/index.vue b/src/components/steps/index.vue index b4c82e8..444a893 100644 --- a/src/components/steps/index.vue +++ b/src/components/steps/index.vue @@ -153,27 +153,6 @@ const baseForm = ref() const baseFormData = ref([]) const schema = computed(() => { return [ - // { - // label: '征集公司', - // prop: 'affiliatedCompany', - // colProps: { - // span: 6 - // } - // }, - // { - // label: '征集名称', - // prop: 'requirementName', - // colProps: { - // span: 6 - // } - // }, - // { - // label: '征集说明', - // prop: 'collectExplain', - // colProps: { - // span: 24 - // } - // }, { label: '承办单位', prop: 'affiliatedCompany', @@ -347,13 +326,6 @@ const schema = computed(() => { ) }, - // { - // label: '是否专项资金项目', - // prop: 'isSpecialFund', - // colProps: { - // span: 6 - // } - // }, { label: '所属专项资金', prop: 'specialFund', @@ -377,6 +349,13 @@ const schema = computed(() => { ) }, + { + label: '是否在预算内', + prop: 'isWithinBudget', + colProps: { + span: 6 + } + }, { label: '部门分管领导', prop: 'optionalChargeLeadership', @@ -393,7 +372,7 @@ const handlePrint = (print) => { } // 格式化详情步骤条 const formatProcedure = (data) => { - console.info("🚀 ~method:formatProcedure -----", data) + // console.info("🚀 ~method:formatProcedure -----", data) let arr = [] if (data instanceof Array) { data.forEach(item => { diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index 1f099ff..ffb3aa4 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -184,7 +184,15 @@ - + + + + + + + + + {{ optionalChargeLeadershipList.length !== 0 ? '更改' : '请选择' }} @@ -197,6 +205,7 @@ v-model:value="optionalChargeLeadershipList" @ok="optionalChargeLeaderPickerOkOrCancel"/> +