qinxianzhangyao
2024-07-04 683b2620e0fbfba24787046e2630cbfed0337484
src/views/doctor/checkAll/index.vue
@@ -95,6 +95,7 @@
        ref="table"
        border
        style="margin: 20px; width: 98%"
        @current-change="handleCurrentChange"
      >
        <!-- <template slot="empty">数据正在加载中</template> -->
        <el-table-column
@@ -297,14 +298,14 @@
        <el-row>
          <el-col :span="18">
            <div style="margin: 10px 10px">
              <el-radio-group
               <!--<el-radio-group
                v-model="tjproject"
                @input="radiotjprojectChange"
                style="margin-left: 20px"
              >
                <el-radio-button label="0">体检项目</el-radio-button>
                <el-radio-button label="1">化验项目</el-radio-button>
              </el-radio-group>
              </el-radio-group> -->
            </div>
          </el-col>
          <el-col :span="6">
@@ -385,14 +386,14 @@
                      {{
                        scope.row.standard.tjStandardGtValue +
                        "-" +
                        scope.row.standard.tjStandardLtValue
                        scope.row.standard.tjStandardLtValue || "/"
                      }}
                    </div>
                    <div v-else>{{ scope.row.stanId }}</div>
                    <div v-else>{{ scope.row.stanId || "/"}}</div>
                  </template>
                </el-table-column>
              </el-table>
              <table style="width: 100%">
              <table style="width: 100%" v-if="tjproject!='1'">
                <tr
                  style="border: 1px solid #dfe6ec; border-collapse: collapse"
                >
@@ -467,7 +468,7 @@
              </table>
            </div>
            <div style="margin: 0 0px 10px 15px">
            <div style="margin: 0 0px 10px 15px" v-if="tjproject!='1'">
              <el-button type="primary" @click="propoChange"
                >快捷建议</el-button
              >
@@ -480,6 +481,7 @@
              ref="numberValidateForm"
              label-width="80px"
              class="demo-ruleForm"
              v-if="tjproject!='1'"
            >
              <el-form-item label="总检建议">
                <el-input
@@ -1588,6 +1590,10 @@
      }
    },
    handleCurrentChange(val){
      this.handleClick(val)
    },
    // 点击详情
    handleClick(row) {
      this.$refs.Pre.open = false;
@@ -1626,6 +1632,7 @@
                    for (let i = 0; i < this.changedate.length; i++) {
                      this.remark = this.changedate[i].remark;
                    }
                    console.log( this.changedate)
                    this.changedate.forEach((item) => {
                      // this.remark = item.remark;
                      item.sons.forEach((item3) => {
@@ -1636,7 +1643,6 @@
                          item3.standard.tjStandardLtValue = "";
                        }
                      });
                      // item.remark = "";
                    });
                  } else {
                    this.$message({