Browse Source

拉取代码

maotao 2 months ago
parent
commit
f8ec30d4a0

+ 2 - 2
src/app/components/configurationCenter/configuration-manHour/configuration-manHour.component.html

@@ -11,7 +11,7 @@
11
 			</div>
11
 			</div>
12
       <overlay-scrollbars #osComponentRef1 class="contentBody">
12
       <overlay-scrollbars #osComponentRef1 class="contentBody">
13
         <nz-spin nzSimple [nzSpinning]="categoryLoading1" class="mt8 text_align_center"></nz-spin>
13
         <nz-spin nzSimple [nzSpinning]="categoryLoading1" class="mt8 text_align_center"></nz-spin>
14
-        <div [hidden]="categoryLoading1" class="contentItem" [title]="item.workName" [ngClass]="{ active: item.id === activeCategory1.id }" (click)="clickCategory(item, 1)" *ngFor="let item of categoryList1">{{ item.workName }}</div>
14
+        <div [hidden]="categoryLoading1" class="contentItem" [title]="item.workName" [ngClass]="{ active: item.id === activeCategory1.id }" (click)="clickCategory(item, 1)" *ngFor="let item of categoryList1">{{ item.workName }} - {{item.workUnit}} - {{item.wage}}元 - {{item.integral.value}}分</div>
15
       </overlay-scrollbars>
15
       </overlay-scrollbars>
16
     </div>
16
     </div>
17
     <div class="address">
17
     <div class="address">
@@ -24,7 +24,7 @@
24
 			</div>
24
 			</div>
25
       <overlay-scrollbars #osComponentRef2 class="contentBody">
25
       <overlay-scrollbars #osComponentRef2 class="contentBody">
26
         <nz-spin nzSimple [nzSpinning]="categoryLoading2" class="mt8 text_align_center"></nz-spin>
26
         <nz-spin nzSimple [nzSpinning]="categoryLoading2" class="mt8 text_align_center"></nz-spin>
27
-        <div [hidden]="categoryLoading2" class="contentItem" [title]="item.workName" [ngClass]="{ active: item.id === activeCategory2.id }" (click)="clickCategory(item, 2)" *ngFor="let item of categoryList2">{{ item.workName }}</div>
27
+        <div [hidden]="categoryLoading2" class="contentItem" [title]="item.workName" [ngClass]="{ active: item.id === activeCategory2.id }" (click)="clickCategory(item, 2)" *ngFor="let item of categoryList2">{{ item.workName }} - {{item.workUnit}} - {{item.wage}}元 - {{item.integral.value}}分</div>
28
       </overlay-scrollbars>
28
       </overlay-scrollbars>
29
     </div>
29
     </div>
30
   </div>
30
   </div>

+ 6 - 0
src/app/share/order-detail/order-detail.component.html

@@ -129,6 +129,7 @@
129
                     }"
129
                     }"
130
                   ></i>
130
                   ></i>
131
                   <p>{{ step.operationName }}</p>
131
                   <p>{{ step.operationName }}</p>
132
+									<p>{{ step.record.length>=1?(step.record[0].operationTime|date:'MM-dd HH:mm'):'' }}</p>
132
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
133
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
133
                   <p
134
                   <p
134
                     *ngIf="
135
                     *ngIf="
@@ -255,6 +256,7 @@
255
                     }"
256
                     }"
256
                   ></i>
257
                   ></i>
257
                   <p>{{ step.operationName }}</p>
258
                   <p>{{ step.operationName }}</p>
259
+									<p>{{ step.record.length>=1?(step.record[0].operationTime|date:'MM-dd HH:mm'):''}}</p>
258
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
260
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
259
                   <p
261
                   <p
260
                     *ngIf="
262
                     *ngIf="
@@ -364,6 +366,7 @@
364
                     }"
366
                     }"
365
                   ></i>
367
                   ></i>
366
                   <p>{{ step.operationName }}</p>
368
                   <p>{{ step.operationName }}</p>
369
+									<p>{{ step.record.length>=1?(step.record[0].operationTime|date:'MM-dd HH:mm'):''}}</p>
367
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
370
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
368
                   <p
371
                   <p
369
                     *ngIf="
372
                     *ngIf="
@@ -473,6 +476,7 @@
473
                     }"
476
                     }"
474
                   ></i>
477
                   ></i>
475
                   <p>{{ step.operationName }}</p>
478
                   <p>{{ step.operationName }}</p>
479
+									<p>{{ step.record.length>=1?(step.record[0].operationTime|date:'MM-dd HH:mm'):''}}</p>
476
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
480
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
477
                   <p
481
                   <p
478
                     *ngIf="
482
                     *ngIf="
@@ -716,6 +720,7 @@
716
                     }"
720
                     }"
717
                   ></i>
721
                   ></i>
718
                   <p>{{ step.operationName }}</p>
722
                   <p>{{ step.operationName }}</p>
723
+									<p>{{step.record.length>=1?(step.record[0].operationTime|date:'MM-dd HH:mm'):''}}</p>
719
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
724
                   <p>{{ step.record ? step.record.operationtime : "" }}</p>
720
                   <p
725
                   <p
721
                     *ngIf="
726
                     *ngIf="
@@ -944,6 +949,7 @@
944
                   }"
949
                   }"
945
                 ></i>
950
                 ></i>
946
                 <p>{{ step.operationName }}</p>
951
                 <p>{{ step.operationName }}</p>
952
+								<p>{{step.record.length>=1?(step.record[0].operationTime|date:'MM-dd HH:mm'):''}}</p>
947
                 <p>{{ step.record ? step.record.operationtime : "" }}</p>
953
                 <p>{{ step.record ? step.record.operationtime : "" }}</p>
948
                 <p
954
                 <p
949
                   *ngIf="
955
                   *ngIf="