seimin 1 day ago
parent
commit
66b06dadca

+ 1 - 1
src/app/share/allocation-worker/allocation-worker.component.less

@@ -68,7 +68,7 @@
68
           to right,
68
           to right,
69
           @bg-start,
69
           @bg-start,
70
           @bg-end 100%
70
           @bg-end 100%
71
-        ) !important;
71
+        );
72
 
72
 
73
         th {
73
         th {
74
           color: #fff !important;
74
           color: #fff !important;

+ 3 - 3
src/app/share/appraise-detail/appraise-detail.component.less

@@ -197,12 +197,12 @@
197
               to right,
197
               to right,
198
               @bg-start,
198
               @bg-start,
199
               @bg-end 100%
199
               @bg-end 100%
200
-            ) !important;
200
+            );
201
             background-image: -ms-linear-gradient(
201
             background-image: -ms-linear-gradient(
202
               top,
202
               top,
203
               @bg-start,
203
               @bg-start,
204
               @bg-end
204
               @bg-end
205
-            ) !important;
205
+            );
206
 
206
 
207
             th {
207
             th {
208
               color: #fff !important;
208
               color: #fff !important;
@@ -218,7 +218,7 @@
218
                 to right,
218
                 to right,
219
                 @bg-start,
219
                 @bg-start,
220
                 @bg-end 50%
220
                 @bg-end 50%
221
-              ) !important;
221
+              );
222
             }
222
             }
223
           }
223
           }
224
 
224
 

+ 3 - 3
src/app/share/batch-orders/batch-orders.component.less

@@ -259,7 +259,7 @@
259
                 to right,
259
                 to right,
260
                 @bg-start,
260
                 @bg-start,
261
                 @bg-end 100%
261
                 @bg-end 100%
262
-              ) !important;
262
+              );
263
 
263
 
264
               th {
264
               th {
265
                 color: #fff !important;
265
                 color: #fff !important;
@@ -275,7 +275,7 @@
275
                   to right,
275
                   to right,
276
                   @bg-start,
276
                   @bg-start,
277
                   @bg-end 50%
277
                   @bg-end 50%
278
-                ) !important;
278
+                );
279
               }
279
               }
280
             }
280
             }
281
 
281
 
@@ -435,7 +435,7 @@
435
                 to right,
435
                 to right,
436
                 @bg-start,
436
                 @bg-start,
437
                 @bg-end 100%
437
                 @bg-end 100%
438
-              ) !important;
438
+              );
439
 
439
 
440
               th {
440
               th {
441
                 color: #fff !important;
441
                 color: #fff !important;

+ 1 - 1
src/app/share/detail-drug/detail-drug.component.less

@@ -155,7 +155,7 @@
155
             to right,
155
             to right,
156
             @bg-start,
156
             @bg-start,
157
             @bg-end 50%
157
             @bg-end 50%
158
-          ) !important;
158
+          );
159
 
159
 
160
           th {
160
           th {
161
             color: #fff !important;
161
             color: #fff !important;

+ 3 - 3
src/app/share/inspection-execute-detail/inspection-execute-detail.component.less

@@ -241,7 +241,7 @@
241
               to right,
241
               to right,
242
               @bg-start,
242
               @bg-start,
243
               @bg-end 100%
243
               @bg-end 100%
244
-            ) !important;
244
+            );
245
 
245
 
246
             th {
246
             th {
247
               color: #fff !important;
247
               color: #fff !important;
@@ -257,7 +257,7 @@
257
                 to right,
257
                 to right,
258
                 @bg-start,
258
                 @bg-start,
259
                 @bg-end 50%
259
                 @bg-end 50%
260
-              ) !important;
260
+              );
261
             }
261
             }
262
           }
262
           }
263
 
263
 
@@ -418,7 +418,7 @@
418
               to right,
418
               to right,
419
               @bg-start,
419
               @bg-start,
420
               @bg-end 100%
420
               @bg-end 100%
421
-            ) !important;
421
+            );
422
 
422
 
