Browse Source

Merge branch 'master' of http://git.dashitech.com/seimin/zy-pc

maotao 1 month ago
parent
commit
586e314d2e

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

@@ -2454,7 +2454,7 @@ export class FuwutaiComponent implements OnInit {
2454
       sum: 1,
2454
       sum: 1,
2455
       hospitalConfig: {
2455
       hospitalConfig: {
2456
         hosId: this.checkedHos,
2456
         hosId: this.checkedHos,
2457
-        key: "transDeptTypeId",
2457
+        key: "rebackPatientTypeId",
2458
       },
2458
       },
2459
     };
2459
     };
2460
     this.getConfigTasktypeLoading = true;
2460
     this.getConfigTasktypeLoading = true;
@@ -4621,7 +4621,7 @@ export class FuwutaiComponent implements OnInit {
4621
 			}else{
4621
 			}else{
4622
 				this.isEndFixedType = false
4622
 				this.isEndFixedType = false
4623
 			}
4623
 			}
4624
-			
4624
+
4625
       // 预约start
4625
       // 预约start
4626
       this.currentTasktype = data.taskType;
4626
       this.currentTasktype = data.taskType;
4627
       this.isYyInspect = false;
4627
       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
         loadChildren: () => import('./distribution-synthesize-statistics/distribution-synthesize-statistics.module').then(m => m.DistributionSynthesizeStatisticsModule),
14
         loadChildren: () => import('./distribution-synthesize-statistics/distribution-synthesize-statistics.module').then(m => m.DistributionSynthesizeStatisticsModule),
15
         data: {
15
         data: {
16
           reuse: true,
16
           reuse: true,
17
-          title: '综合统计'
17
+          title: '配-综合统计'
18
         }
18
         }
19
       },
19
       },
