From 15855dc8271459b041c2767747c98dbd67c92776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 20 Feb 2023 11:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E7=90=86=E9=A1=B9=E7=9B=AE+=E6=8A=A4?= =?UTF-8?q?=E7=90=86=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/station.js | 9 +- src/views/system/station/index.vue | 1243 ++++++++++++++---------- src/views/system/stationItem/index.vue | 78 +- 3 files changed, 835 insertions(+), 495 deletions(-) diff --git a/src/api/system/station.js b/src/api/system/station.js index 418a9ec..ad0f5f5 100644 --- a/src/api/system/station.js +++ b/src/api/system/station.js @@ -36,7 +36,14 @@ export function updateStation(data) { data: data }) } - +// 查询护理机构分类信息列表 +export function listStationClassify(query) { + return request({ + url: '/system/stationClassify/list', + method: 'get', + params: query + }) +} // 删除护理站信息 export function delStation(id) { return request({ diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index ec76220..72b9fc0 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -16,15 +16,14 @@ @keyup.enter.native="handleQuery" /> - + - - + - - + + + + + + + + + + + + + + + + + + + + @@ -384,6 +470,101 @@ 取 消 + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + 选择完成 + - + \ No newline at end of file diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index 9e930df..f0d0249 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -283,6 +283,47 @@ > + + + + + + + + + + + + + + + + + { e.price = Number(e.price); }); - this.form.nurseStationItem.advanceAppointDuration = 0; + updateNurseItem(this.form).then((response) => { this.$modal.msgSuccess("修改成功"); this.open = false; @@ -1276,7 +1351,6 @@ export default { this.form.nurseStationItemPrices.forEach((e) => { e.price = Number(e.price); }); - this.form.nurseStationItem.advanceAppointDuration = 0; addNurseItem(this.form).then((response) => { this.$modal.msgSuccess("新增成功"); this.$forceUpdate();