| | |
| | | }); |
| | | } |
| | | }); |
| | | }else { |
| | | if (this.focusrow.proResult != this.focusrow.project.proDefault) { |
| | | const substrings = ["正常", "未见异常", "阴性", "未见明显异常", "无"]; |
| | | let containsAllSubstrings = substrings.some(sub => this.focusrow.proResult.includes(sub)); |
| | | if (containsAllSubstrings) { |
| | | this.focusrow.exceptionDesc = false; |
| | | } else { |
| | | this.focusrow.exceptionDesc = true; |
| | | } |
| | | } else { |
| | | this.focusrow.exceptionDesc = false; |
| | | } |
| | | } |
| | | }, |
| | | |
| | |
| | | }); |
| | | } |
| | | }); |
| | | }else { |
| | | if (this.focusrow.proResult != this.focusrow.project.proDefault) { |
| | | const substrings = ["正常", "未见异常", "阴性", "未见明显异常", "无"]; |
| | | let containsAllSubstrings = substrings.some(sub => this.focusrow.proResult.includes(sub)); |
| | | if (containsAllSubstrings) { |
| | | this.focusrow.exceptionDesc = false; |
| | | } else { |
| | | this.focusrow.exceptionDesc = true; |
| | | } |
| | | } else { |
| | | this.focusrow.exceptionDesc = false; |
| | | } |
| | | } |
| | | this.rows.push(row); |
| | | }, |
| | |
| | | |
| | | eventchange(data) { |
| | | this.dataText = data; |
| | | data.forEach((item) => (this.proParentList.remark += item.advice)); |
| | | //data.forEach((item) => (this.proParentList.remark += item.advice)); |
| | | data.forEach((item) => { |
| | | if (item.advice) { |
| | | this.proParentList.remark += item.advice |
| | | } else if (item.jynr) { |
| | | this.proParentList.remark += item.jynr |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | proposalChange() { |