|
|
@ -29,7 +29,7 @@ |
|
|
<div class="query"> |
|
|
<div class="query"> |
|
|
<span class="spanClass">档案号</span> |
|
|
<span class="spanClass">档案号</span> |
|
|
<el-input placeholder="档案号" v-model="patientRegister.query.patientNo" size="small" clearable |
|
|
<el-input placeholder="档案号" v-model="patientRegister.query.patientNo" size="small" clearable |
|
|
style="width: 80px" /> |
|
|
|
|
|
|
|
|
style="width: 80px" @input="changeValue" /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="query"> |
|
|
<div class="query"> |
|
|
<span class="spanClass">姓名</span> |
|
|
<span class="spanClass">姓名</span> |
|
|
@ -201,7 +201,9 @@ export default { |
|
|
this.patientRegister.query.isRecoverGuide = null |
|
|
this.patientRegister.query.isRecoverGuide = null |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
changeValue (e) { |
|
|
|
|
|
this.$forceUpdate() |
|
|
|
|
|
}, |
|
|
init(customerOrgId) { |
|
|
init(customerOrgId) { |
|
|
if (!customerOrgId || customerOrgId == this.dict.personOrgId) { |
|
|
if (!customerOrgId || customerOrgId == this.dict.personOrgId) { |
|
|
this.patientRegister.query.customerOrgRegister = null |
|
|
this.patientRegister.query.customerOrgRegister = null |
|
|
|