医嘱:修改用药天数时,系统自动通过公式自动换算总量

This commit is contained in:
2025-11-12 13:31:11 +08:00
parent b66c2027d1
commit e79ab9ac4f

View File

@@ -299,6 +299,7 @@
@keyup.enter.prevent=" @keyup.enter.prevent="
handleEnter('dispensePerDuration', scope.row, scope.$index) handleEnter('dispensePerDuration', scope.row, scope.$index)
" "
@input="calculateTotalAmount(scope.row, scope.$index)"
> >
<template #suffix>天</template> <template #suffix>天</template>
</el-input-number> </el-input-number>