diff --git a/src/api/part/partInformation.js b/src/api/part/partInformation.js
index 45947aa..cc1c952 100644
--- a/src/api/part/partInformation.js
+++ b/src/api/part/partInformation.js
@@ -46,3 +46,11 @@ export const getFileContentList = data => createAPI(`/plm/partInformation/getFil
export const deletePartFile = data => createAPI(`/plm/partInformation/deletePartFile`,'post',data)
+/**
+ * 查询材料信息
+ * @param data
+ * @returns {*}
+ */
+export const searchPartList = (data) => createAPI(`/plm/partInformation/searchPartList`,'get',data);
+
+
diff --git a/src/api/quotation/quotationHeader.js b/src/api/quotation/quotationHeader.js
index a520d14..1e3be63 100644
--- a/src/api/quotation/quotationHeader.js
+++ b/src/api/quotation/quotationHeader.js
@@ -81,3 +81,10 @@ export const updateQuotationRouting = (data) => createAPI('/plm/quotationRouting
* @returns {*}
*/
export const deleteQuotationRouting = (data) => createAPI('/plm/quotationRouting/deleteQuotationRouting','post',data);
+
+/**
+ * 查询 quotationPart
+ * @param data
+ * @returns {*}
+ */
+export const searchQuotationPart = (data) => createAPI('/plm/quotationPart/searchQuotationPart','get',data);
diff --git a/src/components/quotation/sellForQuotation/quotationDetail.vue b/src/components/quotation/sellForQuotation/quotationDetail.vue
index 3a26a20..0990e28 100644
--- a/src/components/quotation/sellForQuotation/quotationDetail.vue
+++ b/src/components/quotation/sellForQuotation/quotationDetail.vue
@@ -243,91 +243,218 @@
新 增
从其他报价单复制
-
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
+ 批 量 删 除
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.umName }}
+
+ {{ item.umId}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
新 增
从其他报价单复制
- 批 量 删 除
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
- changeWorkCenterSelect(val, row)" placeholder="请选择">
-
- {{ item.workCenterNo }}
-
- {{ item.workCenterDesc }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.umName }}
- {{ item.umId }}
-
-
-
-
-
-
-
-
-
-
-
-
+ 批 量 删 除
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ changeWorkCenterSelect(val, row)" placeholder="请选择">
+
+ {{ item.workCenterNo }}
+
+ {{ item.workCenterDesc }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ outputUnitSelect(e,row)"
+ default-first-option placeholder="请选择">
+
+ {{ item.label }}
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
新 增
从其他报价单复制
@@ -635,13 +762,13 @@
- changeWorkCenterSelect(val, quotationRouting)" placeholder="请选择">
+ changeWorkCenterSelect(val, quotationRouting)" placeholder="请选择">
- {{ item.workCenterNo }}
+ {{ item.workCenterNo }}
{{ item.workCenterDesc }}
@@ -670,47 +797,47 @@
-
-
+
+ outputUnitSelect(e,quotationRouting)"
+ default-first-option style="width: 100%" clearable placeholder="请选择">
- {{ item.umName }}
- {{ item.umId }}
+ v-for="item in outputUnitList"
+ :key="item.label"
+ :label="item.label"
+ :value="item.label">
-
+
-
+
-
+
-
+
-
+
-
+
@@ -728,27 +855,126 @@
-
+
-
+ 工具编码
+
-
+
+
+
+
+
+
+
+ {{item.umName }}
+
+ {{ item.umId}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ %
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重 置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.umName }}
+
+ {{ item.umId}}
+
+
+
+
+
+
+
+