master
cody 1 year ago
parent 62b4969fd2
commit 414cf3f387

@ -41,7 +41,7 @@
value="{{ sprintf("%02d",$i)}}" @if(sprintf("%02d",$i) == request()->date) {{ "selected" }}@endif>{{sprintf("%02d",$i)}}</option>
@endfor
</select>
<br/>
<select class="form-control mr-1" name="status" onchange="$(this).closest('form').submit()">
@foreach($order_status_list as $key=>$mm)
<option value="{{$key}}" @if($key == $status) {{ "selected" }}@endif>{{$mm}}</option>

Loading…
Cancel
Save