pengjun 4 months ago
parent
commit
db63d36aef
  1. 6
      src/components/patientRegister/patientRegisterQuery.vue
  2. 2
      src/components/report/PatientRegisterListNobtn.vue

6
src/components/patientRegister/patientRegisterQuery.vue

@ -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

2
src/components/report/PatientRegisterListNobtn.vue

@ -492,7 +492,7 @@ export default {
//console.log('/api/app/peisreport/getpatientregisterreport',body) //console.log('/api/app/peisreport/getpatientregisterreport',body)
// /api/app/PeisReport/GetPatientRegisterReportWithCharge // /api/app/PeisReport/GetPatientRegisterReportWithCharge
// /api/app/patientregister/getlistinfilter // /api/app/patientregister/getlistinfilter
postapi('/api/app/patientregister/getlistinfilter', body).then(res => {
postapi('/api/app/peisreport/getpatientregisterreport', body).then(res => {
if (res.code > -1) { if (res.code > -1) {
if (this.patientRegister.query.isSeries == 'Y' && this.patientRegister.query.patientRegisterNo) { if (this.patientRegister.query.isSeries == 'Y' && this.patientRegister.query.patientRegisterNo) {

Loading…
Cancel
Save