From 98a27c295643d3119d720643c41a2aa9e9ee9ef2 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 29 Jan 2024 14:36:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=90=8E=E5=8F=B0=20-=20=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=20-=20=E4=BB=A3=E7=90=86=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E4=BB=85=E6=98=BE=E7=A4=BA=E6=8B=A5=E6=9C=89=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E6=9D=83=E9=99=90=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supplier/list/handle/supplierEditForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/supplier/list/handle/supplierEditForm.vue b/src/views/supplier/list/handle/supplierEditForm.vue index 2042883..72df124 100644 --- a/src/views/supplier/list/handle/supplierEditForm.vue +++ b/src/views/supplier/list/handle/supplierEditForm.vue @@ -231,6 +231,7 @@ export default { agentTableFrom: { page: 1, limit: 20, + is_invite_supplier: 1, uid: '', contact_name: '', contact_phone: '', From 4f67c369a0496939871be10fd87acb5717c58095 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 30 Jan 2024 16:56:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=90=8E=E5=8F=B0=20-=20=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=20-=20=E4=BE=9B=E5=BA=94=E5=95=86=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/supplier.js | 13 +- src/router/modules/supplier.js | 9 + src/views/supplier/apply/index.vue | 466 +++++++++++++++++++++++++++++ 3 files changed, 485 insertions(+), 3 deletions(-) create mode 100644 src/views/supplier/apply/index.vue diff --git a/src/api/supplier.js b/src/api/supplier.js index 5842792..ceabf7a 100644 --- a/src/api/supplier.js +++ b/src/api/supplier.js @@ -8,10 +8,17 @@ export function accountCreate(data) { export function getSupplierInfo(id) { return request.post(`system/supplier/info/${id}`) } - - - // 供应商信息 - 供应商列表 export function supplierList(data) { return request.get(`system/supplier/list`,data) } + + +// 供应商审核 - 申请列表 +export function supplierApplyList(data) { + return request.get(`system/supplier/apply_list`,data) +} +// 供应商审核 - 审核 +export function supplierApplyToExamine(data) { + return request.post(`system/supplier/apply_to_examine`,data) +} diff --git a/src/router/modules/supplier.js b/src/router/modules/supplier.js index 07b0f11..e4933f2 100644 --- a/src/router/modules/supplier.js +++ b/src/router/modules/supplier.js @@ -19,6 +19,15 @@ const supplierRouter = noCache: true }, component: () => import('@/views/supplier/list/index') + }, + { + path: 'apply', + name: 'SupplierApplyList', + meta: { + title: '申请审核', + noCache: true + }, + component: () => import('@/views/supplier/apply/index') } diff --git a/src/views/supplier/apply/index.vue b/src/views/supplier/apply/index.vue new file mode 100644 index 0000000..8c25b52 --- /dev/null +++ b/src/views/supplier/apply/index.vue @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + + + + {{ scope.row.agent.nickname }} + {{ scope.row.agent.uid }} + + + + + + + + + + {{ scope.row.contacts_name }} + {{ scope.row.contacts_phone }} + + + + + 审核中 + 已通过 + 已驳回 + + + + + + + 通过 + 驳回 + + 查看详情 + + + + + + + + + + + + + + + + 查看供应商申请信息 + + + + + + + + + 邀请人 + + + + + + + + + {{ seeInfo.agent.nickname }} + + {{ seeInfo.agent.uid }} + + + + + + + 基础信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +