From 53eb2169b999832cb67fd27fd98d62492426d83b Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 13 Sep 2023 18:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=95=86=E6=88=B7?= =?UTF-8?q?=E5=90=88=E5=90=8C=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/shop_contract.ts | 7 +- src/views/shop_contract/details.vue | 645 ++++++++++++++++++++++++++++ src/views/shop_contract/index.vue | 426 ++++++++++++------ src/views/shop_merchant/index.vue | 313 ++++++++------ 4 files changed, 1111 insertions(+), 280 deletions(-) create mode 100644 src/views/shop_contract/details.vue diff --git a/src/api/shop_contract.ts b/src/api/shop_contract.ts index c507c78..4b7c024 100644 --- a/src/api/shop_contract.ts +++ b/src/api/shop_contract.ts @@ -23,4 +23,9 @@ export function apiShopContractDelete(params: any) { // 商户合同详情 export function apiShopContractDetail(params: any) { return request.get({ url: '/shop_contract/detail', params }) -} \ No newline at end of file +} + +// 合同上传 +export function apiShopWindControl(params: any) { + return request.post({ url: '/shop_contract/wind_control', params }) +} diff --git a/src/views/shop_contract/details.vue b/src/views/shop_contract/details.vue new file mode 100644 index 0000000..93ce94b --- /dev/null +++ b/src/views/shop_contract/details.vue @@ -0,0 +1,645 @@ + + + + + + \ No newline at end of file diff --git a/src/views/shop_contract/index.vue b/src/views/shop_contract/index.vue index 0e34f77..71a1cbe 100644 --- a/src/views/shop_contract/index.vue +++ b/src/views/shop_contract/index.vue @@ -1,143 +1,283 @@ - - - - + + + + diff --git a/src/views/shop_merchant/index.vue b/src/views/shop_merchant/index.vue index e9fa9a3..df4fd65 100644 --- a/src/views/shop_merchant/index.vue +++ b/src/views/shop_merchant/index.vue @@ -1,136 +1,177 @@ - - - - + + + +