| | |
| | | }) |
| | | }, |
| | | rowClickFiber(row, column, event,type){ |
| | | if(this.active===1){ |
| | | if(type==0){ |
| | | let standard = this.miresStandards.find(a => a.id == this.miresStandard) |
| | | let standard = null; |
| | | try{ |
| | | standard = this.miresStandards.find(a => a.id == this.miresStandards) |
| | | }catch(e){} |
| | | if(standard&&standard.code=='委托要求'){ |
| | | this.isAskOnlyRead = false; |
| | | }else{ |
| | | this.isAskOnlyRead = true; |
| | | } |
| | | }else{ |
| | | let standard = this.mireStandards.find(a => a.id == this.mireStandard) |
| | | let standard = null; |
| | | try{ |
| | | standard = this.mireStandards.find(a => a.id == this.mireStandard) |
| | | }catch(e){} |
| | | if(standard&&standard.code=='委托要求'){ |
| | | this.isAskOnlyRead = false; |
| | | }else{ |
| | | this.isAskOnlyRead = true; |
| | | } |
| | | } |
| | | } |
| | | this.currentDetectionItems = row |
| | | this.detectionItems = row.productList |
| | | if(this.detectionItems === null) return |