qx
qx
2025-03-21 bc2db77e87d6b312e628a854dc4809a8f708a8ea
qx
2个文件已修改
21 ■■■■■ 已修改文件
src/components/jianqianwenzhen/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/jianqianwenzhen/index.vue
@@ -65,6 +65,7 @@
            </el-form-item>
            <el-form-item label="接触毒物" prop="contactPoison">
              <el-input
              @focus="change"
                type="textarea"
                rows="4"
                v-model="form.contactPoison"
@@ -74,6 +75,7 @@
            </el-form-item>
            <el-form-item label="既往病史" prop="medicalHistory">
              <el-input
               @focus="change"
                type="textarea"
                rows="4"
                v-model="form.medicalHistory"
@@ -884,6 +886,8 @@
      this.loading = false;
    }
  },
  methods: {
    /** 查询疾病字典列表 */
    getList() {
@@ -992,6 +996,11 @@
      }
    },
    change(){
    console.log(111)
  },
    delememberss() {
      let that = this;
      if (that.form.workLogs.length == that.chageall.length) {
src/views/doctor/check/index.vue
@@ -1121,6 +1121,18 @@
      this.handleInputConfirm(this.curindex, params);
    },
      handleChanges(param1, param2) {
      this.row.conclusion = param1;
      this.row.rulesList = param2;
    },
    handleguize(row) {
      this.row = row;
      this.$refs.aaa.open = true;
      this.$refs.aaa.title = "诊断结果结论";
      this.$refs.aaa.getList(this.row);
    },
    tableRowClassName({ row }) {
      if (row.exceptionDesc) return "warning-row";
      return "";