|
@@ -157,7 +157,7 @@
|
|
|
<th nzLeft="794px" rowSpan="2" nzWidth="70px" nzAlign="center" style="background-color:rgb(223, 223, 219)">
|
|
|
<strong>生产效率</strong></th>
|
|
|
<th nzLeft="864px" rowSpan="2" nzWidth="100px" nzAlign="center" style="background-color:rgb(223, 223, 219)">
|
|
|
- <strong>预计开工时间</strong></th>
|
|
|
+ <strong>计划开完工时间</strong></th>
|
|
|
<th nzLeft="964px" rowSpan="2" nzWidth="50px" nzAlign="center" style="background-color:rgb(223, 223, 219)">
|
|
|
<strong>状态</strong></th>
|
|
|
<ng-container *ngFor="let date of dateList">
|
|
@@ -194,8 +194,8 @@
|
|
|
<td nzLeft="506px" nzAlign="center">{{data.surplusStandardWorkingHoursTotal}}</td>
|
|
|
<td nzLeft="576px" nzAlign="center">{{data.quantityCompletedTotal}}</td>
|
|
|
<td nzLeft="645px" nzAlign="center">{{data.manHoursCompletedTotal}}</td>
|
|
|
- <td nzLeft="714px" nzAlign="center">{{data.achievementRate}}</td>
|
|
|
- <td nzLeft="794px" nzAlign="center">{{data.productionEfficiency}}</td>
|
|
|
+ <td nzLeft="714px" nzAlign="center">{{data.achievementRate}}%</td>
|
|
|
+ <td nzLeft="794px" nzAlign="center">{{data.productionEfficiency}}%</td>
|
|
|
<td nzLeft="864px" nzAlign="center">{{data.startDate}}至{{data.dueDate}}</td>
|
|
|
<td nzLeft="964px" nzAlign="center">
|
|
|
<ng-container *ngIf="data.lackOfMaterialState=='正常'">
|
|
@@ -269,6 +269,7 @@
|
|
|
<td nzLeft="217px" nzAlign="center" style="font-weight:bolder">月生产效率</td>
|
|
|
<td nzLeft="336px" nzAlign="center">{{productivityTotal}}%</td>
|
|
|
<td nzLeft="436px" colSpan="8"></td>
|
|
|
+ <td [colSpan]="dateList.length*6" rowSpan="2"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td nzLeft="0px"></td>
|
|
@@ -430,26 +431,43 @@
|
|
|
<div nz-row [nzGutter]="{xs:12,sm:15,md:29,lg: 36, xl: 40}">
|
|
|
<div nz-col nzXs="24" nzSm="4" nzLg="4">
|
|
|
<nz-form-item class="nz-form-item">
|
|
|
- <nz-form-label [nzSpan]="6" >日期</nz-form-label>
|
|
|
+ <nz-form-label [nzSpan]="6" ><strong>日期</strong></nz-form-label>
|
|
|
<nz-form-control [nzSpan]="12">
|
|
|
{{fbsWorkshopDispatchListPlanningReport.year}}
|
|
|
</nz-form-control>
|
|
|
</nz-form-item>
|
|
|
</div>
|
|
|
+ <div nz-col nzXs="24" nzSm="4" nzLg="4">
|
|
|
+ <nz-form-item class="nz-form-item">
|
|
|
+ <nz-form-label [nzSpan]="6" ><strong>周末</strong></nz-form-label>
|
|
|
+ <nz-form-control [nzSpan]="12" >
|
|
|
+ <span style="background-color: yellow;border:1px solid #000000"> </span>
|
|
|
+ </nz-form-control>
|
|
|
+ </nz-form-item>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div nz-row [nzGutter]="{xs:12,sm:15,md:29,lg: 36, xl: 40}">
|
|
|
<div nz-col nzXs="24" nzSm="24" nzLg="24" >
|
|
|
|
|
|
<nz-table class="tableTdPadding" nzSize="small" #columnTable2 nzBordered [nzData]="planningReportList"
|
|
|
[nzScroll]="{x:columnTable2Width+'px',y:'35vw'}" [nzShowPagination]="false" [nzFrontPagination]="false">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th style="background-color:rgb(223, 223, 219);" nzWidth="30px" nzLeft="0px" nzAlign="center"><strong>序号</strong></th>
|
|
|
- <th style="background-color:rgb(223, 223, 219);" nzWidth="90px" nzLeft="30px" nzAlign="center"><strong>生产订单</strong></th>
|
|
|
+ <th style="background-color:rgb(223, 223, 219);" nzWidth="40px" nzLeft="0px" nzAlign="center"><strong>序号</strong></th>
|
|
|
+ <th style="background-color:rgb(223, 223, 219);" nzWidth="90px" nzLeft="40px" nzAlign="center"><strong>生产订单</strong></th>
|
|
|
<th style="background-color:rgb(223, 223, 219);" nzWidth="90px" nzLeft="120px" nzAlign="center"><strong>物料编码</strong></th>
|
|
|
<th style="background-color:rgb(223, 223, 219);" nzWidth="120px" nzLeft="210px" nzAlign="center"><strong>物料名称</strong></th>
|
|
|
- <th style="background-color:rgb(223, 223, 219);" nzWidth="30px" nzLeft="310px" nzAlign="center"><strong>数量</strong></th>
|
|
|
+ <th style="background-color:rgb(223, 223, 219);" nzWidth="40px" nzLeft="310px" nzAlign="center"><strong>数量</strong></th>
|
|
|
+ <th style="background-color:rgb(223, 223, 219);" nzWidth="80px" nzLeft="350px" nzAlign="center"><strong>标准工时</strong></th>
|
|
|
<!-- <th style="background-color:rgb(223, 223, 219);" nzWidth="4vw"><strong>{{fbsWorkshopDispatchListPlanningReport.year}}</strong></th> -->
|
|
|
<ng-container *ngFor="let day of fbsWorkshopDispatchListPlanningReport.dayList">
|
|
|
- <th style="background-color:rgb(223, 223, 219);padding: 2px;" nzWidth="25px" nzAlign="center">{{day}}</th>
|
|
|
+ <ng-container *ngIf="day.week=='2'">
|
|
|
+ <th style="background-color:rgb(223, 223, 219);padding: 2px;" nzWidth="25px" nzAlign="center">{{day.day}}</th>
|
|
|
+ </ng-container>
|
|
|
+ <ng-container *ngIf="day.week=='1'">
|
|
|
+ <th style="background-color:yellow;padding: 2px;" nzWidth="25px" nzAlign="center">{{day.day}}</th>
|
|
|
+ </ng-container>
|
|
|
+
|
|
|
</ng-container>
|
|
|
|
|
|
</tr>
|
|
@@ -457,10 +475,11 @@
|
|
|
<tbody>
|
|
|
<tr *ngFor="let data of columnTable2.data;let i = index">
|
|
|
<td nzLeft="0px" nzAlign="center" >{{i+1}}</td>
|
|
|
- <td nzLeft="30px">{{data.productionOrderNumberName}}</td>
|
|
|
+ <td nzLeft="40px">{{data.productionOrderNumberName}}</td>
|
|
|
<td nzLeft="120px">{{data.productId}}</td>
|
|
|
<td nzLeft="210px">{{data.product}}</td>
|
|
|
<td nzLeft="310px" nzAlign="center">{{data.numberOfTasks}}</td>
|
|
|
+ <td nzLeft="350px" nzAlign="center">{{data.standardWorkingHours}}</td>
|
|
|
<!-- <td ></td> -->
|
|
|
<ng-container *ngFor="let color of data.isColor">
|
|
|
<ng-container *ngIf="color==='1'">
|