From 978ae6f75cd90afa684b6a59a692c25cc1330040 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Fri, 15 Dec 2023 09:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/purchasing/index.vue | 4 +- src/views/project_type_set/index.vue | 84 +++++++++++++++++++++++++++- src/views/quotation/edit.vue | 1 - 3 files changed, 84 insertions(+), 5 deletions(-) diff --git a/src/components/purchasing/index.vue b/src/components/purchasing/index.vue index 774d78e..241eff4 100644 --- a/src/components/purchasing/index.vue +++ b/src/components/purchasing/index.vue @@ -20,8 +20,8 @@ - - + + diff --git a/src/views/project_type_set/index.vue b/src/views/project_type_set/index.vue index f925c71..031ee5e 100644 --- a/src/views/project_type_set/index.vue +++ b/src/views/project_type_set/index.vue @@ -33,7 +33,7 @@ - + @@ -54,6 +63,52 @@ + + +
+ + + + +
+ +
+ +
+ + + + +
+ +
+ +
+ + + + +
+ +
@@ -79,7 +134,32 @@ const queryParams = reactive({ }) +//打开弹窗 +const handledqa = (data: any) => { + dialogVisiblea.value = true +} +const handledqb = (data: any) => { + dialogVisibleb.value = true +} +const handledqc = (data: any) => { + dialogVisiblec.value = true +} +//关闭弹窗 +const dialogVisiblea = ref(false) +const dialogVisibleb = ref(false) +const dialogVisiblec = ref(false) + +//提交 +const submita = () => { + +} +const submitb = () => { + +} +const submitc = () => { + +} // 选中数据 const selectData = ref([]) diff --git a/src/views/quotation/edit.vue b/src/views/quotation/edit.vue index fb6f9a6..7b8a297 100644 --- a/src/views/quotation/edit.vue +++ b/src/views/quotation/edit.vue @@ -167,7 +167,6 @@ import { apiQuotationAdd, apiQuotationEdit, apiQuotationDetail } from '@/api/quo import { timeFormat } from '@/utils/util' import customDialog1 from '@/components/product/index.vue' import reviewprocess from '@/components/reviewprocess/index.vue' -const base_url = configs.baseUrl + configs.urlPrefix import type { PropType } from 'vue' defineProps({ dictData: {