423
             th {
423
             th {
424
               color: #fff !important;
424
               color: #fff !important;

+ 4 - 4
src/app/share/order-detail/order-detail.component.less

@@ -208,13 +208,13 @@ img{
208
           min-height: 160px;
208
           min-height: 160px;
209
           background: #fff;
209
           background: #fff;
210
           border-radius: 5px;
210
           border-radius: 5px;
211
-					
211
+
212
           .thead {
212
           .thead {
213
             background-image: repeating-linear-gradient(
213
             background-image: repeating-linear-gradient(
214
               to right,
214
               to right,
215
               @bg-start,
215
               @bg-start,
216
               @bg-end 100%
216
               @bg-end 100%
217
-            ) !important;
217
+            );
218
 
218
 
219
             th {
219
             th {
220
               color: #fff !important;
220
               color: #fff !important;
@@ -230,7 +230,7 @@ img{
230
                 to right,
230
                 to right,
231
                 @bg-start,
231
                 @bg-start,
232
                 @bg-end 50%
232
                 @bg-end 50%
233
-              ) !important;
233
+              );
234
             }
234
             }
235
           }
235
           }
236
 
236
 
@@ -391,7 +391,7 @@ img{
391
               to right,
391
               to right,
392
               @bg-start,
392
               @bg-start,
393
               @bg-end 100%
393
               @bg-end 100%
394
-            ) !important;
394
+            );
395
 
395
 
396
             th {
396
             th {
397
               color: #fff !important;
397
               color: #fff !important;

+ 3 - 3
src/app/share/outgoing-record-detail/outgoing-record-detail.component.less

@@ -206,7 +206,7 @@
206
               to right,
206
               to right,
207
               @bg-start,
207
               @bg-start,
208
               @bg-end 100%
208
               @bg-end 100%
209
-            ) !important;
209
+            );
210
 
210
 
211
             th {
211
             th {
212
               color: #fff !important;
212
               color: #fff !important;
@@ -222,7 +222,7 @@
222
                 to right,
222
                 to right,
223
                 @bg-start,
223
                 @bg-start,
224
                 @bg-end 50%
224
                 @bg-end 50%
225
-              ) !important;
225
+              );
226
             }
226
             }
227
           }
227
           }
228
 
228
 
@@ -383,7 +383,7 @@
383
               to right,
383
               to right,
384
               @bg-start,
384
               @bg-start,
385
               @bg-end 100%
385
               @bg-end 100%
386
-            ) !important;
386
+            );
387
 
387
 
388
             th {
388
             th {
389
               color: #fff !important;
389
               color: #fff !important;

+ 3 - 3
src/app/views/inspect-active-detail/inspect-active-detail.component.less

@@ -187,7 +187,7 @@
187
               to right,
187
               to right,
188
               @bg-start,
188
               @bg-start,
189
               @bg-end 100%
189
               @bg-end 100%
190
-            ) !important;
190
+            );
191
 
191
 
192
             th {
192
             th {
193
               color: #fff !important;
193
               color: #fff !important;
@@ -203,7 +203,7 @@
203
                 to right,
203
                 to right,
204
                 @bg-start,
204
                 @bg-start,
205
                 @bg-end 50%
205
                 @bg-end 50%
206
-              ) !important;
206
+              );
207
             }
207
             }
208
           }
208
           }
209
 
209
 
@@ -363,7 +363,7 @@
363
               to right,
363
               to right,
364
               @bg-start,
364
               @bg-start,
365
               @bg-end 100%
365
               @bg-end 100%
366
-            ) !important;
366
+            );
367
 
367
 
368
             th {
368
             th {
369
               color: #fff !important;
369
               color: #fff !important;

+ 3 - 3
src/app/views/inspect-active-order-list/inspect-active-order-list.component.less

@@ -187,7 +187,7 @@
187
               to right,
187
               to right,
188
               @bg-start,
188
               @bg-start,
189
               @bg-end 100%
189
               @bg-end 100%
190
-            ) !important;
190
+            );
191
 
191
 
192
             th {
192
             th {
193
               color: #fff !important;
193
               color: #fff !important;
@@ -203,7 +203,7 @@
203
                 to right,
203
                 to right,
204
                 @bg-start,
204
                 @bg-start,
205
                 @bg-end 50%
205
                 @bg-end 50%
206
-              ) !important;
206
+              );
207
             }
207
             }
208
           }
208
           }
209
 
209
 
@@ -363,7 +363,7 @@
363
               to right,
363
               to right,
364
               @bg-start,
364
               @bg-start,
365
               @bg-end 100%
365
               @bg-end 100%
366
-            ) !important;
366
+            );
367
 
367
 
