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)">