@if($item->header == 'Total')
|
Total |
@elseif($item->header == 'Grand Total')
|
Grand Total |
@elseif($item->header == 'Net Total')
Net Total |
|
@endif
|
{{BladeUtil::cWeight($item->totalWeight)}} |
{{$item->totalMould}} |
{{BladeUtil::sToDay($item->totalTime/1000)}} |
@if($item->totalTime >0)
{{BladeUtil::f1(($item->totalMould/($item->totalTime/(60*60*1000))))}} |
@else
0 |
@endif
{{$item->totalRemainingPcs}} |
{{$item->totalEOD}} |
{{$item->totalOBD}} |
{{$item->totalPCS}} |
{{$item->totalROS}} |
{{$item->totalRUS}} |
{{$item->totalRS}} |
{{BladeUtil::f1($item->avgR)}} |
{{$item->totalQC}} |
{{BladeUtil::f1($item->ppw)}}gm |
{{$item->totalPacking}} |
@endif
@if(isset($item->material))
|
|
{{$item->material->material_id}} |
{{BladeUtil::cWeight($item->material->weight)}} |
@if(isset($item->production) && !empty($item->production))
{{$item->production->mould}} |
{{BladeUtil::sToDay($item->production->duration/1000)}} |
@if($item->production->mould!=0)
{{BladeUtil::f1(($item->production->mould/($item->production->duration/(60*1000*60))))}} |
@else
0 |
@endif
{{$item->production->remaining_piece}} |
{{$item->production->electricity_out_duration }} min |
{{$item->production->other_prod_blocker_duration}} min |
{{$item->production->net_qty}} |
{{$item->qc->rejection_over_size_qty}} |
{{$item->qc->rejection_under_size_qty}} |
{{$item->qc->rejection_shape_qty}} |
@if($item->qc->net_qty>0)
{{BladeUtil::f1((($item->qc->rejection_shape_qty+$item->qc->rejection_under_size_qty+$item->qc->rejection_over_size_qty)/$item->qc->net_qty)*100)}} |
@else
0 |
@endif
{{$item->qc->qty}} |
@if($item->qc->net_qty>0)
{{BladeUtil::f1($item->material->weight/$item->qc->qty)}}gm |
@else
0 gm |
@endif
{{$item->packing}} |
@endif
@endif
@if(isset($item->packingDetail))