|
|
|
@ -23,7 +23,7 @@
|
|
|
|
<option value="{{$mm}}" @if($mm == $month) {{ "selected" }}@endif>{{$mm}}</option>
|
|
|
|
<option value="{{$mm}}" @if($mm == $month) {{ "selected" }}@endif>{{$mm}}</option>
|
|
|
|
@endforeach
|
|
|
|
@endforeach
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
|
|
|
|
{{-- <button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>--}}
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<table class="table table-bordered mb-0 table-datatable">
|
|
|
|
<table class="table table-bordered mb-0 table-datatable">
|
|
|
|
|