From a31a3012bb43704ebf7838524d5ceb13d93e1d2c Mon Sep 17 00:00:00 2001 From: zelian_wu <15576055375@163.com> Date: Wed, 29 Nov 2023 17:12:42 +0800 Subject: [PATCH] =?UTF-8?q?2023-11-29=20plm=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/project/project.js | 1 + .../quotationCustomerContact.vue | 44 +- .../sellForQuotation/quotationDetail.vue | 484 +++++++++++------- .../modules/quotation/sellForQuotation.vue | 29 +- 4 files changed, 338 insertions(+), 220 deletions(-) diff --git a/src/api/project/project.js b/src/api/project/project.js index b582995..b679112 100644 --- a/src/api/project/project.js +++ b/src/api/project/project.js @@ -29,6 +29,7 @@ export const getContactChooseData= data => createAPI(`/project/getContactChooseD export const saveProjectContactList= data => createAPI(`/project/saveProjectContactList`,'post',data) export const deleteProjectInfo= data => createAPI(`/project/deleteProjectInfo`,'post',data) export const getProjectInfoPartList= data => createAPI(`/project/getProjectInfoPartList`,'post',data) +export const getProjectPartList= data => createAPI(`/project/getProjectPartList`,'get',data) export const saveProjectPart= data => createAPI(`/project/saveProjectPart`,'post',data) export const deleteProjectPartWithId= data => createAPI(`/project/deleteProjectPartWithId`,'post',data) export const getPlmToolPurchaseRequestDataByProject= data => createAPI(`/project/getPlmToolPurchaseRequestDataByProject`,'post',data) diff --git a/src/components/quotation/sellForQuotation/quotationCustomerContact.vue b/src/components/quotation/sellForQuotation/quotationCustomerContact.vue index c4baade..ec24196 100644 --- a/src/components/quotation/sellForQuotation/quotationCustomerContact.vue +++ b/src/components/quotation/sellForQuotation/quotationCustomerContact.vue @@ -1,29 +1,33 @@