| | |
| | | globalGridAttr.isRepair = cell.getData().isRepair |
| | | globalGridAttr.voteNum = cell.getData().voteNum |
| | | globalGridAttr.productType= cell.getData().productType |
| | | console.log(cell.getData().voteNum,'cell.getData().voteNum') |
| | | // console.log(cell.getData().voteNum,'cell.getData().voteNum') |
| | | if(this.nodeType==='vote' || this.globalGridAttr.nodeTypeExt === 'vote' || (cell.getData().voteNum!==undefined && cell.getData().voteNum!=='')){ |
| | | console.log(cell.getData().voteNum,'cell.getData().voteNum') |
| | | this.showNumberInput = true |
| | | } |
| | | console.log(this.showNumberInput,'this.showNumberInput') |
| | | // console.log(this.showNumberInput,'this.showNumberInput') |
| | | this.showRepairInput = cell.getData().isRepair |
| | | cell.removeTools() |
| | | cell.addTools([ |