qx
qx
2 天以前 a95990a4d6022e2d854a33fbc4c3396409854e08
src/views/doctor/check/index.vue
@@ -976,6 +976,18 @@
            });
          }
        });
      }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;
        }
      }
    },
@@ -1081,6 +1093,18 @@
            });
          }
        });
      }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);
    },
@@ -1625,7 +1649,14 @@
    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() {