368
             th {
368
             th {
369
               color: #fff !important;
369
               color: #fff !important;

+ 3 - 3
src/app/views/new-statistics/maintenance-statistics/personnel-effectiveness-statistics/personnel-effectiveness-statistics.component.html

@@ -28,7 +28,7 @@
28
 <nz-table class="table" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }" [nzFooter]="footerTpl">
28
 <nz-table class="table" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false" [nzLoading]="loading1" [nzScroll]="{ y: tableHeight + 'px' }" [nzFooter]="footerTpl">
29
   <thead (nzSortChange)="sort($event)" nzSingleSort>
29
   <thead (nzSortChange)="sort($event)" nzSingleSort>
30
     <tr>
30
     <tr>
31
-      <th nzWidth="12.5%" nzShowSort nzSortKey="startDate" [(nzSort)]="sortCurrent.startDate">日期</th>
31
+      <th nzWidth="12.5%" nzShowSort nzSortKey="date" [(nzSort)]="sortCurrent.date">日期</th>
32
       <th nzWidth="12.5%" nzShowSort nzSortKey="totalCount" [(nzSort)]="sortCurrent.totalCount">工单总量</th>
32
       <th nzWidth="12.5%" nzShowSort nzSortKey="totalCount" [(nzSort)]="sortCurrent.totalCount">工单总量</th>
33
       <th nzWidth="12.5%" nzShowSort nzSortKey="totalPrice" [(nzSort)]="sortCurrent.totalPrice">总价格</th>
33
       <th nzWidth="12.5%" nzShowSort nzSortKey="totalPrice" [(nzSort)]="sortCurrent.totalPrice">总价格</th>
34
       <th nzWidth="12.5%" nzShowSort nzSortKey="countWorker" [(nzSort)]="sortCurrent.countWorker">总人数</th>
34
       <th nzWidth="12.5%" nzShowSort nzSortKey="countWorker" [(nzSort)]="sortCurrent.countWorker">总人数</th>
@@ -40,7 +40,7 @@
40
   </thead>
40
   </thead>
41
   <tbody>
41
   <tbody>
42
     <tr *ngFor="let data of listOfData">
42
     <tr *ngFor="let data of listOfData">
43
-      <td>{{ data.startDate }}</td>
43
+      <td>{{ data.date }}</td>
44
       <td>{{ data.totalCount }}</td>
44
       <td>{{ data.totalCount }}</td>
45
       <td>{{ data.totalPrice }}</td>
45
       <td>{{ data.totalPrice }}</td>
46
       <td>{{ data.countWorker }}</td>
46
       <td>{{ data.countWorker }}</td>
@@ -53,7 +53,7 @@
53
   <ng-template #footerTpl>
53
   <ng-template #footerTpl>
54
     <table class="footTable">
54
     <table class="footTable">
55
       <tr *ngFor="let data of listOfDataEnd">
55
       <tr *ngFor="let data of listOfDataEnd">
56
-        <td style="width: 12.5%">{{ data.startDate }}</td>
56
+        <td style="width: 12.5%">{{ data.date }}</td>
57
         <td style="width: 12.5%">{{ data.totalCount }}</td>
57
         <td style="width: 12.5%">{{ data.totalCount }}</td>
58
         <td style="width: 12.5%">{{ data.totalPrice }}</td>
58
         <td style="width: 12.5%">{{ data.totalPrice }}</td>
59
         <td style="width: 12.5%">{{ data.countWorker }}</td>
59
         <td style="width: 12.5%">{{ data.countWorker }}</td>

+ 3 - 3
src/app/views/patient-inspect-log-detail/patient-inspect-log-detail.component.less

@@ -243,7 +243,7 @@ img{
243
               to right,
243
               to right,
244
               @bg-start,
244
               @bg-start,
245
               @bg-end 100%
245
               @bg-end 100%
246
-            ) !important;
246
+            );
247
 
247
 
248
             th {
248
             th {
249
               color: #fff !important;
249
               color: #fff !important;
@@ -259,7 +259,7 @@ img{
259
                 to right,
259
                 to right,
260
                 @bg-start,
260
                 @bg-start,
261
                 @bg-end 50%
261
                 @bg-end 50%
262
-              ) !important;
262
+              );
263
             }
263
             }
264
           }
264
           }
265
 
265
 
@@ -419,7 +419,7 @@ img{
419
               to right,
419
               to right,
420
               @bg-start,
420
               @bg-start,
421
               @bg-end 100%
421
               @bg-end 100%
422
-            ) !important;
422
+            );
423
 
423
 
424
             th {
424
             th {
425
               color: #fff !important;
425
               color: #fff !important;

+ 3 - 3
src/app/views/worker-statistics-detail/worker-statistics-detail.component.less

@@ -191,7 +191,7 @@
191
               to right,
191
               to right,
192
               @bg-start,
192
               @bg-start,
193
               @bg-end 100%
193
               @bg-end 100%
194
-            ) !important;
194
+            );
195
 
195
 
196
             th {
196
             th {
197
               color: #fff !important;
197
               color: #fff !important;
@@ -207,7 +207,7 @@
207
                 to right,
207
                 to right,
208
                 @bg-start,
208
                 @bg-start,
209
                 @bg-end 50%
209
                 @bg-end 50%
210
-              ) !important;
210
+              );
211
             }
211
             }
212
           }
212
           }
213
 
213
 
@@ -367,7 +367,7 @@
367
               to right,
367
               to right,
368
               @bg-start,
368
               @bg-start,
369
               @bg-end 100%
369
               @bg-end 100%
370
-            ) !important;
370
+            );
371
 
371
 
372
             th {
372
             th {
373
               color: #fff !important;
373
               color: #fff !important;