From 2ce601ace9887e569344c8a0f7fde62663fc732b Mon Sep 17 00:00:00 2001 From: huk Date: Sat, 27 Sep 2025 15:42:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(trade):=20=E4=BF=AE=E6=94=B9=E9=80=82?= =?UTF-8?q?=E7=94=A8=E8=AE=A2=E5=8D=95=E7=B1=BB=E5=9E=8B=E4=B8=BA=E9=80=82?= =?UTF-8?q?=E7=94=A8=E5=95=86=E5=93=81=E7=B1=BB=E5=9E=8B-=20=E5=B0=86?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=A0=87=E7=AD=BE=E4=BB=8E"=E9=80=82?= =?UTF-8?q?=E7=94=A8=E8=AE=A2=E5=8D=95=E7=B1=BB=E5=9E=8B"=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA"=E9=80=82=E7=94=A8=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B"=20-=20=E6=9B=B4=E6=96=B0=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=20-=20?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2API=E8=B0=83=E7=94=A8=E4=B8=BAlistPmsProductC?= =?UTF-8?q?ategoryWithNoRule-=20=E6=96=B0=E5=A2=9ElistPmsProductCategoryWi?= =?UTF-8?q?thNoRule=E6=8E=A5=E5=8F=A3=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/pms/productCategory.js | 8 ++++++++ src/views/trade/divideRuleManage/index.vue | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/api/pms/productCategory.js b/src/api/pms/productCategory.js index ca8a513..51052d2 100644 --- a/src/api/pms/productCategory.js +++ b/src/api/pms/productCategory.js @@ -10,6 +10,14 @@ export function listPmsProductCategory(query, pageReq) { }); } +// 查询商品分类列表 +export function listPmsProductCategoryWithNoRule() { + return request({ + url: '/trans/divide/rule/productCategoryWithNoRule', + method: 'get' + }); +} + // 查询商品分类详细 export function getPmsProductCategory(id) { return request({ diff --git a/src/views/trade/divideRuleManage/index.vue b/src/views/trade/divideRuleManage/index.vue index 57a0be2..11fb466 100644 --- a/src/views/trade/divideRuleManage/index.vue +++ b/src/views/trade/divideRuleManage/index.vue @@ -14,7 +14,7 @@ - + @@ -175,7 +175,7 @@