From de745e2d52b2406784f4011ec49acb898e2f3df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?= <2523890936@qq.com> Date: Thu, 14 Aug 2025 17:11:12 +0800 Subject: [PATCH] bugfix --- f/web-kboss/src/api/ncmatch/index.js | 11 +- f/web-kboss/src/router/index.js | 4 + .../productMangement/commonBox/index.vue | 70 +++-- .../src/views/homePage/detail/index.vue | 111 ++------ .../src/views/homePage/detail/luojinshu.js | 239 +----------------- .../src/views/homePage/ncmatch/index.vue | 5 +- .../views/homePage/ncmatch/mainPage/index.vue | 21 +- .../views/homePage/ncmatch/search/index.vue | 9 +- .../ncmatch/supplyAndDemandSquare/index.vue | 19 +- f/web-kboss/src/views/setting/tools.js | 4 +- 10 files changed, 130 insertions(+), 363 deletions(-) diff --git a/f/web-kboss/src/api/ncmatch/index.js b/f/web-kboss/src/api/ncmatch/index.js index 87097a7..19360c6 100644 --- a/f/web-kboss/src/api/ncmatch/index.js +++ b/f/web-kboss/src/api/ncmatch/index.js @@ -115,4 +115,13 @@ export function reqSearch(data){ headers: { 'Content-Type': 'application/js1on' }, data }) -} \ No newline at end of file +} +//导出 //reqExportProduct +export function reqExportProduct(data){ + return request({ + url: '/product/publish_product_to_excel.dspy', + method: 'post', + headers: { 'Content-Type': 'application/js1on' }, + data + }) +} diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index 73925ea..cd10ffe 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -302,6 +302,7 @@ export const asyncRoutes = [ // meta: {title: "概览", fullPath: "/productHome", noCache: true} // }, { + hidden: true, path: "/approveMangement", component:Layout, name: "approveMangement", @@ -324,6 +325,7 @@ export const asyncRoutes = [ ] }, { + hidden: true, path: "/productMangement", component:Layout, name: "productMangement", @@ -345,6 +347,7 @@ export const asyncRoutes = [ ] }, { + hidden: true, path: "/menuMangement", component:Layout, name: "menuMangement", @@ -360,6 +363,7 @@ export const asyncRoutes = [ ] }, { + hidden: true, path: "/demandMangement", component:Layout, name: "demandMangement", diff --git a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue index cd8a272..02a9ebe 100644 --- a/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue +++ b/f/web-kboss/src/views/customer/productMangement/commonBox/index.vue @@ -22,8 +22,8 @@
- + {{ item.label }} @@ -32,9 +32,9 @@ 添加{{ searchData.radioType === '1' || searchData.radioType === '3' ? '需求' : '商品' }} --> - +
- -