| | |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="体检号" prop="tjNum" style="display: flex;"> |
| | | <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号" @keyup.enter.native="submitFormchanck" /> |
| | | <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号" @keyup.enter.native="submitFormchanck" @blur="hb" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | |
| | | } |
| | | }); |
| | | }, |
| | | hb(){ |
| | | console.log(this.form.tjNum); |
| | | if (this.form.tjNum != "") { |
| | | this.submitFormchanck(); |
| | | } |
| | | }, |
| | | submitFormchanck() { |
| | | this.loading = true; |
| | | getfindTj(this.form).then((response) => { |