|
@@ -303,7 +303,6 @@ let gljComponentOprObj = {
|
|
|
let row = info.cellRange.row;
|
|
|
for(let i = 0; i < items.length; i++){
|
|
|
if(row + i < that.currentComponent.length){
|
|
|
- console.log(1)
|
|
|
let currentObj = that.currentComponent[row + i];
|
|
|
if(items[i].consumeAmt.trim().length > 0 && items[i].consumeAmt !== currentObj.consumeAmt){
|
|
|
isChange = true;
|
|
@@ -320,7 +319,6 @@ let gljComponentOprObj = {
|
|
|
}
|
|
|
}
|
|
|
else{
|
|
|
- console.log(2);
|
|
|
me.workBook.getSheet(0).setValue(row + i, info.cellRange.col, '');
|
|
|
}
|
|
|
}
|