From 9f61b8b3da7058a0316c17cbb209a6ee594cd628 Mon Sep 17 00:00:00 2001 From: mzr Date: Mon, 9 Jun 2025 14:23:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=BC=80=E7=A5=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=9A=84=E7=B2=98=E8=B4=B4=E4=BA=8B=E4=BB=B6=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=9A=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sscivm/invoiceApplication/invoiceApl/card/invoiceCard.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sscivm/invoiceApplication/invoiceApl/card/invoiceCard.js b/src/sscivm/invoiceApplication/invoiceApl/card/invoiceCard.js index 92f7924..8652576 100644 --- a/src/sscivm/invoiceApplication/invoiceApl/card/invoiceCard.js +++ b/src/sscivm/invoiceApplication/invoiceApl/card/invoiceCard.js @@ -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} >