diff --git a/src/api/merchant.js b/src/api/merchant.js index 8194853..47dd3a9 100644 --- a/src/api/merchant.js +++ b/src/api/merchant.js @@ -382,4 +382,16 @@ export function marginDeductionForm(id) { */ export function merchantOperateLog(id, data) { return request.get(`system/merchant/get_operate_list/${id}`, data) -} \ No newline at end of file +} +/** + * @description 批发申请 -- 列表 + */ +export function wholesaleApplyListApi(id, data) { + return request.get(`merchant/intention/list`, data) +} +/** + * @description 批发申请 -- 审核 + */ +export function wholesaleApplyAuditApi(id) { + return request.get(`merchant/intention/change/${id}`) +} diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js index 3711b69..6cb88a0 100644 --- a/src/router/modules/merchant.js +++ b/src/router/modules/merchant.js @@ -67,6 +67,15 @@ const merchantRouter = }, component: () => import('@/views/merchant/application') }, + { + path: 'wholesaleApply', + name: 'wholesaleApply', + meta: { + title: '商户批发申请', + noCache: true + }, + component: () => import('@/views/merchant/wholesaleApply') + }, { path: 'agree', name: 'MerchantAgreement', diff --git a/src/views/merchant/wholesaleApply/index.vue b/src/views/merchant/wholesaleApply/index.vue new file mode 100644 index 0000000..82c359a --- /dev/null +++ b/src/views/merchant/wholesaleApply/index.vue @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + {{ scope.row.mer_id }} + + + + + + + + 审核 + + + + 审核 + + + + + + + + + + + + + + +