master
cody 2 years ago
parent 25d7bf0f48
commit d4ab7afc74

@ -10,7 +10,9 @@
<a class="btn btn-primary" href="{{url($urlPrefix.'/asksubmit_create?project_id='.$project_id)}}">
@lang("icons.action_create") @lang('actions.create')新建满意度调查
</a>&nbsp;&nbsp;&nbsp;
@if(\App\Models\CommonModel::checkExport())
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
@endif
&nbsp;&nbsp;
<select class="form-control mr-1" name="project_id"
onchange="$(this).closest('form').submit()">

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

Loading…
Cancel
Save