| | |
| | | globalGridAttr.voteNum = cell.getData().voteNum |
| | | globalGridAttr.productType= cell.getData().productType |
| | | console.log(cell.getData().voteNum,'cell.getData().voteNum') |
| | | if(cell.getData().voteNum!==undefined || cell.getData().voteNum!=='' || this.globalGridAttr.nodeTypeExt === 'vote' || this.nodeType==='vote'){ |
| | | 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') |