From f8e72a54ef2f37c9aa93f58a3c7aa278769c2392 Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Thu, 14 Mar 2024 17:26:34 +0800 Subject: [PATCH] =?UTF-8?q?2024-03-14=20=E6=8A=A5=E4=BB=B7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quotation/quoteOfRouting.js | 2 +- .../modules/quotation/sellForQuotation.vue | 2 +- .../quotationDetail/quoteRouting.vue | 25 +++++++++++++++---- .../sellForQuotation/quoteDetail.vue | 2 +- 4 files changed, 23 insertions(+), 8 deletions(-) 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 @@