lkk
2025-03-17 83a455b45a1a6d9f1baf5021d017fa27fc3efb3e
心电检查&骨密度
2个文件已修改
23 ■■■■■ 已修改文件
src/views/picture/other/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/picture/picture/index.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/picture/other/index.vue
@@ -271,16 +271,17 @@
            :model="form"
            ref="queryForm"
            size="small"
            :inline="true"
            :inline="false"
            label-width="68px"
          >
            <el-form-item label="项目结果" prop="measuredValue">
              <el-input v-model="form.measuredValue" clearable />
              <el-input v-model="form.measuredValue" clearable type="textarea" />
            </el-form-item>
            <el-form-item label="结果结论" prop="fixedValue">
              <el-input
                v-model="form.fixedValue"
                clearable
                type="textarea"
                @focus="submiepilog"
              />
            </el-form-item>
src/views/picture/picture/index.vue
@@ -33,7 +33,8 @@
          type="primary"
          icon="el-icon-search"
          size="mini"
          @click="handleQuery" style="margin-right:15px;"
          @click="handleQuery"
          style="margin-right: 15px"
          >搜索</el-button
        >
        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
@@ -76,7 +77,7 @@
            <!-- <template slot-scope="scope">
              {{ scope.row.customer.cusSex === 0 ? "男" : "女" }}
            </template> -->
             <template slot-scope="scope">
            <template slot-scope="scope">
              <span v-if="scope.row.cusSex == '0'">男</span>
              <span v-if="scope.row.cusSex == '1'">女</span>
              <span v-if="scope.row.cusSex == '2'">未知</span>
@@ -146,16 +147,17 @@
            :model="form"
            ref="queryForm"
            size="small"
            :inline="true"
            :inline="false"
            label-width="68px"
          >
            <el-form-item label="项目结果" prop="proResult">
              <el-input v-model="form.proResult" clearable />
            <el-form-item label="检查所见" prop="proResult">
              <el-input v-model="form.proResult" clearable type="textarea" />
            </el-form-item>
            <el-form-item label="结果结论" prop="conclusion">
            <el-form-item label="检查结论" prop="conclusion">
              <el-input
                v-model="form.conclusion"
                clearable
                type="textarea"
                @focus="submiepilog"
              />
            </el-form-item>
@@ -339,9 +341,9 @@
      };
      this.resetForm("form");
    },
     hb(){
    hb() {
      console.log(this.queryParams.tjNum);
       if (this.queryParams.tjNum != null) {
      if (this.queryParams.tjNum != null) {
        this.handleQuery();
      }
    },