|
@@ -71,26 +71,27 @@
|
|
|
<tr>
|
|
|
<th nzWidth="60px"><strong>序号</strong></th>
|
|
|
<th nzWidth="100px"><strong>生产线</strong></th>
|
|
|
- <th nzWidth="100px"><strong>生产订单号</strong></th>
|
|
|
- <th nzWidth="110px"><strong>物料编码</strong></th>
|
|
|
+ <th nzWidth="110px"><strong>生产订单号</strong></th>
|
|
|
+ <th nzWidth="120px"><strong>物料编码</strong></th>
|
|
|
<th nzWidth="100px"><strong>物料名称</strong></th>
|
|
|
- <th nzWidth="60px"><strong>月度计划</strong></th>
|
|
|
- <th nzWidth="60px"><strong>标准工时(H)</strong></th>
|
|
|
- <th nzWidth="60px"><strong>累计完成数量</strong></th>
|
|
|
- <th nzWidth="60px"><strong>累计完成工时</strong></th>
|
|
|
+ <th nzWidth="80px"><strong>月度计划</strong></th>
|
|
|
+ <th nzWidth="80px"><strong>标准工时</strong></th>
|
|
|
+ <th nzWidth="110px"><strong>累计完成数量</strong></th>
|
|
|
+ <th nzWidth="110px"><strong>累计完成工时</strong></th>
|
|
|
<ng-container *ngFor="let date of dateList">
|
|
|
- <th nzWidth="100px"><strong>当日计算数量</strong></th>
|
|
|
- <th nzWidth="100px"><strong>当日完成数量</strong></th>
|
|
|
- <th nzWidth="100px"><strong>当日完成工时 </strong></th>
|
|
|
- <th nzWidth="100px"><strong>当日标准工时</strong></th>
|
|
|
- <th nzWidth="100px"><strong>当日生产效率</strong></th>
|
|
|
+ <th nzWidth="120px"><strong>当日计算数量</strong></th>
|
|
|
+ <th nzWidth="120px"><strong>当日完成数量</strong></th>
|
|
|
+ <th nzWidth="120px"><strong>当日完成工时 </strong></th>
|
|
|
+ <th nzWidth="120px"><strong>当日标准工时</strong></th>
|
|
|
+ <th nzWidth="120px"><strong>当日生产效率</strong></th>
|
|
|
<th nzWidth="100px"><strong>当日达成率</strong></th>
|
|
|
</ng-container>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th colspan="9"></th>
|
|
|
- <ng-container *ngFor="let date of dateList">
|
|
|
- <th colspan="6" style="background-color:cyan"><strong>{{date.finalTime|date:'y-MM-dd'}}</strong></th>
|
|
|
+ <ng-container *ngFor="let date of dateList;let i=index">
|
|
|
+ <th colspan="6" *ngIf="i%2===0" style="background-color:rgb(223, 223, 219)"><strong>{{date.finalTime|date:'y-MM-dd'}}</strong></th>
|
|
|
+ <th colspan="6" *ngIf="i%2!==0" ><strong>{{date.finalTime|date:'y-MM-dd'}}</strong></th>
|
|
|
</ng-container>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -124,11 +125,11 @@
|
|
|
</ng-container>
|
|
|
</tr >
|
|
|
<!-- 统计 -->
|
|
|
- <tr style="background-color:chocolate" *ngFor="let data of columnTable.data;let i = index">
|
|
|
+ <tr style="background-color:rgb(223, 223, 219)" *ngFor="let data of columnTable.data;let i = index">
|
|
|
<ng-container *ngIf="data.productionLineName==='统计'">
|
|
|
- <td style="background-color:chocolate"></td>
|
|
|
- <td style="background-color:chocolate">统计</td>
|
|
|
- <td style="background-color:chocolate"></td>
|
|
|
+ <td style="background-color:rgb(223, 223, 219)"></td>
|
|
|
+ <td style="background-color:rgb(223, 223, 219)">统计</td>
|
|
|
+ <td style="background-color:rgb(223, 223, 219)"></td>
|
|
|
<td></td>
|
|
|
<td></td>
|
|
|
<td>{{data.numberOfTasksTotal}}</td>
|
|
@@ -157,10 +158,14 @@
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td></td>
|
|
|
- <td>月计划达成率</td>
|
|
|
+ <td></td>
|
|
|
+ <td></td>
|
|
|
+ <td></td>
|
|
|
+ <td></td>
|
|
|
+ <!-- <td>月计划达成率</td>
|
|
|
<td>1.95%</td>
|
|
|
<td>月生产效率</td>
|
|
|
- <td>根据生产计划进度。实时变化</td>
|
|
|
+ <td>根据生产计划进度。实时变化</td> -->
|
|
|
<td colSpan="4">出勤情况</td>
|
|
|
<ng-container *ngFor="let abnormalWorkingHours of abnormalWorkingHoursList">
|
|
|
<td>应到人数</td>
|