From 58d4ee969a84445d67c43c42ec23514be8c37dbf Mon Sep 17 00:00:00 2001 From: xiaoming <13564692840@163.com> Date: Mon, 11 May 2026 11:11:30 +0800 Subject: [PATCH] =?UTF-8?q?bug=20273=20=E9=97=A8=E8=AF=8A=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E7=AB=99-=E3=80=8B=E5=8C=BB=E5=98=B1TAB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=9A=E4=BF=AE=E6=94=B9=E7=94=A8=E8=8D=AF=E5=A4=A9?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=AE=B5=E7=9A=84=E5=80=BC=EF=BC=8C=E6=80=BB?= =?UTF-8?q?=E9=87=8F=E5=AD=97=E6=AE=B5=E7=9A=84=E5=80=BC=E6=9C=AA=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E9=80=9A=E8=BF=87=E5=85=AC=E5=BC=8F=E6=8D=A2=E7=AE=97?= =?UTF-8?q?=20=E8=A1=A5=E5=85=85=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=8D=95?= =?UTF-8?q?=E8=AF=8D=E7=94=A8=E9=87=8F=E5=92=8C=E7=94=A8=E8=8D=AF=E9=A2=91?= =?UTF-8?q?=E6=AC=A1=E6=97=B6=E4=B9=9F=E8=87=AA=E5=8A=A8=E6=8D=A2=E7=AE=97?= =?UTF-8?q?=E6=80=BB=E9=87=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/prescription/prescriptionlist.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue index 7af5ef1e..07d88f1a 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -246,7 +246,8 @@ + @keyup.enter.prevent="handleEnter('doseQuantity', scope.row, scope.$index)" + @change="calculateTotalAmount(scope.row, scope.$index)"/> @@ -294,7 +295,8 @@ } // inputRefs.rateCode.blur(); } - " :ref="(el) => (inputRefs.rateCode = el)"> + " :ref="(el) => (inputRefs.rateCode = el)" + @change="calculateTotalAmount(scope.row, scope.$index)">