From ad48cb8922b57bb9726257761228a04b2cfc93ed Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 10 六月 2025 15:55:31 +0800 Subject: [PATCH] qx --- src/views/doctor/examination/index.vue | 3 +++ src/views/system/comp/index.vue | 1 + src/api/team/tuanti.js | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/api/team/tuanti.js b/src/api/team/tuanti.js index 8df59b8..a498571 100644 --- a/src/api/team/tuanti.js +++ b/src/api/team/tuanti.js @@ -83,3 +83,21 @@ } +// 鑾峰彇鑱屼笟鍗曚綅淇℃伅闆嗗悎 +export function getZybCompList() { + return request({ + url: '/system/comp/getZybCompList', + method: 'get', + }) +} + + +//鑱屼笟鍥綋棰勭害纭鎺ュ彛 (鏂扮増鏈�) +export function newReservationConfirmxbb(data) { + return request({ + url: '/zhiye/order/newReservationConfirmxbb' , + method: 'post', + data:data + }) +} + diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index 237219b..7f73266 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -500,6 +500,7 @@ exaList: [], // 琛ㄥ崟鍙傛暟 xianshi: "", + rowProId: '', name: "", form: {}, clearTimeSet: null, @@ -851,6 +852,7 @@ if (this.form.isZybUnit == 0) { const tjNUm = this.selectedTjNumber; const proId = this.rowProId; + qijian(tjNUm, proId).then((res) => { if (res.code == 200) { this.open = false @@ -892,6 +894,7 @@ qijian(row) { const tjNUm = this.selectedTjNumber; const proId = row.proId; + this.rowProId = row.proId; row.isLoading = true; if (row.type == "2") { huifu(tjNUm, proId).then((res) => { diff --git a/src/views/system/comp/index.vue b/src/views/system/comp/index.vue index 9e064fe..409bae8 100644 --- a/src/views/system/comp/index.vue +++ b/src/views/system/comp/index.vue @@ -1095,6 +1095,7 @@ // 涓嶈鐩存帴璧嬪�兼暣涓� response.data锛岃�屾槸閫愪釜灞炴�ц祴鍊� Object.assign(this.form, response.data); this.form.isZybUnit = response.data.isZybUnit === true ? 1 : 0; + this.form.dwlx= Number(response.data.dwlx) console.log("淇敼鏃剁殑 isZybUnit 鍊�:", this.form.isZybUnit); this.open = true; this.title = "淇敼浣撴鍗曚綅淇℃伅缁存姢"; -- Gitblit v1.8.0