| | |
| | | <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> |
| | |
| | | tableList: [], |
| | | deptList: [], |
| | | tableAll: {}, |
| | | baogao:[], |
| | | baogao: [], |
| | | row: {}, |
| | | info: {}, |
| | | allList: [], |
| | |
| | | this.Hzlog(this.form.tjNumber); |
| | | }, |
| | | |
| | | |
| | | |
| | | handleproimgChange(selected) { |
| | | const val = selected; |
| | | selected.forEach((item) => { |
| | |
| | | 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" |
| | |
| | | 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: "女", |