From 1a6cd9af9b4a0594c9b59e928301d92f92ef2d81 Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Wed, 24 Jun 2026 14:07:38 +0800 Subject: [PATCH] =?UTF-8?q?588=20[=E4=BD=8F=E9=99=A2=E5=8C=BB=E7=94=9F?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=AB=99-=E4=B8=B4=E5=BA=8A=E5=8C=BB?= =?UTF-8?q?=E5=98=B1]=20=E6=96=B0=E5=A2=9E=E6=97=A0=E2=80=9C=E6=96=87?= =?UTF-8?q?=E5=AD=97=E2=80=9D=E5=8C=BB=E5=98=B1=E7=B1=BB=E5=9E=8B=EF=BC=8C?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=A6=81=E5=AE=9E=E7=8E=B0=E8=81=94=E5=8A=A8?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=87=B3=E4=B8=93=E7=94=A8=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E5=BC=8F=E5=A1=AB=E5=86=99=E9=9D=A2=E6=9D=BF=EF=BC=8C=E4=B8=94?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E9=A2=91=E6=AC=A1=E3=80=81=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E7=A7=91=E5=AE=A4=E3=80=81=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=AD=89=E6=A0=B8=E5=BF=83=E5=AD=97=E6=AE=B5=E5=BD=95=E5=85=A5?= =?UTF-8?q?=20=E6=B6=88=E9=99=A4OrderForm=20ESLint/TS=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DoctorStationAdviceAppMapper.xml | 2 +- .../AdviceManageAppMapper.xml | 2 +- .../home/components/order/OrderForm.vue | 38 ++++++++++++------- 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml index 52762a086..a0d56029e 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/doctorstation/DoctorStationAdviceAppMapper.xml @@ -748,7 +748,7 @@ T1.unit_code AS unit_code, T1.status_enum AS status_enum, '' AS method_code, - '' AS rate_code, + T1.rate_code AS rate_code, NULL AS dose, '' AS dose_unit_code, T3.id AS charge_item_id, diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml index d21146f1d..7a85e67ce 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/regdoctorstation/AdviceManageAppMapper.xml @@ -315,7 +315,7 @@ T1.unit_code AS unit_code, T1.status_enum AS status_enum, '' AS method_code, - '' AS rate_code, + T1.rate_code AS rate_code, NULL AS dose, '' AS dose_unit_code, T3.id AS charge_item_id, diff --git a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue index bf364a764..e583f066b 100755 --- a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue +++ b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue @@ -1,6 +1,7 @@