seimin 10 månader sedan
förälder
incheckning
a800410370

+ 1 - 1
src/app/views/quilt-washing-department-statistics/quilt-washing-department-statistics.component.ts

@@ -467,7 +467,7 @@ export class QuiltWashingDepartmentStatisticsComponent implements OnInit {
467 467
   toDetail(e, data){
468 468
     e.stopPropagation();
469 469
     console.log(data);
470
-    window.open(`${location.origin}/#/quiltWashingDepartment/${data.id}/${this.dateType}/${this.startDate}/${this.endDate}`);
470
+    window.open(`${location.origin}/spreadSheet/#/quiltWashingDepartment/${data.id}/${this.dateType}/${this.startDate}/${this.endDate}`);
471 471
   }
472 472
 
473 473
   // 月份选择

+ 2 - 2
src/app/views/quilt-washing-hospital-statistics/quilt-washing-hospital-statistics.component.html

@@ -47,8 +47,8 @@
47 47
           <tr class="thead">
48 48
             <th nzWidth="5%">序号</th>
49 49
             <th nzWidth="11%">日期</th>
50
-            <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">科室数</th>
51
-            <th nzShowSort nzWidth="14%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">被服种类数</th>
50
+            <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">送回科室数</th>
51
+            <th nzShowSort nzWidth="14%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">送回被服种类数</th>
52 52
             <th nzShowSort nzWidth="14%" nzSortKey="getOrder" [(nzSort)]="sortCurrent.getOrder">回收工单数</th>
53 53
             <th nzShowSort nzWidth="14%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回工单数</th>
54 54
             <th nzShowSort nzWidth="14%" nzSortKey="sendClothesNum" [(nzSort)]="sortCurrent.sendClothesNum">洗涤数量</th>

+ 1 - 1
src/app/views/quilt-washing-hospital-statistics/quilt-washing-hospital-statistics.component.ts

@@ -437,7 +437,7 @@ export class QuiltWashingHospitalStatisticsComponent implements OnInit {
437 437
   toDetail(e, data){
438 438
     e.stopPropagation();
439 439
     console.log(data);
440
-    window.open(`${location.origin}/#/quiltWashingHospital/${data.date}/${this.dateType}`);
440
+    window.open(`${location.origin}/spreadSheet/#/quiltWashingHospital/${data.date}/${this.dateType}`);
441 441
   }
442 442
 
443 443
   // 边输入边搜索节流阀