From 62a7dd9bec4fe0b96510d6e539d70bd8f3890b8d Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 2 Nov 2022 18:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AE=A2=E5=8D=95=20?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/goodsOrder.js | 10 +++ src/views/login.vue | 69 +++++++++++++++----- src/views/system/StationDepartment/index.vue | 26 ++++---- src/views/system/goodsOrder/index.vue | 53 +++++++++------ src/views/system/nurseType/index.vue | 5 ++ src/views/system/station/index.vue | 2 +- src/views/system/stationItem/index.vue | 2 +- 7 files changed, 115 insertions(+), 52 deletions(-) diff --git a/src/api/system/goodsOrder.js b/src/api/system/goodsOrder.js index 5dfa2a9..17ab35b 100644 --- a/src/api/system/goodsOrder.js +++ b/src/api/system/goodsOrder.js @@ -40,6 +40,16 @@ export function editExpressNo(data) { }) } +// 退款确定按钮 + +export function weChatRefundOrderApply(data) { + return request({ + url: '/nurseApp/weChatPayment/weChatRefundOrderApply', + method: 'post', + data: data + }) +} + // 新增商品订单 export function addGoodsOrder(data) { return request({ diff --git a/src/views/login.vue b/src/views/login.vue index ab67a86..554af1d 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,15 +1,25 @@ @@ -97,7 +129,7 @@ export default { }, watch: { $route: { - handler: function(route) { + handler: function (route) { this.redirect = route.query && route.query.redirect; }, immediate: true @@ -141,7 +173,7 @@ export default { Cookies.remove('rememberMe'); } this.$store.dispatch("Login", this.loginForm).then(() => { - this.$router.push({ path: this.redirect || "/" }).catch(()=>{}); + this.$router.push({ path: this.redirect || "/" }).catch(() => { }); }).catch(() => { this.loading = false; if (this.captchaOnOff) { @@ -161,16 +193,17 @@ export default { justify-content: center; align-items: center; height: 100%; - background-image: url("../assets/images/login-background.jpg"); + background-image: url("../assets/images/bg.png"); background-size: cover; } .title { - margin: 0px auto 30px auto; + margin: 0px 40px 30px auto; text-align: center; color: #707070; } .login-form { + margin-left: 20%; border-radius: 6px; background: #ffffff; width: 400px; diff --git a/src/views/system/StationDepartment/index.vue b/src/views/system/StationDepartment/index.vue index 40615f9..f45476b 100644 --- a/src/views/system/StationDepartment/index.vue +++ b/src/views/system/StationDepartment/index.vue @@ -124,17 +124,6 @@ >删除 - - 导出 - --> + + @@ -301,7 +300,7 @@ @@ -299,12 +292,6 @@ disabled style="width: 205px" /> - @@ -427,7 +414,7 @@