refactor: 开票申请的粘贴事件支持多列
This commit is contained in:
parent
2dc9b165a8
commit
9f61b8b3da
|
@ -124,8 +124,8 @@ class InvoiceCard extends Component {
|
||||||
|
|
||||||
//批量粘贴编辑事件
|
//批量粘贴编辑事件
|
||||||
onBatchChange = (...params) => {
|
onBatchChange = (...params) => {
|
||||||
console.log('onBatchChange-this:', this);
|
// console.log('onBatchChange-this:', this);
|
||||||
console.log('onBatchChange-params:', params);
|
// console.log('onBatchChange-params:', params);
|
||||||
batchEvents.call(this, ...params)
|
batchEvents.call(this, ...params)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -321,6 +321,7 @@ class InvoiceCard extends Component {
|
||||||
hideAdd={this.state.hideAdd}
|
hideAdd={this.state.hideAdd}
|
||||||
hideDel={this.state.hideDel}
|
hideDel={this.state.hideDel}
|
||||||
modelDelRow={this.modelDelRow}
|
modelDelRow={this.modelDelRow}
|
||||||
|
multiCopy={true}
|
||||||
onBatchChange={this.onBatchChange}
|
onBatchChange={this.onBatchChange}
|
||||||
>
|
>
|
||||||
<ButtonGroupListCard
|
<ButtonGroupListCard
|
||||||
|
|
Loading…
Reference in New Issue