From e07618f8a4dfb7926f0b3b3448ea951ef103d228 Mon Sep 17 00:00:00 2001 From: fanfan Date: Fri, 23 Feb 2024 17:51:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=95=86=E5=93=81=20=20?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=95=86=E5=93=81=E4=B8=80=E9=94=AE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=A1=B5=E9=9D=A2=E9=80=BB=E8=BE=91=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/address.js | 4 + pages/invoice/index.vue | 1 - pages/news/goods/batchdel.vue | 14 +- pages/news/goods/classification.vue | 328 +++++------ pages/news/goods/classify.vue | 524 ++++++++--------- pages/news/goods/list.vue | 378 ++++++------ pages/news/goods/oneGrounding.vue | 787 ++++++++++++++++--------- pages/news/park/addressEdit.vue | 141 ++++- pages/news1/MerchantSettlement.vue | 66 ++- pages/news1/feedback.vue | 867 ++++++++++++++-------------- pages/news1/setting.vue | 4 +- pages/news3/ManualEntry.vue | 25 +- 12 files changed, 1817 insertions(+), 1322 deletions(-) diff --git a/api/address.js b/api/address.js index c646854..976740c 100644 --- a/api/address.js +++ b/api/address.js @@ -50,4 +50,8 @@ export const remove = (addressId) => { // 收货地址智能解析 export const analysis = (content) => { return request.get(api.analysis, { content }) +} +// 省市区 +export const province = (param) => { + return request.get('region/tree', param) } \ No newline at end of file diff --git a/pages/invoice/index.vue b/pages/invoice/index.vue index 2654252..123c5fc 100644 --- a/pages/invoice/index.vue +++ b/pages/invoice/index.vue @@ -29,7 +29,6 @@ +添加发票抬头 - 暂无相关信息 diff --git a/pages/news/goods/batchdel.vue b/pages/news/goods/batchdel.vue index f204f48..e75eae0 100644 --- a/pages/news/goods/batchdel.vue +++ b/pages/news/goods/batchdel.vue @@ -116,7 +116,15 @@ } - diff --git a/pages/news/goods/classify.vue b/pages/news/goods/classify.vue index 5407be0..1df0bfa 100644 --- a/pages/news/goods/classify.vue +++ b/pages/news/goods/classify.vue @@ -1,205 +1,291 @@ -