From 99e42555576631afa2fc36494cced990f020055a Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 17 Apr 2024 17:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E7=9C=81=E5=85=AC=E5=8F=B8=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E5=88=86=E7=B1=BB=20=E6=B7=BB=E5=8A=A0=EF=BC=9A?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E4=B8=AD=20-=20=E7=9C=81=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E5=8F=91=E8=B5=B7=E4=BA=BA=E7=BB=91=E5=AE=9A=E7=9C=81=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E9=97=A8=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/merchant.js | 9 + .../marketing/agent/agent/template/edit.vue | 22 +- .../merchant/list/handle/merEditForm.vue | 1 + src/views/merchant/list/handle/merInfo.vue | 1 + src/views/merchant/list/province.vue | 435 ++++++++++++++++++ src/views/product/addProduct/index.vue | 12 +- 6 files changed, 468 insertions(+), 12 deletions(-) create mode 100644 src/views/merchant/list/province.vue diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js index 684c516..44ae576 100644 --- a/src/router/modules/merchant.js +++ b/src/router/modules/merchant.js @@ -93,6 +93,15 @@ const merchantRouter = }, component: () => import('@/views/merchant/application/supermarket_apply') }, + { + path: 'province', + name: 'provinceShopList', + meta: { + title: '省公司门店', + noCache: true + }, + component: () => import('@/views/merchant/list/province') + }, { path: 'list/reconciliation/:id/:type?', name: 'MerchantRecord', diff --git a/src/views/marketing/agent/agent/template/edit.vue b/src/views/marketing/agent/agent/template/edit.vue index 26a5bb3..48af01e 100644 --- a/src/views/marketing/agent/agent/template/edit.vue +++ b/src/views/marketing/agent/agent/template/edit.vue @@ -99,6 +99,15 @@ + + +