|
|
|
@ -151,15 +151,14 @@
|
|
|
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<input type="text" name="type" class="" value="{$_GET['type']}" style="display: none"/>
|
|
|
|
|
<input type="text" name="pay_way" class="" value="{$_GET['pay_way']}" style="display: none"/>
|
|
|
|
|
<input type="hidden" name="" value="" class="sortBy">
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('PayMerchant/index','model='.$model['name'].'&row='.I('row'),false)}"
|
|
|
|
|
style="width: 100px;border: #3C95C8 solid 1px;">搜索</a>
|
|
|
|
|
<if condition="$role_export_check eq true ">
|
|
|
|
|
<a class="sch-btn" href="{:U('/PayMerchant/index/export/1',
|
|
|
|
|
array_merge(array('export'=>1),I('get.'))
|
|
|
|
|
,false)}" style="width: 100px;border: #3C95C8 solid 1px;">导出</a>
|
|
|
|
|
<a class="sch-btn" href="{:U('/PayMerchant/index/export/1', array_merge(array('export'=>1),$_GET),false)}" style="width: 100px;border: #3C95C8 solid 1px;">导出</a>
|
|
|
|
|
</if>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|