refactor: 开票申请的粘贴事件支持多列

This commit is contained in:
mzr 2025-06-09 14:23:05 +08:00
parent 2dc9b165a8
commit 9f61b8b3da
1 changed files with 3 additions and 2 deletions

View File

@ -124,8 +124,8 @@ class InvoiceCard extends Component {
//批量粘贴编辑事件
onBatchChange = (...params) => {
console.log('onBatchChange-this:', this);
console.log('onBatchChange-params:', params);
// console.log('onBatchChange-this:', this);
// console.log('onBatchChange-params:', params);
batchEvents.call(this, ...params)
};
@ -321,6 +321,7 @@ class InvoiceCard extends Component {
hideAdd={this.state.hideAdd}
hideDel={this.state.hideDel}
modelDelRow={this.modelDelRow}
multiCopy={true}
onBatchChange={this.onBatchChange}
>
<ButtonGroupListCard