|
@@ -1,5 +1,5 @@
|
|
|
-@php
|
|
|
- $supplyOrdersPendingMyAck = $performer->pro->supplyOrdersPendingMyAckRecordsAsDna();
|
|
|
+@php
|
|
|
+$supplyOrdersPendingMyAck = $performer->pro->supplyOrdersPendingMyAckRecordsAsDna();
|
|
|
@endphp
|
|
|
<div class="p-3" id="patients-list">
|
|
|
<div class="card">
|
|
@@ -13,6 +13,7 @@
|
|
|
<th class="border-0">Reason</th>
|
|
|
<th class="border-0">Is Cancelled</th>
|
|
|
<th class="border-0">Shipment</th>
|
|
|
+ <th class="border-0"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -39,6 +40,14 @@
|
|
|
</span>
|
|
|
@endif
|
|
|
</td>
|
|
|
+ <td>
|
|
|
+ <div moe relative class="ml-auto">
|
|
|
+ <form show url="/api/supplyOrder/signAsNa">
|
|
|
+ <input type="hidden" name="uid" value="{{ $supplyOrder->uid }}">
|
|
|
+ <button submit class="bg-transparent border-0 p-0 text-primary">Ack.</button>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
|
|
@@ -51,9 +60,9 @@
|
|
|
|
|
|
</table>
|
|
|
@if($supplyOrdersPendingMyAck->hasPages())
|
|
|
- <div class="ml-2 mt-2">
|
|
|
- {{ $supplyOrdersPendingMyAck->appends(request()->input())->links() }}
|
|
|
- </div>
|
|
|
+ <div class="ml-2 mt-2">
|
|
|
+ {{ $supplyOrdersPendingMyAck->appends(request()->input())->links() }}
|
|
|
+ </div>
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|