added sku and ready for tracking

This commit is contained in:
franknstayn
2021-12-01 00:57:21 +08:00
parent 705dd3795e
commit f07e5aaa8e
14 changed files with 760 additions and 623 deletions

View File

@@ -53,6 +53,7 @@
<tr>
<th>Status</th>
<th>Invoice No.</th>
<th>SKU</th>
<th>Product Name</th>
<th>Name</th>
<th>Number</th>
@@ -83,6 +84,7 @@
<tr>
<td>{{ $item_order->StepLabel }}</td>
<td>{{ $item_order->InvoiceNumber }}</td>
<td>{{ $item_order->ProductCode }}</td>
<td>{{ $item_order->ProductName }}</td>
<td>{{ $item_order->Name }}</td>
<td>{{ $item_order->Number }}</td>