|
|
|
|
@ -10,6 +10,8 @@
|
|
|
|
|
<a class="btn btn-primary" href="{{url($urlPrefix.'/asksubmit_create')}}">
|
|
|
|
|
@lang("icons.action_create") @lang('actions.create')新建满意度调查
|
|
|
|
|
</a>
|
|
|
|
|
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
|
|
|
|
|
|
|
|
|
|
<select class="form-control mr-1" name="project_id"
|
|
|
|
|
onchange="$(this).closest('form').submit()">
|
|
|
|
|
@foreach($projects as $pp)
|
|
|
|
|
@ -18,7 +20,6 @@
|
|
|
|
|
@endforeach
|
|
|
|
|
</select>
|
|
|
|
|
</form>
|
|
|
|
|
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|