| | |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="体检号" prop="tjNum" style="display: flex;"> |
| | | <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号" /> |
| | | <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号" @keyup.enter.native="handle" @blur="hb" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getTjRefundList, getTjList, getTjRefund } from "@/api/hosp/customer"; |
| | | import { getTjRefundList, getTjList, getTjRefund,getTjRefundList2,getTjList2,getTjRefund2 } from "@/api/hosp/customer"; |
| | | |
| | | export default { |
| | | dicts: [ |
| | |
| | | this.$refs.inputName.focus(); |
| | | }); |
| | | }, |
| | | |
| | | hb(){ |
| | | console.log(this.form.tjNum); |
| | | if (this.form.tjNum != null) { |
| | | this.handle(); |
| | | } |
| | | }, |
| | | /** 搜索操作 */ |
| | | handle() { |
| | | this.loading = true; |
| | | getTjRefundList(this.form).then((response) => { |
| | | getTjRefundList2(this.form).then((response) => { |
| | | if( response.data){ |
| | | this.customerList = response.data; |
| | | this.customerList.forEach((item1) => { |
| | |
| | | let data = { |
| | | orderId: this.tjOrderId, |
| | | }; |
| | | getTjList(data).then((res) => { |
| | | getTjList2(data).then((res) => { |
| | | this.numberList = res.data; |
| | | this.loading = false; |
| | | }); |
| | |
| | | }); |
| | | return; |
| | | } |
| | | getTjRefund(data).then((res) => { |
| | | getTjRefund2(data).then((res) => { |
| | | this.tjnumber = res.data.waterId; |
| | | this.mobanId = res.data.mobanId; |
| | | if (res.code === 200) { |
| | |
| | | </script> |
| | | |
| | | <style> |
| | | #sig .el-table__header-wrapper .el-checkbox { |
| | | /* #sig .el-table__header-wrapper .el-checkbox { |
| | | display: none; |
| | | } |
| | | } */ |
| | | </style> |