diff --git a/src/api/quotation/quoteOfRouting.js b/src/api/quotation/quoteOfRouting.js index b1e69cf..1d5b695 100644 --- a/src/api/quotation/quoteOfRouting.js +++ b/src/api/quotation/quoteOfRouting.js @@ -1,3 +1,3 @@ import {createAPI} from "../../utils/httpRequest"; -export const getBomTreeStructure = (data)=>createAPI(`/quote/routing/tree/list`,'get',data); +export const getRoutingTreeStructure = (data)=>createAPI(`/quote/routing/tree/list`,'get',data); diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue index 7badfc9..9185310 100644 --- a/src/views/modules/quotation/sellForQuotation.vue +++ b/src/views/modules/quotation/sellForQuotation.vue @@ -527,7 +527,7 @@ export default { // 表格高度 height:400, // 标签页 - activeTabName:"quotation_detail", + activeTabName:"quote_detail", //dialog 控制开关 insertDiaLogFlag:false, quotationNoDialogFlag:false, diff --git a/src/views/modules/quotation/sellForQuotation/quotationDetail/quoteRouting.vue b/src/views/modules/quotation/sellForQuotation/quotationDetail/quoteRouting.vue index ba69d01..b9c8162 100644 --- a/src/views/modules/quotation/sellForQuotation/quotationDetail/quoteRouting.vue +++ b/src/views/modules/quotation/sellForQuotation/quotationDetail/quoteRouting.vue @@ -1,5 +1,5 @@