给财务的收款单和付款单增加勾选删除明细的功能

This commit is contained in:
jishenghua
2025-05-21 22:45:22 +08:00
parent bb42839130
commit 2b7c43c3e1
3 changed files with 67 additions and 61 deletions

View File

@@ -252,6 +252,11 @@ export const FinancialModalMixin = {
that.$refs.accountDataTable.resetScrollTop((target.rows.length+1)*that.$refs.accountDataTable.rowHeight)
},1000)
},
//删除一行或多行的时候触发
onDeleted(ids, target) {
target.recalcAllStatisticsColumns()
this.autoChangeAmount(target)
},
//单元值改变一个字符就触发一次
onValueChange(event) {
let that = this