From 987fa8bc632a286ca3473733dbc63e69f31ebeec Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Thu, 25 Jun 2026 16:25:50 +0800 Subject: [PATCH] =?UTF-8?q?734=20=E3=80=90=E4=BD=8F=E9=99=A2=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E7=AB=99-=E4=B8=B4=E5=BA=8A=E5=8C=BB=E5=98=B1?= =?UTF-8?q?=E3=80=91=E5=8C=BB=E5=98=B1=E5=BC=80=E5=85=B7=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=BD=95=E5=85=A5=E6=A1=86=E5=8F=B3=E4=BE=A7=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=8D=95=E4=BD=8D=E4=B8=8E=E5=89=82=E9=87=8F?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E7=9A=84=E5=8A=A8=E6=80=81=E6=8D=A2=E7=AE=97?= =?UTF-8?q?=E5=85=AC=E5=BC=8F=E8=AF=B4=E6=98=8E=EF=BC=88=E5=A6=82=EF=BC=9A?= =?UTF-8?q?2=E8=A2=8B=20=3D=2030=20g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/order/OrderForm.vue | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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 45cce3270..db0eccb8e 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 @@ -148,6 +148,13 @@ /> + + + {{ row.doseQuantity }}{{ row.minUnitCode_dictText }} = {{ Number(row.doseQuantity * row.unitConversionRatio).toFixed(2).replace(/\.?0+$/, '') }} {{ row.doseUnitCode_dictText }} +
+ + + {{ row.doseQuantity }}{{ row.minUnitCode_dictText }} = {{ Number(row.doseQuantity * row.unitConversionRatio).toFixed(2).replace(/\.?0+$/, '') }} {{ row.doseUnitCode_dictText }} +