| | |
| | | placeholder="请输入体检号" |
| | | clearable |
| | | @keyup.enter.native="handleQuery" |
| | | @blur="handleQuery" |
| | | @blur="hb" |
| | | style="width: 160px" |
| | | /> |
| | | </el-form-item> |
| | |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | size="mini" |
| | | @click="handleQuery" |
| | | @click="handleQuery" style="margin-right:15px;" |
| | | >搜索</el-button |
| | | > |
| | | <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" |
| | |
| | | <!-- <el-table-column label="结论" align="center" prop="fixedValue" /> --> |
| | | </el-table> |
| | | |
| | | <div style="height: 390px; margin-top: 10px"> |
| | | <!-- <div style="height: 390px; margin-top: 10px"> |
| | | <el-image |
| | | v-loading="loading" |
| | | style="height: 390px; width: 100%" |
| | | :src="imgsrc + tjNumber + '.png'" |
| | | :preview-src-list="[imgsrc + tjNumber + '.png']" |
| | | ></el-image> |
| | | </div> |
| | | </div> --> |
| | | <!-- <div style=" height:390px;margin-top: 10px;"> |
| | | <div class="left"> --> |
| | | <!-- style='height: 390px;width: 100%;' --> |
| | |
| | | </div> |
| | | </div> --> |
| | | |
| | | <div style="margin-top: 20px"> |
| | | <div style="margin-top: 10px"> |
| | | <el-form |
| | | :model="form" |
| | | ref="queryForm" |
| | | size="small" |
| | | :inline="true" |
| | | :inline="false" |
| | | label-width="68px" |
| | | > |
| | | <el-form-item label="项目结果" prop="measuredValue"> |
| | | <el-input v-model="form.measuredValue" clearable /> |
| | | <el-form-item label="检查所见" prop="measuredValue"> |
| | | <el-input v-model="form.measuredValue" clearable type="textarea" /> |
| | | </el-form-item> |
| | | <el-form-item label="结果结论" prop="fixedValue"> |
| | | <el-form-item label="检查结论" prop="fixedValue"> |
| | | <el-input |
| | | v-model="form.fixedValue" |
| | | clearable |
| | | type="textarea" |
| | | @focus="submiepilog" |
| | | /> |
| | | </el-form-item> |
| | |
| | | }; |
| | | this.resetForm("form"); |
| | | }, |
| | | hb(){ |
| | | console.log(this.queryParams.tjNum); |
| | | if (this.queryParams.tjNum != null) { |
| | | this.handleQuery(); |
| | | } |
| | | }, |
| | | /** 搜索按钮操作 */ |
| | | handleQuery() { |
| | | this.queryParams.pageNum = 1; |