|
@@ -30,7 +30,7 @@
|
|
|
<th class="border-bottom-0 border-top-0">Cancellation</th>
|
|
|
<th class="border-bottom-0 border-top-0 border-right-0">Payment</th>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
+ <tr class="filter-head">
|
|
|
<th class="p-0 border-bottom-0 border-right border-left-0"></th> <!-- date -->
|
|
|
<th class="p-0 border-bottom-0 border-right"> <!-- client -->
|
|
|
<select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-0"
|
|
@@ -70,9 +70,9 @@
|
|
|
</th> <!-- HCP -->
|
|
|
<th class="p-0 border-bottom-0 border-right"> <!-- expected -->
|
|
|
<div class="d-flex align-items-center">
|
|
|
- <select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-left-0 border-top-0 border-bottom-0 border-right width-70px"
|
|
|
+ <select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-left-0 border-top-0 border-bottom-0 border-right width-40px p-0"
|
|
|
data-filter="expected_op">
|
|
|
- <option value="">Op</option>
|
|
|
+ <option value=""></option>
|
|
|
<option value="<=" {{$filters['expected_op'] == '<=' ? 'selected' : ''}}><=</option>
|
|
|
<option value=">=" {{$filters['expected_op'] == '>=' ? 'selected' : ''}}>>=</option>
|
|
|
<option value="=" {{$filters['expected_op'] == '=' ? 'selected' : ''}}>=</option>
|
|
@@ -81,12 +81,12 @@
|
|
|
data-filter="expected_value"
|
|
|
value="{{$filters['expected_value']}}" placeholder="Amount">
|
|
|
</div>
|
|
|
- </th>
|
|
|
+ </th> <!-- Expected -->
|
|
|
<th class="p-0 border-bottom-0 border-right"> <!-- paid -->
|
|
|
<div class="d-flex align-items-center">
|
|
|
- <select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-left-0 border-top-0 border-bottom-0 border-right width-70px"
|
|
|
+ <select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-left-0 border-top-0 border-bottom-0 border-right width-40px p-0"
|
|
|
data-filter="paid_op">
|
|
|
- <option value="">Op</option>
|
|
|
+ <option value=""></option>
|
|
|
<option value="<=" {{$filters['paid_op'] == '<=' ? 'selected' : ''}}><=</option>
|
|
|
<option value=">=" {{$filters['paid_op'] == '>=' ? 'selected' : ''}}>>=</option>
|
|
|
<option value="=" {{$filters['paid_op'] == '=' ? 'selected' : ''}}>=</option>
|
|
@@ -95,7 +95,7 @@
|
|
|
data-filter="paid_value"
|
|
|
value="{{$filters['paid_value']}}" placeholder="Amount">
|
|
|
</div>
|
|
|
- </th>
|
|
|
+ </th> <!-- Paid -->
|
|
|
<th class="p-0 border-bottom-0 border-right"> <!-- hcp signed -->
|
|
|
<select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-0"
|
|
|
data-filter="hcp_sign">
|
|
@@ -106,9 +106,9 @@
|
|
|
</th> <!-- Sign -->
|
|
|
<th class="p-0 border-bottom-0 border-right">
|
|
|
<div class="d-flex align-items-center">
|
|
|
- <select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-left-0 border-top-0 border-bottom-0 border-right width-70px"
|
|
|
+ <select class="form-control form-control-sm bg-aliceblue min-width-unset rounded-0 shadow-none border-left-0 border-top-0 border-bottom-0 border-right width-40px p-0"
|
|
|
data-filter="bal_post_date_op">
|
|
|
- <option value="">Op</option>
|
|
|
+ <option value=""></option>
|
|
|
<option value="<=" {{$filters['bal_post_date_op'] == '<=' ? 'selected' : ''}}><=</option>
|
|
|
<option value=">=" {{$filters['bal_post_date_op'] == '>=' ? 'selected' : ''}}>>=</option>
|
|
|
<option value="=" {{$filters['bal_post_date_op'] == '=' ? 'selected' : ''}}>=</option>
|