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 @@ 新 增 从其他报价单复制 - - - - - - - - - - - - - - - - + 批 量 删 除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 新 增 从其他报价单复制 - 批 量 删 除 - - - - - - - - - - - - - - - - - - - - - - - - - - - + 批 量 删 除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 新 增 从其他报价单复制 @@ -635,13 +762,13 @@ - + - {{ item.workCenterNo }} + {{ item.workCenterNo }} {{ item.workCenterDesc }} @@ -670,47 +797,47 @@ - - + + - {{ 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}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取 消 - 确 定 + 确 定 + + + + + + + + + + + + + + + + + + 重 置 + + + + + + + + + + + + + + + + 取 消 + 确 定 + +