20
       {
20
       {
@@ -23,7 +23,7 @@ const routes: Routes = [
23
         loadChildren: () => import('./date-business-statistics/date-business-statistics.module').then(m => m.DateBusinessStatisticsModule),
23
         loadChildren: () => import('./date-business-statistics/date-business-statistics.module').then(m => m.DateBusinessStatisticsModule),
24
         data: {
24
         data: {
25
           reuse: true,
25
           reuse: true,
26
-          title: '日期业务统计'
26
+          title: '配-日期业务统计'
27
         }
27
         }
28
       },
28
       },
29
       {
29
       {
@@ -32,7 +32,7 @@ const routes: Routes = [
32
         loadChildren: () => import('./date-quality-control-statistics/date-quality-control-statistics.module').then(m => m.DateQualityControlStatisticsModule),
32
         loadChildren: () => import('./date-quality-control-statistics/date-quality-control-statistics.module').then(m => m.DateQualityControlStatisticsModule),
33
         data: {
33
         data: {
34
           reuse: true,
34
           reuse: true,
35
-          title: '日期质控统计'
35
+          title: '配-日期质控统计'
36
         }
36
         }
37
       },
37
       },
38
       {
38
       {
@@ -41,7 +41,7 @@ const routes: Routes = [
41
         loadChildren: () => import('./department-business-statistics/department-business-statistics.module').then(m => m.DepartmentBusinessStatisticsModule),
41
         loadChildren: () => import('./department-business-statistics/department-business-statistics.module').then(m => m.DepartmentBusinessStatisticsModule),
42
         data: {
42
         data: {
43
           reuse: true,
43
           reuse: true,
44
-          title: '科室业务统计'
44
+          title: '配-科室业务统计'
45
         }
45
         }
46
       },
46
       },
47
       {
47
       {
@@ -50,7 +50,7 @@ const routes: Routes = [
50
         loadChildren: () => import('./department-quality-control-statistics/department-quality-control-statistics.module').then(m => m.DepartmentQualityControlStatisticsModule),
50
         loadChildren: () => import('./department-quality-control-statistics/department-quality-control-statistics.module').then(m => m.DepartmentQualityControlStatisticsModule),
51
         data: {
51
         data: {
52
           reuse: true,
52
           reuse: true,
53
-          title: '科室质控统计'
53
+          title: '配-科室质控统计'
54
         }
54
         }
55
       },
55
       },
56
       {
56
       {
@@ -59,7 +59,7 @@ const routes: Routes = [
59
         loadChildren: () => import('./distribution-department-evaluate-statistics/distribution-department-evaluate-statistics.module').then(m => m.DistributionDepartmentEvaluateStatisticsModule),
59
         loadChildren: () => import('./distribution-department-evaluate-statistics/distribution-department-evaluate-statistics.module').then(m => m.DistributionDepartmentEvaluateStatisticsModule),
60
         data: {
60
         data: {
61
           reuse: true,
61
           reuse: true,
62
-          title: '科室评价统计'
62
+          title: '配-科室评价统计'
63
         }
63
         }
64
       },
64
       },
65
       {
65
       {
@@ -68,7 +68,7 @@ const routes: Routes = [
68
         loadChildren: () => import('./distribution-department-source-statistics/distribution-department-source-statistics.module').then(m => m.DistributionDepartmentSourceStatisticsModule),
68
         loadChildren: () => import('./distribution-department-source-statistics/distribution-department-source-statistics.module').then(m => m.DistributionDepartmentSourceStatisticsModule),
69
         data: {
69
         data: {
70
           reuse: true,
70
           reuse: true,
71
-          title: '科室来源统计'
71
+          title: '配-科室来源统计'
72
         }
72
         }
73
       },
73
       },
74
       {
74
       {
@@ -77,7 +77,7 @@ const routes: Routes = [
77
         loadChildren: () => import('./user-business-statistics/user-business-statistics.module').then(m => m.UserBusinessStatisticsModule),
77
         loadChildren: () => import('./user-business-statistics/user-business-statistics.module').then(m => m.UserBusinessStatisticsModule),
78
         data: {
78
         data: {
79
           reuse: true,
79
           reuse: true,
80
-          title: '人员业务统计'
80
+          title: '配-人员业务统计'
81
         }
81
         }
82
       },
82
       },
83
       {
83
       {
@@ -86,7 +86,7 @@ const routes: Routes = [
86
         loadChildren: () => import('./user-quality-control-statistics/user-quality-control-statistics.module').then(m => m.UserQualityControlStatisticsModule),
86
         loadChildren: () => import('./user-quality-control-statistics/user-quality-control-statistics.module').then(m => m.UserQualityControlStatisticsModule),
87
         data: {
87
         data: {
88
           reuse: true,
88
           reuse: true,
89
-          title: '人员质控统计'
89
+          title: '配-人员质控统计'
90
         }
90
         }
91
       },
91
       },
92
       {
92
       {
@@ -95,7 +95,7 @@ const routes: Routes = [
95
         loadChildren: () => import('./source-statistics/source-statistics.module').then(m => m.SourceStatisticsModule),
95
         loadChildren: () => import('./source-statistics/source-statistics.module').then(m => m.SourceStatisticsModule),
96
         data: {
96
         data: {
97
           reuse: true,
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
 			  loadChildren: () => import('./synthesize-statistics/synthesize-statistics.module').then(m => m.SynthesizeStatisticsModule),
14
 			  loadChildren: () => import('./synthesize-statistics/synthesize-statistics.module').then(m => m.SynthesizeStatisticsModule),
15
 			  data: {
15
 			  data: {
16
 			    reuse: true,
16
 			    reuse: true,
17
-			    title: '综合统计'
17
+			    title: '修-综合统计'
18
 			  }
18
 			  }
19
 			},
19
 			},
20
       {
20
       {
@@ -23,7 +23,7 @@ const routes: Routes = [
23
         loadChildren: () => import('./incident-statistics/incident-statistics.module').then(m => m.IncidentStatisticsModule),
23
         loadChildren: () => import('./incident-statistics/incident-statistics.module').then(m => m.IncidentStatisticsModule),
24
         data: {
24
         data: {
25
           reuse: true,
25
           reuse: true,
26
-          title: '故障工单统计'
26
+          title: '修-故障工单统计'
27
         }
27
         }
28
       },
28
       },
29
       {
29
       {
@@ -32,7 +32,7 @@ const routes: Routes = [
32
         loadChildren: () => import('./category-one-statistics/category-one-statistics.module').then(m => m.CategoryOneStatisticsModule),
32
         loadChildren: () => import('./category-one-statistics/category-one-statistics.module').then(m => m.CategoryOneStatisticsModule),
33
         data: {
33
         data: {
34
           reuse: true,
34
           reuse: true,
35
-          title: '一级故障现象'
35
+          title: '修-一级故障现象'
36
         }
36
         }
37
       },
37
       },
38
       {
38
       {
@@ -41,7 +41,7 @@ const routes: Routes = [
41
         loadChildren: () => import('./category-two-statistics/category-two-statistics.module').then(m => m.CategoryTwoStatisticsModule),
41
         loadChildren: () => import('./category-two-statistics/category-two-statistics.module').then(m => m.CategoryTwoStatisticsModule),
42
         data: {
42
         data: {
43
           reuse: true,
43
           reuse: true,
44
-          title: '二级故障现象'
44
+          title: '修-二级故障现象'
45
         }
45
         }
46
       },
46
       },
47
       {
47
       {
@@ -50,7 +50,7 @@ const routes: Routes = [
50
         loadChildren: () => import('./category-three-statistics/category-three-statistics.module').then(m => m.CategoryThreeStatisticsModule),
50
         loadChildren: () => import('./category-three-statistics/category-three-statistics.module').then(m => m.CategoryThreeStatisticsModule),
51
         data: {
51
         data: {
52
           reuse: true,
52
           reuse: true,
53
-          title: '三级故障现象'
53
+          title: '修-三级故障现象'
54
         }
54
         }
55
       },
55
       },
56
       {
56
       {
@@ -59,7 +59,7 @@ const routes: Routes = [
59
         loadChildren: () => import('./group-statistics/group-statistics.module').then(m => m.GroupStatisticsModule),
59
         loadChildren: () => import('./group-statistics/group-statistics.module').then(m => m.GroupStatisticsModule),
60
         data: {
60
         data: {
61
           reuse: true,
61
           reuse: true,
62
-          title: '维修组统计'
62
+          title: '修-维修组统计'
63
         }
63
         }
64
       },
64
       },
65
       {
65
       {
@@ -68,7 +68,7 @@ const routes: Routes = [
68
         loadChildren: () => import('./user-statistics/user-statistics.module').then(m => m.UserStatisticsModule),
68
         loadChildren: () => import('./user-statistics/user-statistics.module').then(m => m.UserStatisticsModule),
69
         data: {
69
         data: {
70
           reuse: true,
70
           reuse: true,
71
-          title: '维修人统计'
71
+          title: '修-维修人统计'
72
         }
72
         }
73
       },
73
       },
74
       {
74
       {
@@ -77,7 +77,7 @@ const routes: Routes = [
77
         loadChildren: () => import('./tripartite-company-statistics/tripartite-company-statistics.module').then(m => m.TripartiteCompanyStatisticsModule),
77
         loadChildren: () => import('./tripartite-company-statistics/tripartite-company-statistics.module').then(m => m.TripartiteCompanyStatisticsModule),
78
         data: {
78
         data: {
79
           reuse: true,
79
           reuse: true,
80
-          title: '三方公司统计'
80
+          title: '修-三方公司统计'
81
         }
81
         }
82
       },
82
       },
83
       {
83
       {
@@ -86,7 +86,7 @@ const routes: Routes = [
86
         loadChildren: () => import('./building-statistics/building-statistics.module').then(m => m.BuildingStatisticsModule),
86
         loadChildren: () => import('./building-statistics/building-statistics.module').then(m => m.BuildingStatisticsModule),
87
         data: {
87
         data: {
88
           reuse: true,
88
           reuse: true,
89
-          title: '楼栋统计'
89
+          title: '修-楼栋统计'
90
         }
90
         }
91
       },
91
       },
92
       {
92
       {
@@ -95,7 +95,7 @@ const routes: Routes = [
95
         loadChildren: () => import('./floor-statistics/floor-statistics.module').then(m => m.FloorStatisticsModule),
95
         loadChildren: () => import('./floor-statistics/floor-statistics.module').then(m => m.FloorStatisticsModule),
96
         data: {
96
         data: {
97
           reuse: true,
97
           reuse: true,
98
-          title: '楼层统计'
98
+          title: '修-楼层统计'
99
         }
99
         }
100
       },
100
       },
101
       {
101
       {
@@ -104,7 +104,7 @@ const routes: Routes = [
104
         loadChildren: () => import('./department-incident-statistics/department-incident-statistics.module').then(m => m.DepartmentIncidentStatisticsModule),
104
         loadChildren: () => import('./department-incident-statistics/department-incident-statistics.module').then(m => m.DepartmentIncidentStatisticsModule),
105
         data: {
105
         data: {
106
           reuse: true,
106
           reuse: true,
107
-          title: '科室工单统计'
107
+          title: '修-科室工单统计'
108
         }
108
         }
109
       },
109
       },
110
       {
110
       {
@@ -113,7 +113,7 @@ const routes: Routes = [
113
         loadChildren: () => import('./department-evaluate-statistics/department-evaluate-statistics.module').then(m => m.DepartmentEvaluateStatisticsModule),
113
         loadChildren: () => import('./department-evaluate-statistics/department-evaluate-statistics.module').then(m => m.DepartmentEvaluateStatisticsModule),
114
         data: {
114
         data: {
115
           reuse: true,
115
           reuse: true,
116
-          title: '科室评价统计'
116
+          title: '修-科室评价统计'
117
         }
117
         }
118
       },
118
       },
119
       {
119
       {
@@ -122,7 +122,7 @@ const routes: Routes = [
122
         loadChildren: () => import('./department-source-statistics/department-source-statistics.module').then(m => m.DepartmentSourceStatisticsModule),
122
         loadChildren: () => import('./department-source-statistics/department-source-statistics.module').then(m => m.DepartmentSourceStatisticsModule),
123
         data: {
123
         data: {
124
           reuse: true,
124
           reuse: true,
125
-          title: '科室来源统计'
125
+          title: '修-科室来源统计'
126
         }
126
         }
127
       },
127
       },
128
       {
128
       {
@@ -131,7 +131,7 @@ const routes: Routes = [
131
         loadChildren: () => import('./category-source-statistics/category-source-statistics.module').then(m => m.CategorySourceStatisticsModule),
131
         loadChildren: () => import('./category-source-statistics/category-source-statistics.module').then(m => m.CategorySourceStatisticsModule),
132
         data: {
132
         data: {
133
           reuse: true,
133
           reuse: true,
134
-          title: '故障来源统计'
134
+          title: '修-故障来源统计'
135
         }
135
         }
136
       },
136
       },
137
       {
137
       {
@@ -140,7 +140,7 @@ const routes: Routes = [
140
         loadChildren: () => import('./consumable-statistics/consumable-statistics.module').then(m => m.ConsumableStatisticsModule),
140
         loadChildren: () => import('./consumable-statistics/consumable-statistics.module').then(m => m.ConsumableStatisticsModule),
141
         data: {
141
         data: {
142
           reuse: true,
142
           reuse: true,
143
-          title: '耗材统计'
143
+          title: '修-耗材统计'
144
         }
144
         }
145
       },
145
       },
146
       {
146
       {
@@ -149,7 +149,7 @@ const routes: Routes = [
149
         loadChildren: () => import('./work-hour-statistics/work-hour-statistics.module').then(m => m.WorkHourStatisticsModule),
149
         loadChildren: () => import('./work-hour-statistics/work-hour-statistics.module').then(m => m.WorkHourStatisticsModule),
150
         data: {
150
         data: {
151
           reuse: true,
151
           reuse: true,
152
-          title: '工时统计'
152
+          title: '修-工时统计'
153
         }
153
         }
154
       },
154
       },
155
     ]
155
     ]