From d861c5fc260ed8d8b5f0329e71c80a4eef329cad Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 3 Jan 2025 15:17:33 +0800 Subject: [PATCH] 2024-1-3 --- .../modules/project/projectInfo/com_project_puotation.vue | 1 + src/views/modules/project/projectInfo/projectInfo.vue | 4 +++- src/views/modules/quotation/toBeQuoted.vue | 6 +++--- src/views/modules/quote/detail/quoteDetail.vue | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/modules/project/projectInfo/com_project_puotation.vue b/src/views/modules/project/projectInfo/com_project_puotation.vue index 3c88d48..4ce1708 100644 --- a/src/views/modules/project/projectInfo/com_project_puotation.vue +++ b/src/views/modules/project/projectInfo/com_project_puotation.vue @@ -71,6 +71,7 @@ } from '@/api/quotation/quotationInformation.js' import Chooselist from '@/views/modules/common/Chooselist' export default { + name:'projectQuotation', components: { Chooselist }, diff --git a/src/views/modules/project/projectInfo/projectInfo.vue b/src/views/modules/project/projectInfo/projectInfo.vue index d7d721a..2e2e456 100644 --- a/src/views/modules/project/projectInfo/projectInfo.vue +++ b/src/views/modules/project/projectInfo/projectInfo.vue @@ -233,7 +233,7 @@ - + @@ -401,9 +401,11 @@ import { Divider } from 'element-ui'; import CustomerInfo from "../../quotation/sellForQuotation/customerInfo.vue"; import Quote from "../../quote/index.vue"; + import ProjectQuotation from "./com_project_puotation.vue"; /*組件*/ export default { components: { + ProjectQuotation, Quote, CustomerInfo, OssComponents, diff --git a/src/views/modules/quotation/toBeQuoted.vue b/src/views/modules/quotation/toBeQuoted.vue index 15453b5..e7a8396 100644 --- a/src/views/modules/quotation/toBeQuoted.vue +++ b/src/views/modules/quotation/toBeQuoted.vue @@ -152,14 +152,14 @@ layout="total, sizes, prev, pager, next, jumper"> - + - - + + - +