| | |
| | | </el-form-item> |
| | | <el-form-item label="体检号" prop="tjNumber"> |
| | | <el-input ref="inputName" v-model="queryParams.tjNumber" style="width: 180px" placeholder="请输入体检号" clearable |
| | | @keyup.enter.native="submitForm" @blur="submitForm"></el-input> |
| | | @keyup.enter.native="submitForm" @blur="hb"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="体检时间" prop="tjTime"> |
| | | <el-date-picker v-model="startTime" type="datetimerange" align="right" :picker-options="pickerOptions" |
| | |
| | | // 单选按钮 |
| | | radioChange() { |
| | | heXiaoByIds(this.orderIds).then((response) => { |
| | | this.$modal.msgSuccess("报告已核收!请前往体检记录页面查看!"); |
| | | this.$modal.msgSuccess("报告已核收!请前往报告打印页面查看!"); |
| | | }); |
| | | }, |
| | | |
| | |
| | | dateChangebirthday1(val) { |
| | | this.startTime = val; |
| | | }, |
| | | hb(){ |
| | | console.log(this.queryParams.tjNumber); |
| | | if (this.queryParams.tjNumber != "") { |
| | | this.submitForm(); |
| | | } |
| | | }, |
| | | |
| | | // 搜索 |
| | | submitForm() { |