|
@@ -70,15 +70,15 @@
|
|
|
[nzScroll]="{ x: widthLength+'px', y:'550px'}" [nzShowPagination]="false" [nzFrontPagination]="false">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th nzWidth="60px" nzAlign="center"><strong>序号</strong></th>
|
|
|
- <th nzWidth="100px" nzAlign="center"><strong>项目名称</strong></th>
|
|
|
- <th nzWidth="110px" nzAlign="center"><strong>生产订单号</strong></th>
|
|
|
- <th nzWidth="120px" nzAlign="center"><strong>物料编码</strong></th>
|
|
|
- <th nzWidth="100px" nzAlign="center"><strong>物料名称</strong></th>
|
|
|
- <th nzWidth="80px" nzAlign="center"><strong>月度计划</strong></th>
|
|
|
- <th nzWidth="100px" nzAlign="center"><strong>标准总工时</strong></th>
|
|
|
- <th nzWidth="110px" nzAlign="center"><strong>累计完成数量</strong></th>
|
|
|
- <th nzWidth="110px" nzAlign="center"><strong>累计完成工时</strong></th>
|
|
|
+ <th nzWidth="60px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>序号</strong></th>
|
|
|
+ <th nzWidth="100px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>项目名称</strong></th>
|
|
|
+ <th nzWidth="110px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>生产订单号</strong></th>
|
|
|
+ <th nzWidth="120px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>物料编码</strong></th>
|
|
|
+ <th nzWidth="100px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>物料名称</strong></th>
|
|
|
+ <th nzWidth="80px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>月度计划</strong></th>
|
|
|
+ <th nzWidth="100px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>标准总工时</strong></th>
|
|
|
+ <th nzWidth="110px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>累计完成数量</strong></th>
|
|
|
+ <th nzWidth="110px" nzAlign="center" style="background-color:rgb(223, 223, 219)"><strong>累计完成工时</strong></th>
|
|
|
<ng-container *ngFor="let date of dateList">
|
|
|
<th nzWidth="120px" nzAlign="center"><strong>当日计划数量</strong></th>
|
|
|
<th nzWidth="120px" nzAlign="center"><strong>当日完成数量</strong></th>
|
|
@@ -105,10 +105,10 @@
|
|
|
<td>{{ data.productionOrderNumberName }}</td>
|
|
|
<td>{{data.productId}}</td>
|
|
|
<td>{{data.product}}</td>
|
|
|
- <td>{{data.numberOfTasksTotal}}</td>
|
|
|
- <td>{{data.standardWorkingHoursTotal}}</td>
|
|
|
- <td>{{data.quantityCompletedTotal}}</td>
|
|
|
- <td>{{data.manHoursCompletedTotal}}</td>
|
|
|
+ <td nzAlign="center">{{data.numberOfTasksTotal}}</td>
|
|
|
+ <td nzAlign="center">{{data.numberOfTasksTotal*data.standardWorkingHoursTotal}}</td>
|
|
|
+ <td nzAlign="center">{{data.quantityCompletedTotal}}</td>
|
|
|
+ <td nzAlign="center">{{data.manHoursCompletedTotal}}</td>
|
|
|
<ng-container *ngFor="let dateChild of data.fbsWorkshopDispatchListList">
|
|
|
<td>{{dateChild.numberOfTasks}}</td>
|
|
|
<td>{{dateChild.qualifiedNumber}}</td>
|