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: {