@extends('layouts.structure') @section('content')
Found {{ $plan->processes->count() }} processes.
@endif @if ($warning)Balance Weight: {{ number_format($plan->balance_weight, 3) }} TON
{{ number_format($plan->total_used_weight, 3) }} TON
| Width (mm) | Quantity | Weight (TON) | Action |
|---|---|---|---|
| No CRS cuts found. | 批准 @else @foreach ($crs_coil as $index => $cut) @if ($cut->process_id == $process->process_id)|||
| {{ number_format($cut->cut_width, 1) }} | {{ $cut->quantity }} | {{ number_format($cut->weight, 3) }} | |
| Total Weight | 0.000 | ||
| Width (mm) | Length (mm) | Quantity | Weight (TON) | Action |
|---|---|---|---|---|
| No CTL cuts found. | ||||
| {{ number_format($cut->cut_width, 1) }} | {{ number_format($cut->cut_length, 1) }} | {{ $cut->quantity }} | {{ number_format($cut->weight, 3) }} | |
| Total Weight | 0.000 | |||
Used: {{ number_format($plan->total_used_weight, 3) }} TON
Remaining: {{ number_format($plan->balance_weight, 3) }} TON