From 44468f4ffa5f8fd0984a99ede16dbfe3be0322ca Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 22 May 2023 13:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=BC=E7=A7=91=E6=BF=80=E5=85=89=E6=89=8B?= =?UTF-8?q?=E6=9C=AF=E6=B2=BB=E7=96=97=E8=A1=A8=E5=8D=95input=E5=9B=9E?= =?UTF-8?q?=E8=BD=A6=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/formList/laserSurgery.vue | 22 ++++++++++------ .../reservation/subList/index.vue | 25 ++++++++++++++----- .../outpatientManagement/treat/index.vue | 16 +++++++++--- 3 files changed, 47 insertions(+), 16 deletions(-) diff --git a/src/page-subspecialty/views/modules/formList/laserSurgery.vue b/src/page-subspecialty/views/modules/formList/laserSurgery.vue index ce574e5..b45caa9 100644 --- a/src/page-subspecialty/views/modules/formList/laserSurgery.vue +++ b/src/page-subspecialty/views/modules/formList/laserSurgery.vue @@ -65,10 +65,10 @@ - + - + @@ -86,7 +86,7 @@ 次数 - + @@ -94,7 +94,7 @@ 曝光时间 - + @@ -102,7 +102,7 @@ 光斑大小 - + @@ -110,7 +110,7 @@ 功率 - + @@ -118,7 +118,7 @@ 点数 - + @@ -230,6 +230,14 @@ export default { this.confirmData.jgzlSyt = odOrOs.os } }, + onEnter(index) { + const nextIndex = index + 1 + const nextInputRef = `input${nextIndex}` + + if (this.$refs[nextInputRef]) { + this.$refs[nextInputRef].focus() + } + }, queryDiagnostic() { this.$http.get('/mzbl/getLastDiagnostic', { params: { patientId: this.patientDetail.patientId diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue index 6a5250b..1fc33b8 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue @@ -21,6 +21,8 @@ v-model="dataForm.itemId" style="margin:0 15px" placeholder="请选择" + filterable + :remote-method="queryProjects" size="small" @change="getDataListInitial" > @@ -43,7 +45,7 @@
改约 - 打印 + 打印
@@ -56,8 +58,8 @@ :cell-class-name="tableCellClassName" @selection-change="handleSelectionChange" > - - + + @@ -191,7 +193,12 @@ export default { // 用一个字符串来保存当前双击的是哪一个单元格 currentCell: null, // 当前患者 - curPatient: null + curPatient: null, + // 打印 + printObj: { + id: 'multipleTable', + extraHead: ' diff --git a/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue b/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue index bd3ad5f..7d2cbe0 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue @@ -52,7 +52,15 @@ {{ item.label }}
项目名称: - + { + queryProjectList(value) { + this.$http.get('/patient/getZlItemDict', { + params: { category: 'T', itemName: value } + }).then(data => { this.projectList = data.data.data this.projectList.unshift({ caseName: '',