refactor: 开票申请的粘贴事件支持多列
This commit is contained in:
parent
2dc9b165a8
commit
9f61b8b3da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue