From c148304822e39e9d983250b547bffc0471072186 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 12 Aug 2025 10:09:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(productManage):=20=E5=85=A8=E7=BD=91?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86=E5=BA=93=E5=AD=98=E5=90=AB?= =?UTF-8?q?=E4=B9=89=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 +++++ .../components/UpdateInventory.vue | 22 +++++++++---------- .../wholeNetwork/productManage/details.vue | 5 ++++- .../wholeNetwork/productManage/index.vue | 19 ++++++++-------- .../wholeNetwork/productManage/summary.vue | 15 +++++++++++++ 5 files changed, 45 insertions(+), 22 deletions(-) create mode 100644 src/views/wholeNetwork/productManage/summary.vue diff --git a/src/router/index.js b/src/router/index.js index e8d08c6..301674e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3486,6 +3486,12 @@ export const constantRoutes = [ component: () => import('@/views/wholeNetwork/productManage/index'), meta: { title: '全网产品管理' } }, + { + path: 'productManageSummary', + name: 'WholeNetworkProductManageSummary', + component: () => import('@/views/wholeNetwork/productManage/summary'), + meta: { title: '全网产品统计' } + }, { path: 'productManageDetails', name: 'WholeNetworkProductManageDetails', diff --git a/src/views/wholeNetwork/productManage/components/UpdateInventory.vue b/src/views/wholeNetwork/productManage/components/UpdateInventory.vue index a005290..593fbc8 100644 --- a/src/views/wholeNetwork/productManage/components/UpdateInventory.vue +++ b/src/views/wholeNetwork/productManage/components/UpdateInventory.vue @@ -1,13 +1,18 @@ + + + +