qinxianzhangyao
2023-09-14 084a948017ab84c48241082adba96ca1da1b9857
qxtj
1个文件已修改
21 ■■■■ 已修改文件
src/views/doctor/check/index.vue 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue
@@ -129,7 +129,8 @@
          </el-radio-group>
        </div>
      </template>
      <el-table v-loading="loading" :data="proParentList.sons" border height="460px" style="width: 96%; margin: 10px 10px">
      <el-table v-loading="loading" :data="proParentList.sons" border height="460px"
        style="width: 96%; margin: 10px 10px">
        <el-table-column prop="project.proName" label="检测项目" width="150">
          <!-- <template slot-scope="scope">
            {{ scope.row.project.proName }}
@@ -433,8 +434,8 @@
      // this.$refs.aaa.open = true;
      // this.$refs.aaa.getList();
    },
   // 规则
   handleguize(row) {
    // 规则
    handleguize(row) {
      this.row = row
      this.$refs.aaa.open = true;
      this.$refs.aaa.title = "诊断结果结论";
@@ -511,8 +512,8 @@
      this.submitForm();
    },
   // 点击详情
   handleClick(row) {
    // 点击详情
    handleClick(row) {
      this.loading = true;
      this.drawer = true;
      this.tableAll = row;
@@ -618,6 +619,11 @@
        .then(() => {
          // 体检号
          let tjNumber = this.tableAll.tjNumber;
          this.userList.forEach(item => {
            if (this.doctorName == item.nickName) {
              this.doctorName = item.userId
            }
          })
          this.proParentList.sons.forEach((item) => {
            if (this.rows) {
              this.rows.forEach((item1) => {
@@ -769,6 +775,11 @@
    determine() {
      // 体检号
      let tjNumber = this.tableAll.tjNumber;
      this.userList.forEach(item => {
        if (this.doctorName == item.nickName) {
          this.doctorName = item.userId
        }
      })
      this.proParentList.sons.forEach((item) => {
        if (this.rows) {
          this.rows.forEach((item1) => {