-
+
{{nurseStationFriendslist.nurseStationName}}
-
- {{nurseStationFriendslist.areaName}}
-
-
+
{{nurseStationFriendslist.address}}
From 03fb466150428c2eb6cffba8431ecc240462cd88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Thu, 25 May 2023 17:38:43 +0800
Subject: [PATCH 12/29] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/station/index.vue | 1 +
src/views/system/station/stationjs.js | 9 ++++++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue
index bb1042b..0643736 100644
--- a/src/views/system/station/index.vue
+++ b/src/views/system/station/index.vue
@@ -69,6 +69,7 @@
v-loading="loading"
:data="nurseStationlist"
@selection-change="handleSelectionChange"
+ :element-loading-text="loadingtext"
>
diff --git a/src/views/system/station/stationjs.js b/src/views/system/station/stationjs.js
index 788fcdd..5dfc2f4 100644
--- a/src/views/system/station/stationjs.js
+++ b/src/views/system/station/stationjs.js
@@ -181,7 +181,8 @@ export default {
],
},
- checkedDataList: [] // 选择的护理机构分类
+ checkedDataList: [],// 选择的护理机构分类
+ loadingtext: "加载中"
};
},
created() {
@@ -191,13 +192,14 @@ export default {
},
methods: {
GenerateQRcode(row) {
- this.loading = true
+ this.loadingtext = "生成中";
+ this.loading = true;
this.nurseStationFriendslist = row;
nurseStationFriends(row.id).then(res => {
this.nurseStationFriendslist.img =
process.env.VUE_APP_BASE_API + res.msg;
this.nurseStationFriendsshow = true;
- this.loading = false
+ this.loading = false;
});
},
imgs(item) {
@@ -299,6 +301,7 @@ export default {
},
// 表单重置
reset() {
+ this.loadingtext = "加载中";
this.nurseStationType2 = [];
this.form = {
id: null,
From 57f41f95de9e03ed386103f05b5d67e75bf210cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Thu, 25 May 2023 18:08:02 +0800
Subject: [PATCH 13/29] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/system/order.js | 10 +++++
src/views/system/order/index.vue | 68 +++++++++++++++++++++++++++----
src/views/system/order/indexjs.js | 28 ++++++++++++-
3 files changed, 96 insertions(+), 10 deletions(-)
diff --git a/src/api/system/order.js b/src/api/system/order.js
index 4d3026e..8788007 100644
--- a/src/api/system/order.js
+++ b/src/api/system/order.js
@@ -77,3 +77,13 @@ export function getPersonInfo(nurseStationPersonId) {
method: 'get'
})
}
+
+//xiugai
+
+export function edit(data) {
+ return request({
+ url: `/system/appointmentOrderDetails/updateAppointmentOrderInfo`,
+ method: "post",
+ data
+ })
+}
\ No newline at end of file
diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue
index b20d213..9796ae4 100644
--- a/src/views/system/order/index.vue
+++ b/src/views/system/order/index.vue
@@ -73,7 +73,7 @@
已完成
+ >已支付
查看
+ >编辑
- {{query.caregiverName}}
+
- {{query.caregiverName}}
+
- {{query.caregiverPhone}}
+
- {{query.hospitalName}}
+
- {{query.departmentName}}
+
- {{query.hospitalBedNumber}}
+
+
{{query.companionStartDate}} {{query.companionEndDate?'至':'' }} {{ query.companionEndDate }}
+
+
{{query.nurseStationName}}
@@ -559,7 +608,8 @@
"
>