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 @@
-