seimin 4 months ago
parent
commit
c9a306a2ba

+ 1 - 1
src/app/components/incidentManagement/incident-create/incident-create.component.less

@@ -2275,7 +2275,7 @@
2275 2275
                     top: 100%;
2276 2276
                     left: 0;
2277 2277
                     width: 100%;
2278
-                    height: 256px;
2278
+                    max-height: 256px;
2279 2279
                     z-index: 2;
2280 2280
                     background: #fff;
2281 2281
                     border: 1px solid #d9d9d9;

+ 2 - 2
src/app/components/incidentManagement/incident-create/incident-create.component.ts

@@ -1518,7 +1518,7 @@ export class IncidentCreateComponent implements OnInit {
1518 1518
   addressList:any[] = [];
1519 1519
   addressLoading:boolean = false;
1520 1520
   getAddressList() {
1521
-    if(!this.incidentModel.hosId){
1521
+    if(!this.incidentModel.department){
1522 1522
       this.addressList = [];
1523 1523
       return;
1524 1524
     }
@@ -1526,7 +1526,7 @@ export class IncidentCreateComponent implements OnInit {
1526 1526
       idx: 0,
1527 1527
       sum: 99999,
1528 1528
       qrCode: {
1529
-        hosId: this.incidentModel.hosId,
1529
+        deptId: this.incidentModel.department,
1530 1530
       }
1531 1531
     };
1532 1532
     this.addressLoading = true;

+ 1 - 1
src/app/views/fuwutai/fuwutai.component.less

@@ -2311,7 +2311,7 @@
2311 2311
                       top: 100%;
2312 2312
                       left: 0;
2313 2313
                       width: 100%;
2314
-                      height: 256px;
2314
+                      max-height: 256px;
2315 2315
                       z-index: 2;
2316 2316
                       background: #fff;
2317 2317
                       border: 1px solid #d9d9d9;

+ 2 - 2
src/app/views/fuwutai/fuwutai.component.ts

@@ -5355,7 +5355,7 @@ export class FuwutaiComponent implements OnInit {
5355 5355
   addressList:any[] = [];
5356 5356
   addressLoading:boolean = false;
5357 5357
   getAddressList() {
5358
-    if(!this.incidentModel.hosId){
5358
+    if(!this.incidentModel.department){
5359 5359
       this.addressList = [];
5360 5360
       return;
5361 5361
     }
@@ -5363,7 +5363,7 @@ export class FuwutaiComponent implements OnInit {
5363 5363
       idx: 0,
5364 5364
       sum: 99999,
5365 5365
       qrCode: {
5366
-        hosId: this.incidentModel.hosId,
5366
+        deptId: this.incidentModel.department,
5367 5367
       }
5368 5368
     };
5369 5369
     this.addressLoading = true;

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.less

@@ -2232,7 +2232,7 @@
2232 2232
         top: 100%;
2233 2233
         left: 0;
2234 2234
         width: 100%;
2235
-        height: 256px;
2235
+        max-height: 256px;
2236 2236
         z-index: 2;
2237 2237
         background: #fff;
2238 2238
         border: 1px solid #d9d9d9;

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -4992,7 +4992,7 @@ export class HushijiandanComponent implements OnInit {
4992 4992
       idx: 0,
4993 4993
       sum: 99999,
4994 4994
       qrCode: {
4995
-        hosId: this.currentHospital.id,
4995
+        deptId: this.loginUserDeptId,
4996 4996
       }
4997 4997
     };
4998 4998
     this.addressLoading = true;