diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js
index d44d446..684c516 100644
--- a/src/router/modules/merchant.js
+++ b/src/router/modules/merchant.js
@@ -75,6 +75,24 @@ const merchantRouter =
},
component: () => import('@/views/merchant/application/smoke_apply')
},
+ {
+ path: 'supermarket',
+ name: 'supermarketShopList',
+ meta: {
+ title: '超市',
+ noCache: true
+ },
+ component: () => import('@/views/merchant/list/supermarket')
+ },
+ {
+ path: 'supermarket_apply',
+ name: 'supermarketApplyList',
+ meta: {
+ title: '入驻申请审核',
+ noCache: true
+ },
+ component: () => import('@/views/merchant/application/supermarket_apply')
+ },
{
path: 'list/reconciliation/:id/:type?',
name: 'MerchantRecord',
diff --git a/src/views/merchant/application/supermarket_apply.vue b/src/views/merchant/application/supermarket_apply.vue
new file mode 100644
index 0000000..990b50a
--- /dev/null
+++ b/src/views/merchant/application/supermarket_apply.vue
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+
+
+
+ {{ itemn.text }}
+
+
+
+
+
+ {{ itemn.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
{{ scope.row.applicant.nickname }}
+
ID:{{ scope.row.applicant.uid }}
+
+
+
+
+
+
+
+
+
![]()
+
+
+
{{ scope.row.manage.nickname }}
+
ID:{{ scope.row.manage.uid }}
+
+
+
+
+
+
+ {{scope.row.mer_name || ''}}
+
+
+
+
+
+
+
+ {{scope.row.name || ''}}
+ {{scope.row.phone || ''}}
+
+
+
+
+
+
+
+
+
+
+
+
+ 通过
+ 未处理
+ 未通过
+ {{ scope.row.fail_msg }}
+
+
+
+
+
+ 审核
+ 备注
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/merchant/list/handle/merEditForm.vue b/src/views/merchant/list/handle/merEditForm.vue
index fc3c586..635ff80 100644
--- a/src/views/merchant/list/handle/merEditForm.vue
+++ b/src/views/merchant/list/handle/merEditForm.vue
@@ -338,6 +338,7 @@
+
@@ -440,6 +441,7 @@ export default {
if(this.defaultMerchantType == 1) this.mar_type_name = '酒道馆';
else if(this.defaultMerchantType == 2) this.mar_type_name = '供应商';
else if(this.defaultMerchantType == 3) this.mar_type_name = '烟酒店';
+ else if(this.defaultMerchantType == 4) this.mar_type_name = '超市';
else this.mar_type_name = '商户';
diff --git a/src/views/merchant/list/handle/merInfo.vue b/src/views/merchant/list/handle/merInfo.vue
index 4f1698c..642b9d2 100644
--- a/src/views/merchant/list/handle/merInfo.vue
+++ b/src/views/merchant/list/handle/merInfo.vue
@@ -194,6 +194,7 @@
酒道馆
供应商
烟酒店
+ 超市
关联商户:
@@ -249,6 +250,7 @@ export default {
if(this.defaultMerchantType == 1) this.mar_type_name = '酒道馆';
else if(this.defaultMerchantType == 2) this.mar_type_name = '供应商';
else if(this.defaultMerchantType == 3) this.mar_type_name = '烟酒店';
+ else if(this.defaultMerchantType == 4) this.mar_type_name = '超市';
else this.mar_type_name = '商户';
},
deep: true
diff --git a/src/views/merchant/list/supermarket.vue b/src/views/merchant/list/supermarket.vue
new file mode 100644
index 0000000..8201415
--- /dev/null
+++ b/src/views/merchant/list/supermarket.vue
@@ -0,0 +1,434 @@
+
+
+
+
+
+
+
+
+ {{ itemn.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
添加超市
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.is_margin == 1 ? '未支付' : scope.row.is_margin == 0 ? '无' : '已支付'}}
+
+
+
+
+
+
+
+
+
+ 登录
+ 编辑
+ 详情
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+