|
@@ -224,6 +224,7 @@
|
|
</td>
|
|
</td>
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
<div moe relative class="d-block">
|
|
<div moe relative class="d-block">
|
|
|
|
+ @if($iSupplyOrder->product->has_lot)
|
|
<a start show>{{ $iSupplyOrder->lot_number ? $iSupplyOrder->lot_number : '(not set)' }}</a>
|
|
<a start show>{{ $iSupplyOrder->lot_number ? $iSupplyOrder->lot_number : '(not set)' }}</a>
|
|
<form url="/api/supplyOrder/updateLotNumber" right>
|
|
<form url="/api/supplyOrder/updateLotNumber" right>
|
|
<input type="hidden" name="uid" value="{{ $iSupplyOrder->uid }}">
|
|
<input type="hidden" name="uid" value="{{ $iSupplyOrder->uid }}">
|
|
@@ -237,6 +238,9 @@
|
|
<button class="btn btn-sm btn-default mr-2 border" cancel>Cancel</button>
|
|
<button class="btn btn-sm btn-default mr-2 border" cancel>Cancel</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
|
|
+ @else
|
|
|
|
+ <span class="text-secondary">N/A</span>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
<td class="px-2">
|
|
<td class="px-2">
|