seimin 3 주 전
부모
커밋
8ebcada0e1

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

@@ -2452,7 +2452,7 @@ export class FuwutaiComponent implements OnInit {
2452 2452
       sum: 1,
2453 2453
       hospitalConfig: {
2454 2454
         hosId: this.checkedHos,
2455
-        key: "transDeptTypeId",
2455
+        key: "rebackPatientTypeId",
2456 2456
       },
2457 2457
     };
2458 2458
     this.getConfigTasktypeLoading = true;
@@ -4619,7 +4619,7 @@ export class FuwutaiComponent implements OnInit {
4619 4619
 			}else{
4620 4620
 				this.isEndFixedType = false
4621 4621
 			}
4622
-			
4622
+
4623 4623
       // 预约start
4624 4624
       this.currentTasktype = data.taskType;
4625 4625
       this.isYyInspect = false;

+ 10 - 10
src/app/views/new-statistics/distribution-inspection-statistics/distribution-inspection-statistics-routing.module.ts

@@ -14,7 +14,7 @@ const routes: Routes = [
14 14
         loadChildren: () => import('./distribution-synthesize-statistics/distribution-synthesize-statistics.module').then(m => m.DistributionSynthesizeStatisticsModule),
15 15
         data: {
16 16
           reuse: true,
17
-          title: '综合统计'
17
+          title: '配-综合统计'
18 18
         }
19 19
       },
