|
@@ -458,9 +458,9 @@
|
458
|
458
|
};
|
459
|
459
|
}
|
460
|
460
|
// url传递过来的住院号
|
461
|
|
- if (this.currenDept.residenceNo) {
|
462
|
|
- this.searchlist.keyWord = this.currenDept.residenceNo;
|
463
|
|
- this.currenDept.residenceNo = "";
|
|
461
|
+ if (this.currenDept.patientCode) {
|
|
462
|
+ this.searchlist.keyWord = this.currenDept.patientCode;
|
|
463
|
+ this.currenDept.patientCode = "";
|
464
|
464
|
}
|
465
|
465
|
if (this.searchlist.keyWord) {
|
466
|
466
|
postData.inspect.keyWord = this.searchlist.keyWord;
|
|
@@ -545,11 +545,11 @@
|
545
|
545
|
let {
|
546
|
546
|
id,
|
547
|
547
|
dept,
|
548
|
|
- residenceNo
|
|
548
|
+ patientCode
|
549
|
549
|
} = options;
|
550
|
550
|
this.currenDept.id = id;
|
551
|
551
|
this.currenDept.dept = dept;
|
552
|
|
- this.currenDept.residenceNo = residenceNo;
|
|
552
|
+ this.currenDept.patientCode = patientCode;
|
553
|
553
|
} else if (patientCurrentDept) {
|
554
|
554
|
this.currenDept.id = patientCurrentDept.id;
|
555
|
555
|
this.currenDept.dept = patientCurrentDept.dept;
|