| | |
| | | </el-form-item> |
| | | <el-form-item label="接触毒物" prop="contactPoison"> |
| | | <el-input |
| | | @focus="change" |
| | | type="textarea" |
| | | rows="4" |
| | | v-model="form.contactPoison" |
| | |
| | | </el-form-item> |
| | | <el-form-item label="既往病史" prop="medicalHistory"> |
| | | <el-input |
| | | @focus="change" |
| | | type="textarea" |
| | | rows="4" |
| | | v-model="form.medicalHistory" |
| | |
| | | this.loading = false; |
| | | } |
| | | }, |
| | | |
| | | |
| | | methods: { |
| | | /** 查询疾病字典列表 */ |
| | | getList() { |
| | |
| | | } |
| | | }, |
| | | |
| | | |
| | | change(){ |
| | | console.log(111) |
| | | }, |
| | | |
| | | delememberss() { |
| | | let that = this; |
| | | if (that.form.workLogs.length == that.chageall.length) { |
| | |
| | | this.handleInputConfirm(this.curindex, params); |
| | | }, |
| | | |
| | | handleChanges(param1, param2) { |
| | | this.row.conclusion = param1; |
| | | this.row.rulesList = param2; |
| | | }, |
| | | |
| | | handleguize(row) { |
| | | this.row = row; |
| | | this.$refs.aaa.open = true; |
| | | this.$refs.aaa.title = "诊断结果结论"; |
| | | this.$refs.aaa.getList(this.row); |
| | | }, |
| | | |
| | | tableRowClassName({ row }) { |
| | | if (row.exceptionDesc) return "warning-row"; |
| | | return ""; |