From ddf426123e9277fff3eeaa3f6128457f9aef8415 Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Tue, 30 Jun 2026 16:59:30 +0800 Subject: [PATCH] =?UTF-8?q?837=20=E3=80=90=E4=BD=8F=E9=99=A2=E6=8A=A4?= =?UTF-8?q?=E5=A3=AB=E7=AB=99-=E4=BD=93=E6=B8=A9=E5=8D=95=E3=80=91?= =?UTF-8?q?=E4=BD=93=E6=B8=A9=E5=8D=95=E8=A1=A8=E5=A4=B4=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E9=94=99=E8=AF=AF=EF=BC=8C=E5=BA=94=E5=B0=86=E2=80=9C?= =?UTF-8?q?=E7=97=85=E5=8E=86=E5=8F=B7=E2=80=9D=E5=AD=97=E6=AE=B5=E6=96=87?= =?UTF-8?q?=E6=A1=88=E5=8F=8A=E5=AF=B9=E5=BA=94=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E4=BD=8F=E9=99=A2=E5=8F=B7=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/action/nurseStation/temperatureSheet/template.js | 2 +- .../src/views/inpatientNurse/tprChart/index.vue | 6 +++--- .../views/inpatientNurse/tprsheet/components/details.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/healthlink-his-ui/src/action/nurseStation/temperatureSheet/template.js b/healthlink-his-ui/src/action/nurseStation/temperatureSheet/template.js index 622b32020..dd4537d54 100755 --- a/healthlink-his-ui/src/action/nurseStation/temperatureSheet/template.js +++ b/healthlink-his-ui/src/action/nurseStation/temperatureSheet/template.js @@ -35,7 +35,7 @@ export const INFO_KEYS = [ show: true, }, { - name: '病历号', + name: '住院号', key: 'hosNum', order: 6, show: true, diff --git a/healthlink-his-ui/src/views/inpatientNurse/tprChart/index.vue b/healthlink-his-ui/src/views/inpatientNurse/tprChart/index.vue index 348d82a24..584306a72 100755 --- a/healthlink-his-ui/src/views/inpatientNurse/tprChart/index.vue +++ b/healthlink-his-ui/src/views/inpatientNurse/tprChart/index.vue @@ -31,7 +31,7 @@
@@ -351,7 +351,7 @@ function viewPatient(row) { data1.grParamBOS.age = row.ageString; data1.grParamBOS.birth = row.birthDate; data1.grParamBOS.cwh = row.bedLocationId_dictText; - data1.grParamBOS.hosNum = row.encounterId; + data1.grParamBOS.hosNum = row.patientBusNo || ''; // 入科时间存在的场合使用入科时间 data1.grParamBOS.inDate = row.wardAdmissionDate; diff --git a/healthlink-his-ui/src/views/inpatientNurse/tprsheet/components/details.vue b/healthlink-his-ui/src/views/inpatientNurse/tprsheet/components/details.vue index e1634335c..b1913598e 100755 --- a/healthlink-his-ui/src/views/inpatientNurse/tprsheet/components/details.vue +++ b/healthlink-his-ui/src/views/inpatientNurse/tprsheet/components/details.vue @@ -537,7 +537,7 @@ function viewPatient(row = {}) { // data1.grParamBOS.cwh = row.bedLocationId_dictText; data1.grParamBOS.cwh = row.bedName; data1.grParamBOS.deptName = row.wardName; - data1.grParamBOS.hosNum = row.encounterId; + data1.grParamBOS.hosNum = row.busNo || ''; data1.grParamBOS.sex = row.genderEnum_enumText; // 入科时间存在的场合使用入科时间 data1.grParamBOS.inDate = row.wardAdmissionDate;