From 09c2514f4650fc4b379ea2c86edd1378b203f605 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Fri, 16 May 2025 16:11:56 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=BC=E5=BC=8F=E5=92=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E5=BA=97=E9=93=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=80=E5=9C=A8=E7=9C=81=E5=B8=82=E5=8C=BA?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E7=BB=93=E7=AE=97=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8C=89=E6=96=B0=E9=9C=80=E6=B1=82=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E6=94=AF=E8=A1=8C=E5=90=88=E5=B9=B6=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E9=87=8D=E6=9E=84=E4=BA=A4=E4=BA=92UI=EF=BC=8C?= =?UTF-8?q?=E5=85=88=E9=80=89=E6=8B=A9=E8=AF=81=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=84=B6=E5=90=8E=E8=AF=86=E5=88=AB=E5=87=BA=E6=9D=A5=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=A1=AB=E5=86=99=E5=86=8D=E6=98=BE=E7=A4=BA=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=86=85=E5=AE=B9=EF=BC=8C=E5=90=8C=E6=97=B6=E5=86=8D?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=93=B6=E8=A1=8C=EF=BC=8C=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AE=A1=E6=A0=B8=E5=BC=80=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/audit/mapAddress.vue | 18 +- .../pages/audit/shop1.vue | 20 +- .../pages/audit/shop3.vue | 536 +++++++++++------- 3 files changed, 356 insertions(+), 218 deletions(-) diff --git a/java-mall-app-shop-admin/pages/audit/mapAddress.vue b/java-mall-app-shop-admin/pages/audit/mapAddress.vue index 770e0ac..d27b1dc 100644 --- a/java-mall-app-shop-admin/pages/audit/mapAddress.vue +++ b/java-mall-app-shop-admin/pages/audit/mapAddress.vue @@ -7,7 +7,7 @@ required @click="showMPCityPicker" > - - 单击地址确定 + 单击地址确定 \ No newline at end of file + diff --git a/java-mall-app-shop-admin/pages/audit/shop1.vue b/java-mall-app-shop-admin/pages/audit/shop1.vue index 40789e7..caec6db 100644 --- a/java-mall-app-shop-admin/pages/audit/shop1.vue +++ b/java-mall-app-shop-admin/pages/audit/shop1.vue @@ -6,11 +6,7 @@ icon-size="30" loading-text="加载中,请稍等..." > --> - + 退出登录 @@ -285,6 +281,11 @@ export default { params.mobile = userInfo.user_mobile; } + const store_area = + locationItem.administrativeRegion.label[0] + + locationItem.administrativeRegion.label[1] + + locationItem.administrativeRegion.label[2]; + let auditItem = { login_mobile: userInfo.user_mobile, store_name: this.form.store_name, @@ -296,11 +297,8 @@ export default { province_id: locationItem.administrativeRegion.value[0], city_id: locationItem.administrativeRegion.value[1], county_id: locationItem.administrativeRegion.value[2], - store_address: - locationItem.administrativeRegion.label[0] + - locationItem.administrativeRegion.label[1] + - locationItem.administrativeRegion.label[2] + - this.form.store_address, + store_area, + store_address: store_area + this.form.store_address, front_facade_image: this.form.storefrontImg, environment_image: this.form.surroundingsImg, }; @@ -384,4 +382,4 @@ export default { color: #4b71ff; } } - \ No newline at end of file + diff --git a/java-mall-app-shop-admin/pages/audit/shop3.vue b/java-mall-app-shop-admin/pages/audit/shop3.vue index 6609cb3..ca8547f 100644 --- a/java-mall-app-shop-admin/pages/audit/shop3.vue +++ b/java-mall-app-shop-admin/pages/audit/shop3.vue @@ -8,151 +8,177 @@ - - - + + + + 点击自动识别免填卡号 + - - - + + + + - - - - + + + - - - - - + + + + + + - - - - - - - - - {{ item.branch_bank_name }} - - - - - 暂无法搜索到该开户支行 - 点击填写 - - - 数据加载中... - + + + + + {{ item.branch_bank_name }} - - - - + + + + 暂无法搜索到该银行支行 + + + 数据加载中... + + + + - 检查并确认资金结算信息无误 - - + 检查并确认结算证件信息无误 + + + + - \ No newline at end of file +