20 20
       {
@@ -23,7 +23,7 @@ const routes: Routes = [
23 23
         loadChildren: () => import('./date-business-statistics/date-business-statistics.module').then(m => m.DateBusinessStatisticsModule),
24 24
         data: {
25 25
           reuse: true,
26
-          title: '日期业务统计'
26
+          title: '配-日期业务统计'
27 27
         }
28 28
       },
29 29
       {
@@ -32,7 +32,7 @@ const routes: Routes = [
32 32
         loadChildren: () => import('./date-quality-control-statistics/date-quality-control-statistics.module').then(m => m.DateQualityControlStatisticsModule),
33 33
         data: {
34 34
           reuse: true,
35
-          title: '日期质控统计'
35
+          title: '配-日期质控统计'
36 36
         }
37 37
       },
38 38
       {
@@ -41,7 +41,7 @@ const routes: Routes = [
41 41
         loadChildren: () => import('./department-business-statistics/department-business-statistics.module').then(m => m.DepartmentBusinessStatisticsModule),
42 42
         data: {
43 43
           reuse: true,
44
-          title: '科室业务统计'
44
+          title: '配-科室业务统计'
45 45
         }
46 46
       },
47 47
       {
@@ -50,7 +50,7 @@ const routes: Routes = [
50 50
         loadChildren: () => import('./department-quality-control-statistics/department-quality-control-statistics.module').then(m => m.DepartmentQualityControlStatisticsModule),
51 51
         data: {
52 52
           reuse: true,
53
-          title: '科室质控统计'
53
+          title: '配-科室质控统计'
54 54
         }
55 55
       },
56 56
       {
@@ -59,7 +59,7 @@ const routes: Routes = [
59 59
         loadChildren: () => import('./distribution-department-evaluate-statistics/distribution-department-evaluate-statistics.module').then(m => m.DistributionDepartmentEvaluateStatisticsModule),
60 60
         data: {
61 61
           reuse: true,
62
-          title: '科室评价统计'
62
+          title: '配-科室评价统计'
63 63
         }
64 64
       },
65 65
       {
@@ -68,7 +68,7 @@ const routes: Routes = [
68 68
         loadChildren: () => import('./distribution-department-source-statistics/distribution-department-source-statistics.module').then(m => m.DistributionDepartmentSourceStatisticsModule),
69 69
         data: {
70 70
           reuse: true,
71
-          title: '科室来源统计'
71
+          title: '配-科室来源统计'
72 72
         }
73 73
       },
74 74
       {
@@ -77,7 +77,7 @@ const routes: Routes = [
77 77
         loadChildren: () => import('./user-business-statistics/user-business-statistics.module').then(m => m.UserBusinessStatisticsModule),
78 78
         data: {
79 79
           reuse: true,
80
-          title: '人员业务统计'
80
+          title: '配-人员业务统计'
81 81
         }
82 82
       },
83 83
       {
@@ -86,7 +86,7 @@ const routes: Routes = [
86 86
         loadChildren: () => import('./user-quality-control-statistics/user-quality-control-statistics.module').then(m => m.UserQualityControlStatisticsModule),
87 87
         data: {
88 88
           reuse: true,
89
-          title: '人员质控统计'
89
+          title: '配-人员质控统计'
90 90
         }
91 91
       },
92 92
       {
@@ -95,7 +95,7 @@ const routes: Routes = [
95 95
         loadChildren: () => import('./source-statistics/source-statistics.module').then(m => m.SourceStatisticsModule),
96 96
         data: {
97 97
           reuse: true,
98
-          title: '来源统计'
98
+          title: '配-来源统计'
99 99
         }
100 100
       },
101 101
     ]

+ 16 - 16
src/app/views/new-statistics/maintenance-statistics/maintenance-statistics-routing.module.ts

@@ -14,7 +14,7 @@ const routes: Routes = [
14 14
 			  loadChildren: () => import('./synthesize-statistics/synthesize-statistics.module').then(m => m.SynthesizeStatisticsModule),
15 15
 			  data: {
16 16
 			    reuse: true,
17
-			    title: '综合统计'
17
+			    title: '修-综合统计'
18 18
 			  }
19 19
 			},
20 20
       {
@@ -23,7 +23,7 @@ const routes: Routes = [
23 23
         loadChildren: () => import('./incident-statistics/incident-statistics.module').then(m => m.IncidentStatisticsModule),
24 24
         data: {
25 25
           reuse: true,
26
-          title: '故障工单统计'
26
+          title: '修-故障工单统计'
27 27
         }
28 28
       },
29 29
       {
@@ -32,7 +32,7 @@ const routes: Routes = [
32 32
         loadChildren: () => import('./category-one-statistics/category-one-statistics.module').then(m => m.CategoryOneStatisticsModule),
33 33
         data: {
34 34
           reuse: true,
35
-          title: '一级故障现象'
35
+          title: '修-一级故障现象'
36 36
         }
37 37
       },
38 38
       {
@@ -41,7 +41,7 @@ const routes: Routes = [
41 41
         loadChildren: () => import('./category-two-statistics/category-two-statistics.module').then(m => m.CategoryTwoStatisticsModule),
42 42
         data: {
43 43
           reuse: true,
44
-          title: '二级故障现象'
44
+          title: '修-二级故障现象'
45 45
         }
46 46
       },
47 47
       {
@@ -50,7 +50,7 @@ const routes: Routes = [
50 50
         loadChildren: () => import('./category-three-statistics/category-three-statistics.module').then(m => m.CategoryThreeStatisticsModule),
51 51
         data: {
52 52
           reuse: true,
53
-          title: '三级故障现象'
53
+          title: '修-三级故障现象'
54 54
         }
55 55
       },
56 56
       {
@@ -59,7 +59,7 @@ const routes: Routes = [
59 59
         loadChildren: () => import('./group-statistics/group-statistics.module').then(m => m.GroupStatisticsModule),
60 60
         data: {
61 61
           reuse: true,
62
-          title: '维修组统计'
62
+          title: '修-维修组统计'
63 63
         }
64 64
       },
65 65
       {
@@ -68,7 +68,7 @@ const routes: Routes = [
68 68
         loadChildren: () => import('./user-statistics/user-statistics.module').then(m => m.UserStatisticsModule),
69 69
         data: {
70 70
           reuse: true,
71
-          title: '维修人统计'
71
+          title: '修-维修人统计'
72 72
         }
73 73
       },
74 74
       {
@@ -77,7 +77,7 @@ const routes: Routes = [
77 77
         loadChildren: () => import('./tripartite-company-statistics/tripartite-company-statistics.module').then(m => m.TripartiteCompanyStatisticsModule),
78 78
         data: {
79 79
           reuse: true,
80
-          title: '三方公司统计'
80
+          title: '修-三方公司统计'
81 81
         }
82 82
       },
83 83
       {
@@ -86,7 +86,7 @@ const routes: Routes = [
86 86
         loadChildren: () => import('./building-statistics/building-statistics.module').then(m => m.BuildingStatisticsModule),
87 87
         data: {
88 88
           reuse: true,
89
-          title: '楼栋统计'
89
+          title: '修-楼栋统计'
90 90
         }
91 91
       },
92 92
       {
@@ -95,7 +95,7 @@ const routes: Routes = [
95 95
         loadChildren: () => import('./floor-statistics/floor-statistics.module').then(m => m.FloorStatisticsModule),
96 96
         data: {
97 97
           reuse: true,
98
-          title: '楼层统计'
98
+          title: '修-楼层统计'
99 99
         }
100 100
       },
101 101
       {
@@ -104,7 +104,7 @@ const routes: Routes = [
104 104
         loadChildren: () => import('./department-incident-statistics/department-incident-statistics.module').then(m => m.DepartmentIncidentStatisticsModule),
105 105
         data: {
106 106
           reuse: true,
107
-          title: '科室工单统计'
107
+          title: '修-科室工单统计'
108 108
         }
109 109
       },
110 110
       {
@@ -113,7 +113,7 @@ const routes: Routes = [
113 113
         loadChildren: () => import('./department-evaluate-statistics/department-evaluate-statistics.module').then(m => m.DepartmentEvaluateStatisticsModule),
114 114
         data: {
115 115
           reuse: true,
116
-          title: '科室评价统计'
116
+          title: '修-科室评价统计'
117 117
         }
118 118
       },
119 119
       {
@@ -122,7 +122,7 @@ const routes: Routes = [
122 122
         loadChildren: () => import('./department-source-statistics/department-source-statistics.module').then(m => m.DepartmentSourceStatisticsModule),
123 123
         data: {
124 124
           reuse: true,
125
-          title: '科室来源统计'
125
+          title: '修-科室来源统计'
126 126
         }
127 127
       },
128 128
       {
@@ -131,7 +131,7 @@ const routes: Routes = [
131 131
         loadChildren: () => import('./category-source-statistics/category-source-statistics.module').then(m => m.CategorySourceStatisticsModule),
132 132
         data: {
133 133
           reuse: true,
134
-          title: '故障来源统计'
134
+          title: '修-故障来源统计'
135 135
         }
136 136
       },
137 137
       {
@@ -140,7 +140,7 @@ const routes: Routes = [
140 140
         loadChildren: () => import('./consumable-statistics/consumable-statistics.module').then(m => m.ConsumableStatisticsModule),
141 141
         data: {
142 142
           reuse: true,
143
-          title: '耗材统计'
143
+          title: '修-耗材统计'
144 144
         }
145 145
       },
146 146
       {
@@ -149,7 +149,7 @@ const routes: Routes = [
149 149
         loadChildren: () => import('./work-hour-statistics/work-hour-statistics.module').then(m => m.WorkHourStatisticsModule),
150 150
         data: {
151 151
           reuse: true,
152
-          title: '工时统计'
152
+          title: '修-工时统计'
153 153
         }
154 154
       },
155 155
     ]