From 2cccc49754e808316b573f53ac653c43988e927e Mon Sep 17 00:00:00 2001
From: zelian_wu <15576055375@163.com>
Date: Fri, 1 Dec 2023 17:53:31 +0800
Subject: [PATCH] =?UTF-8?q?2023-12-01=20plm=E6=8A=A5=E4=BB=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/quotation/quotationHeader.js | 7 +
.../modules/quotation/sellForQuotation.vue | 22 +-
.../quotationCustomerContact.vue | 0
.../quotationCustomerInformation.vue | 0
.../sellForQuotation/quotationDetail.vue | 100 ++++
.../quotationExamineAndApprove.vue | 0
.../quotationProjectInformation.vue | 0
src/views/modules/quotation/toBeQuoted.vue | 549 ++++++++++++++++++
8 files changed, 667 insertions(+), 11 deletions(-)
rename src/{components => views/modules}/quotation/sellForQuotation/quotationCustomerContact.vue (100%)
rename src/{components => views/modules}/quotation/sellForQuotation/quotationCustomerInformation.vue (100%)
rename src/{components => views/modules}/quotation/sellForQuotation/quotationDetail.vue (97%)
rename src/{components => views/modules}/quotation/sellForQuotation/quotationExamineAndApprove.vue (100%)
rename src/{components => views/modules}/quotation/sellForQuotation/quotationProjectInformation.vue (100%)
create mode 100644 src/views/modules/quotation/toBeQuoted.vue
diff --git a/src/api/quotation/quotationHeader.js b/src/api/quotation/quotationHeader.js
index bc940ff..c8df213 100644
--- a/src/api/quotation/quotationHeader.js
+++ b/src/api/quotation/quotationHeader.js
@@ -13,6 +13,13 @@ export const getQuotationHeaderByPage = (data) => createAPI(`/plm/quotationHeade
* @returns {*}
*/
export const saveQuotationHeader = (data) => createAPI('/plm/quotationHeader/saveQuotationHeader','post',data);
+/**
+ * 批量新增报价
+ * @param data
+ * @returns {*}
+ */
+export const saveBatchQuotationHeader = (data) => createAPI('/plm/quotationHeader/saveBatchQuotationHeader','post',data);
+
export const deleteByQuotationHeaderId = (data) => createAPI('/plm/quotationHeader/deleteByQuotationHeaderId','post',data);
/**
diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue
index f0f6c36..157bafb 100644
--- a/src/views/modules/quotation/sellForQuotation.vue
+++ b/src/views/modules/quotation/sellForQuotation.vue
@@ -47,6 +47,7 @@
v-model="searchData.dateValue"
type="daterange"
size="mini"
+ unlink-panels
format="yyyy/MM/dd"
value-format="yyyy-MM-dd"
range-separator="至"
@@ -269,8 +270,8 @@
- 跟单员
-
+ 跟单员
+
@@ -300,7 +301,7 @@
关闭
- 保存
+ 确定
@@ -341,11 +342,11 @@
-