|
|
|
@ -96,9 +96,8 @@
|
|
|
|
|
<div class="trunk-search clearfix jssearch">
|
|
|
|
|
<!-- <form action="{:U('Finance/settlementDtl')}" method="get" enctype="multipart/form-data" class="normal_form"> -->
|
|
|
|
|
<div class="form-group normal_space" style="margin-left: 0;">
|
|
|
|
|
<label>游戏名称:</label>
|
|
|
|
|
<select id="game_id" name="game_id" class="reselect select_gallery" style="min-width:200px;width: 175px;">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<option value="">请选择游戏</option>
|
|
|
|
|
<volist name=":getPromoteSearchGame()" id="vo">
|
|
|
|
|
<option value="{$vo.id}" title="{$vo.game_name}"
|
|
|
|
|
<if condition="I('game_id') eq $vo['id']">selected</if>
|
|
|
|
|