| | |
| | | >导出</el-button |
| | | > |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="primary" |
| | | size="mini" |
| | | @click="handleReInfor" |
| | | :disabled="single" |
| | | :loading="blackloading" |
| | | >注册his信息</el-button |
| | | > |
| | | </el-col> |
| | | <right-toolbar |
| | | :showSearch.sync="showSearch" |
| | | @queryTable="getList" |
| | |
| | | delCustomer, |
| | | addCustomer, |
| | | updateCustomer, |
| | | getHistryTjOrderByCusIdCard, |
| | | getHistryTjOrderByCusIdCard,getUserinfo |
| | | } from "@/api/hosp/customer"; |
| | | import { getPdf, addCustomerBlack } from "@/api/hosp/order"; |
| | | import { |
| | |
| | | }); |
| | | }, |
| | | |
| | | handleReInfor() { |
| | | let data = { |
| | | cusId: this.ids[0], |
| | | }; |
| | | getUserinfo(data).then((res) => { |
| | | this.$modal.msgSuccess("注册成功"); |
| | | this.getList(); |
| | | }); |
| | | }, |
| | | |
| | | inputChange() { |
| | | const reg = |
| | | /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/; |