From b9f23950d3d0a5d5d7f6878da2f5fb41dc8fb837 Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Mon, 23 Dec 2024 23:53:44 +0800 Subject: [PATCH] 1 --- admin-web-master/src/api/newly.js | 8 ++++++++ admin-web-master/src/components/add/addht.vue | 1 + admin-web-master/src/components/add/addss.vue | 314 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ admin-web-master/src/components/resourceCommodity/index.vue | 69 ++++++++++++++++++++++++++++++++++++++++++++++++--------------------- admin-web-master/src/main.js | 3 ++- admin-web-master/src/views/business/businessList/index copy.vue | 1271 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ admin-web-master/src/views/business/businessList/index.vue | 1542 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 7 files changed, 2044 insertions(+), 1164 deletions(-) create mode 100644 admin-web-master/src/components/add/addss.vue create mode 100644 admin-web-master/src/views/business/businessList/index copy.vue diff --git a/admin-web-master/src/api/newly.js b/admin-web-master/src/api/newly.js index cbed27e..34233f4 100644 --- a/admin-web-master/src/api/newly.js +++ b/admin-web-master/src/api/newly.js @@ -27,6 +27,14 @@ export function cerePlatformMerchant(data) { data }) } +// 添加 +export function cerePlatformMerchantadd(data) { + return requestnew({ + url: '/cerePlatformMerchant/add', + method: 'post', + data + }) +} // 修改 export function cerePlatformMerchantedit(data) { return requestnew({ diff --git a/admin-web-master/src/components/add/addht.vue b/admin-web-master/src/components/add/addht.vue index 3e09e43..8c89663 100644 --- a/admin-web-master/src/components/add/addht.vue +++ b/admin-web-master/src/components/add/addht.vue @@ -248,6 +248,7 @@ miniioupload } from '@/api/commodityLease.js' import { + contractinsertAdd } from '@/api/manage.js' export default { diff --git a/admin-web-master/src/components/add/addss.vue b/admin-web-master/src/components/add/addss.vue new file mode 100644 index 0000000..e6faf82 --- /dev/null +++ b/admin-web-master/src/components/add/addss.vue @@ -0,0 +1,314 @@ + + + + diff --git a/admin-web-master/src/components/resourceCommodity/index.vue b/admin-web-master/src/components/resourceCommodity/index.vue index adfddf4..b1fe813 100644 --- a/admin-web-master/src/components/resourceCommodity/index.vue +++ b/admin-web-master/src/components/resourceCommodity/index.vue @@ -1,6 +1,6 @@