Explorar o código

护士端患者查询可以搜索父级科室患者

seimin %!s(int64=3) %!d(string=hai) anos
pai
achega
99b2245651
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 2 - 0
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -993,6 +993,8 @@ export class HushijiandanComponent implements OnInit {
993
     postData["patient"] = {
993
     postData["patient"] = {
994
       keyWord: e ? e : this.tabSearchCont,
994
       keyWord: e ? e : this.tabSearchCont,
995
     };
995
     };
996
+    // 查询父级科室患者
997
+    postData['patient']['parentIdOnly'] = true;
996
     if (
998
     if (
997
       this.currentUser.typeValue == "checkRoom2" ||
999
       this.currentUser.typeValue == "checkRoom2" ||
998
       this.currentUser.typeValue == "outpatientDept" ||
1000
       this.currentUser.typeValue == "outpatientDept" ||