|
|
|
|
@ -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>
|
|
|
|
|
@if(\App\Models\CommonModel::checkExport())
|
|
|
|
|
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
|
|
|
|
|
@endif
|
|
|
|
|
|
|
|
|
|
<select class="form-control mr-1" name="project_id"
|
|
|
|
|
onchange="$(this).closest('form').submit()">
|
|
|
|
|
|