su
su1124
2024-04-26 00212ed8e808fc7b76c04389224e65f27f074fb2
src/views/doctor/imaging/index.vue
@@ -41,7 +41,7 @@
        <el-table-column label="登记时间" align="center" prop="createTime" width="160px" />
        <el-table-column label="体检时间" align="center" prop="tjTime" width="160px" />
        <el-table-column label="未检项" prop="notCheckeds" :show-overflow-tooltip="true" />
        <el-table-column label="操作" align="center" width="130px">
        <el-table-column label="操作" align="center" width="180px">
          <template slot-scope="scope">
            <el-button type="primary" icon="el-icon-first-aid-kit" size="mini" @click="Changeapplyfor(scope.row)"
              title="会诊申请" v-if="tjStatus == '1'"></el-button>
@@ -55,7 +55,7 @@
      <div class="pag">
        <div class="pag1">
          <pagination v-show="total > 0" :total="total" :page.sync="queryParams.page" :limit.sync="queryParams.pageSize"
          <pagination v-show="total >= 0" :total="total" :page.sync="queryParams.page" :limit.sync="queryParams.pageSize"
            @pagination="getList" />
        </div>
      </div>
@@ -500,7 +500,7 @@
      tableList: [],
      deptList: [],
      tableAll: {},
      baogao:[],
      baogao: [],
      row: {},
      info: {},
      allList: [],
@@ -765,7 +765,7 @@
      this.Hzlog(this.form.tjNumber);
    },
    handleproimgChange(selected) {
      const val = selected;
      selected.forEach((item) => {
@@ -986,8 +986,8 @@
      getDicts(dictType).then(res => {
        if (res.code == 200) {
          res.data.forEach(item => {
            if (row.ageUnit == item.dictValue) {
              row.ageUnit = item.dictLabel
            if (row.age_unit == item.dictValue) {
              row.age_unit = item.dictLabel
            }
          })
          let dictTypes = "sys_user_sex"
@@ -998,13 +998,17 @@
                  row.cusSex = item.dictLabel
                }
              })
              let data = {
                patname: row.cusName,
                sex: row.cusSex,
                patage: row.age,
                patagename: row.ageUnit,
                patbirth: row.cusBrithday
              }
              let  data = {
                  patname: row.cusName,
                  sex: row.cusSex,
                  patage: row.age,
                  patagename: row.age_unit,
                  patbirth: row.cusBrithday
                }
              // let data = {
              //   patname: "脱能娥",
              //   sex: "女",
@@ -1037,8 +1041,8 @@
      getDicts(dictType).then(res => {
        if (res.code == 200) {
          res.data.forEach(item => {
            if (this.tableAll.ageUnit == item.dictValue) {
              this.tableAll.ageUnit = item.dictLabel
            if (this.tableAll.age_unit == item.dictValue) {
              this.tableAll.age_unit = item.dictLabel
            }
          })
          let dictTypes = "sys_user_sex"
@@ -1053,7 +1057,7 @@
                patname: this.tableAll.cusName,
                sex: this.tableAll.cusSex,
                patage: this.tableAll.age,
                patagename: this.tableAll.ageUnit,
                patagename: this.tableAll.age_unit,
                patbirth: this.tableAll.cusBrithday
              }
              // let data = {