From 6c270ee2c5678d05e57938de71b6e19403e3ea07 Mon Sep 17 00:00:00 2001
From: hufflzp <1395188856@qq.com>
Date: Wed, 21 Jan 2026 10:57:14 +0800
Subject: [PATCH] =?UTF-8?q?update:=E6=96=B0=E5=A2=9E=E5=BA=97=E9=93=BA?=
=?UTF-8?q?=E9=A1=BA=E4=B8=B0ID=E9=87=8D=E6=96=B0=E7=94=9F=E6=88=90?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/store/base.js | 30 +
src/config/net.config.js | 3 +
.../plateformDeliverFee/checkReCreate.vue | 173 ++++
.../plateLocalDelivery.vue | 853 +++++-------------
4 files changed, 420 insertions(+), 639 deletions(-)
create mode 100644 src/views/settings/config/plateformDeliverFee/checkReCreate.vue
diff --git a/src/api/store/base.js b/src/api/store/base.js
index 535a5b7..26883ba 100644
--- a/src/api/store/base.js
+++ b/src/api/store/base.js
@@ -123,3 +123,33 @@ export function createSubStore(data) {
}
})
}
+
+export function checkReCreate(data) {
+ return request({
+ url: URL.shop.store.base.checkReCreate,
+ method: 'post',
+ headers: {
+ 'Content-Type': 'application/json;charset=UTF-8'
+ },
+ data:data,
+ })
+}
+
+
+export function reCreate(data) {
+ return request({
+ url: URL.shop.store.base.checkReCreate,
+ method: 'post',
+ headers: {
+ 'Content-Type': 'application/json;charset=UTF-8'
+ },
+ data:data,
+ })
+}
+
+export function getDdistrict(params) {
+ return request({
+ url: URL.shop.store.base.district+'?district_parent_id='+params,
+ method: 'get',
+ })
+}
\ No newline at end of file
diff --git a/src/config/net.config.js b/src/config/net.config.js
index 55a4907..063a070 100644
--- a/src/config/net.config.js
+++ b/src/config/net.config.js
@@ -933,6 +933,9 @@ let url = {
statisticState: api_url + '/admin/shop/shop-store-base/statisticState',
getBaseStoreId: api_url + '/admin/shop/shop-store-base/getBaseStoreId',
FindStoreLevel: api_url + '/admin/shop/shop-store-base/getGrade',
+ checkReCreate: api_url + '/admin/shop/store/sf-supplier/check-recreate-shopid',
+ reCreate: api_url + '/admin/shop/store/sf-supplier/recreate-shopid',
+ district: api_url + '/admin/shop/open/shop-base-district/list',
//商家端-获取门店信息
get: api_url + '/admin/shop/shop-store-base/get',
exportFile: api_url + '/admin/shop/shop-store-base/exportFile',
diff --git a/src/views/settings/config/plateformDeliverFee/checkReCreate.vue b/src/views/settings/config/plateformDeliverFee/checkReCreate.vue
new file mode 100644
index 0000000..abf4069
--- /dev/null
+++ b/src/views/settings/config/plateformDeliverFee/checkReCreate.vue
@@ -0,0 +1,173 @@
+
+