diff --git a/src/api/quotation/quotationInformation.js b/src/api/quotation/quotationInformation.js index 105409b..4dd81fa 100644 --- a/src/api/quotation/quotationInformation.js +++ b/src/api/quotation/quotationInformation.js @@ -121,6 +121,7 @@ export const closeModalDeleteFile = data => createAPI(`/plm/quotationInformation * @returns {*} */ export const searchQuotationByQuotationNo = data => createAPI(`/plm/quotationInformation/searchQuotationByQuotationNo`,'post',data) +export const quotationInformationSearchByAnyField = data => createAPI(`/plm/quotationInformation/quotationInformationSearch/any`,'post',data) /** * 提交 * @param data diff --git a/src/views/common/filterSearch.vue b/src/views/common/filterSearch.vue index cc94823..57c4e8d 100644 --- a/src/views/common/filterSearch.vue +++ b/src/views/common/filterSearch.vue @@ -353,7 +353,7 @@ export default { - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/quote/primary/quoteSearch.vue b/src/views/modules/quote/primary/quoteSearch.vue index 407cbfd..7e62aa2 100644 --- a/src/views/modules/quote/primary/quoteSearch.vue +++ b/src/views/modules/quote/primary/quoteSearch.vue @@ -92,6 +92,7 @@ export default { 查 询 新 增 + 搜索 diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue index 47ba2dd..bd97414 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue @@ -263,7 +263,7 @@ - + diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue index 48e8e4b..1db2c9e 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationList.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue @@ -1565,6 +1565,7 @@ params.no = this.pageIndex params.size = this.pageSize params.site = this.$store.state.user.site + params.username = this.$store.state.user.name technicalSpecificationListSearchByAnyField(params).then(({data})=>{ if (data && data.code === 0){ this.dataList1 = data.page.list