seimin 1 månad sedan
förälder
incheckning
45aac34a2e

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-		"target": "http://192.168.3.108",
3
+		"target": "http://192.168.4.163",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 5 - 6
src/app/views/new-statistics/components/search-more/search-more.component.ts

@@ -143,7 +143,7 @@ export class SearchMoreComponent implements OnInit {
143 143
       idx: 0,
144 144
       sum: 20,
145 145
       group2: {
146
-        hospitals: this.getHosId,
146
+        statisticalHosId: this.getHosId,
147 147
         groupName: keyword,
148 148
         type: 3,
149 149
       },
@@ -222,8 +222,7 @@ export class SearchMoreComponent implements OnInit {
222 222
       category: {
223 223
         category: keyword,
224 224
         selectType: 'mutlQuery',
225
-        dutyIds: this.queryType == 3 ? this.dutyId : undefined,
226
-        parentDutyId: this.queryType == 3 ? this.parentDutyId : undefined,
225
+        statisticalHosId: this.getHosId,
227 226
         hierarchy: 1,
228 227
       },
229 228
     };
@@ -354,7 +353,7 @@ export class SearchMoreComponent implements OnInit {
354 353
       building: {
355 354
         simpleQuery: true,
356 355
         buildingName: keyword,
357
-        cascadeHosId:this.getHosId,
356
+        statisticalHosId:this.getHosId,
358 357
       },
359 358
     };
360 359
     this.isLoading = true;
@@ -430,7 +429,7 @@ export class SearchMoreComponent implements OnInit {
430 429
       company: {
431 430
         busiType: { key: "company_busi_type", value: "2" },
432 431
         name: keyword,
433
-        hosId: this.getHosId,
432
+        statisticalHosId: this.getHosId,
434 433
       },
435 434
     };
436 435
     this.isLoading = true;
@@ -461,7 +460,7 @@ export class SearchMoreComponent implements OnInit {
461 460
       idx: 0,
462 461
       sum: 20,
463 462
       department: {
464
-        cascadeHosId: this.getHosId,
463
+        statisticalHosId: this.getHosId,
465 464
         dept: keyword,
466 465
         searchType: 1,
467 466
       },

+ 1 - 2
src/app/views/new-statistics/maintenance-statistics/category-three-statistics/category-three-statistics.component.ts

@@ -265,8 +265,7 @@ export class CategoryThreeStatisticsComponent implements OnInit, AfterViewInit {
265 265
       category: {
266 266
         category: keyword,
267 267
         selectType: 'mutlQuery',
268
-        dutyIds: this.queryType == 3 ? this.dutyId : undefined,
269
-        parentDutyId: this.queryType == 3 ? this.parentDutyId : undefined,
268
+        statisticalHosId: this.getHosId,
270 269
         hierarchy: 1,
271 270
       },
272 271
     };

+ 1 - 2
src/app/views/new-statistics/maintenance-statistics/category-two-statistics/category-two-statistics.component.ts

@@ -255,8 +255,7 @@ export class CategoryTwoStatisticsComponent implements OnInit, AfterViewInit {
255 255
       category: {
256 256
         category: keyword,
257 257
         selectType: 'mutlQuery',
258
-        dutyIds: this.queryType == 3 ? this.dutyId : undefined,
259
-        parentDutyId: this.queryType == 3 ? this.parentDutyId : undefined,
258
+        statisticalHosId: this.getHosId,
260 259
         hierarchy: 1,
261 260
       },
262 261
     };

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/consumable-statistics/consumable-statistics.component.ts

@@ -249,7 +249,7 @@ export class ConsumableStatisticsComponent implements OnInit, AfterViewInit {
249 249
   getRepairDeptList(keyword?) {
250 250
     let data = {
251 251
       department: {
252
-        cascadeHosId: this.getHosId,
252
+        statisticalHosId: this.getHosId,
253 253
         dept: keyword,
254 254
         searchType: 1,
255 255
       },

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/floor-statistics/floor-statistics.component.ts

@@ -241,7 +241,7 @@ export class FloorStatisticsComponent implements OnInit, AfterViewInit {
241 241
       building: {
242 242
         simpleQuery: true,
243 243
         buildingName: keyword,
244
-        cascadeHosId:this.getHosId,
244
+        statisticalHosId:this.getHosId,
245 245
       },
246 246
       idx: 0,
247 247
       sum: 20,

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/incident-statistics/incident-statistics.component.ts

@@ -247,7 +247,7 @@ export class IncidentStatisticsComponent implements OnInit, AfterViewInit {
247 247
   getRepairDeptList(keyword?) {
248 248
     let data = {
249 249
       department: {
250
-        cascadeHosId: this.getHosId,
250
+        statisticalHosId: this.getHosId,
251 251
         dept: keyword,
252 252
         searchType: 1,
253 253
       },

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/tripartite-company-statistics/tripartite-company-statistics.component.ts

@@ -243,7 +243,7 @@ export class TripartiteCompanyStatisticsComponent implements OnInit, AfterViewIn
243 243
   getRepairDeptList(keyword?) {
244 244
     let data = {
245 245
       department: {
246
-        cascadeHosId: this.getHosId,
246
+        statisticalHosId: this.getHosId,
247 247
         dept: keyword,
248 248
         searchType: 1,
249 249
       },

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/user-statistics/user-statistics.component.ts

@@ -243,7 +243,7 @@ export class UserStatisticsComponent implements OnInit, AfterViewInit {
243 243
   getGroupList(keyword?) {
244 244
     let data = {
245 245
       group2: {
246
-        hospitals: this.getHosId,
246
+        statisticalHosId: this.getHosId,
247 247
         groupName: keyword,
248 248
         type: 3,
249 249
       },

+ 1 - 1
src/app/views/new-statistics/maintenance-statistics/work-hour-statistics/work-hour-statistics.component.ts

@@ -249,7 +249,7 @@ export class WorkHourStatisticsComponent implements OnInit, AfterViewInit {
249 249
   getRepairDeptList(keyword?) {
250 250
     let data = {
251 251
       department: {
252
-        cascadeHosId: this.getHosId,
252
+        statisticalHosId: this.getHosId,
253 253
         dept: keyword,
254 254
         searchType: 1,
255 255
       },