qinxianzhangyao
2024-02-27 b907283aff8db8bf57f963917daf2a357c5eafb5
qxtj
1个文件已修改
28 ■■■■■ 已修改文件
src/views/doctor/imaging/index.vue 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
@@ -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: "女",