Procházet zdrojové kódy

被服统计隐藏排序

seimin před 10 měsíci
rodič
revize
558556141a

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

@@ -74,11 +74,16 @@
74 74
               (nzCheckedChange)="checkAll($event)"></th>
75 75
             <th nzWidth="5%">序号</th>
76 76
             <th nzWidth="15%">科室名称</th>
77
-            <th nzShowSort nzWidth="15%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">送回被服种类数</th>
77
+            <!-- <th nzShowSort nzWidth="15%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">送回被服种类数</th>
78 78
             <th nzShowSort nzWidth="15%" nzSortKey="getOrder" [(nzSort)]="sortCurrent.getOrder">回收单数</th>
79 79
             <th nzShowSort nzWidth="15%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回单数</th>
80 80
             <th nzShowSort nzWidth="15%" nzSortKey="sendClothesNum" [(nzSort)]="sortCurrent.sendClothesNum">洗涤被服数量</th>
81
-            <th nzShowSort nzWidth="15%" nzSortKey="price" [(nzSort)]="sortCurrent.price">费用(元)</th>
81
+            <th nzShowSort nzWidth="15%" nzSortKey="price" [(nzSort)]="sortCurrent.price">费用(元)</th> -->
82
+            <th nzWidth="15%">送回被服种类数</th>
83
+            <th nzWidth="15%">回收单数</th>
84
+            <th nzWidth="15%">送回单数</th>
85
+            <th nzWidth="15%">洗涤被服数量</th>
86
+            <th nzWidth="15%">费用(元)</th>
82 87
           </tr>
83 88
         </thead>
84 89
         <tbody>

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

@@ -43,16 +43,23 @@
43 43
     <div class="list-template__bottom">
44 44
       <nz-table class="list-template__nzTable" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false"
45 45
         [nzLoading]="loading1">
46
-        <thead (nzSortChange)="sort($event)" nzSingleSort>
46
+        <!-- <thead (nzSortChange)="sort($event)" nzSingleSort> -->
47
+        <thead>
47 48
           <tr class="thead">
48 49
             <th nzWidth="5%">序号</th>
49 50
             <th nzWidth="11%">日期</th>
50
-            <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">送回科室数</th>
51
+            <!-- <th nzShowSort nzWidth="14%" nzSortKey="deptNum" [(nzSort)]="sortCurrent.deptNum">送回科室数</th>
51 52
             <th nzShowSort nzWidth="14%" nzSortKey="clothesTypeNum" [(nzSort)]="sortCurrent.clothesTypeNum">送回被服种类数</th>
52 53
             <th nzShowSort nzWidth="14%" nzSortKey="getOrder" [(nzSort)]="sortCurrent.getOrder">回收工单数</th>
53 54
             <th nzShowSort nzWidth="14%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回工单数</th>
54 55
             <th nzShowSort nzWidth="14%" nzSortKey="sendClothesNum" [(nzSort)]="sortCurrent.sendClothesNum">洗涤数量</th>
55
-            <th nzShowSort nzWidth="14%" nzSortKey="price" [(nzSort)]="sortCurrent.price">费用(元)</th>
56
+            <th nzShowSort nzWidth="14%" nzSortKey="price" [(nzSort)]="sortCurrent.price">费用(元)</th> -->
57
+            <th nzWidth="14%">送回科室数</th>
58
+            <th nzWidth="14%">送回被服种类数</th>
59
+            <th nzWidth="14%">回收工单数</th>
60
+            <th nzWidth="14%">送回工单数</th>
61
+            <th nzWidth="14%">洗涤数量</th>
62
+            <th nzWidth="14%">费用(元)</th>
56 63
           </tr>
57 64
         </thead>
58 65
         <tbody>

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

@@ -65,12 +65,18 @@
65 65
           <tr class="thead">
66 66
             <th nzWidth="5%">序号</th>
67 67
             <th nzWidth="5%">人员姓名</th>
68
-            <th nzShowSort nzWidth="15%" nzSortKey="totalTrip" [(nzSort)]="sortCurrent.totalTrip">总趟数</th>
68
+            <!-- <th nzShowSort nzWidth="15%" nzSortKey="totalTrip" [(nzSort)]="sortCurrent.totalTrip">总趟数</th>
69 69
             <th nzShowSort nzWidth="15%" nzSortKey="totalOrder" [(nzSort)]="sortCurrent.totalOrder">总单数</th>
70 70
             <th nzShowSort nzWidth="15%" nzSortKey="getTrip" [(nzSort)]="sortCurrent.getTrip">回收趟数</th>
71 71
             <th nzShowSort nzWidth="15%" nzSortKey="getOrder" [(nzSort)]="sortCurrent.getOrder">回收工单数</th>
72 72
             <th nzShowSort nzWidth="15%" nzSortKey="sendTrip" [(nzSort)]="sortCurrent.sendTrip">送回趟数</th>
73
-            <th nzShowSort nzWidth="15%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回工单数</th>
73
+            <th nzShowSort nzWidth="15%" nzSortKey="sendOrder" [(nzSort)]="sortCurrent.sendOrder">送回工单数</th> -->
74
+            <th nzWidth="15%">总趟数</th>
75
+            <th nzWidth="15%">总单数</th>
76
+            <th nzWidth="15%">回收趟数</th>
77
+            <th nzWidth="15%">回收工单数</th>
78
+            <th nzWidth="15%">送回趟数</th>
79
+            <th nzWidth="15%">送回工单数</th>
74 80
           </tr>
75 81
         </thead>
76 82
         <tbody>