Fix Bug #437: 【门诊手术计费】保存签章TOCTOU竞态致重复提交,且耗材计费项目缺失/重复、手术单号未关联

Fix: 频次总量计算改用字典store动态读取,el-input-number新增@input实时计算
This commit is contained in:
wangjian963
2026-05-14 12:00:18 +08:00
parent 3ad9ff85d4
commit 1140912f3a
6 changed files with 55 additions and 68 deletions

View File

@@ -315,6 +315,7 @@
data-prop="dispensePerDuration">
<el-input-number v-model="scope.row.dispensePerDuration" style="width: 80px" :min="1"
controls-position="right" :controls="false" :ref="(el) => (inputRefs.dispensePerDuration = el)"
@input="calculateTotalAmount(scope.row, scope.$index)"
@change="calculateTotalAmount(scope.row, scope.$index)"
@keyup.enter.prevent="
handleEnter('dispensePerDuration', scope.row, scope.$index)