|
|
@ -71,26 +71,6 @@
|
|
|
|
<input type="text" name="statement_num" class="" placeholder="请输入订单号" value="{:I('statement_num')}" />
|
|
|
|
<input type="text" name="statement_num" class="" placeholder="请输入订单号" value="{:I('statement_num')}" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
|
|
|
|
|
<select id="company_type" name="company_type" class="select_gallery" >
|
|
|
|
|
|
|
|
<option value="">请选择结算单类型</option>
|
|
|
|
|
|
|
|
<volist name="CompanyType" id="vo">
|
|
|
|
|
|
|
|
<option value="{$key}" <if condition="isset($_GET['company_type']) && $key eq I('company_type')">selected</if> >{$vo}</option>
|
|
|
|
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
|
|
|
|
|
<select id="is_payment" name="is_payment" class="select_gallery" >
|
|
|
|
|
|
|
|
<option value="">请选择是否打款</option>
|
|
|
|
|
|
|
|
<volist name="IsPayment" id="vo">
|
|
|
|
|
|
|
|
<option value="{$key}" <if condition="isset($_GET['is_payment']) && $key eq I('is_payment')">selected</if> >{$vo}</option>
|
|
|
|
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<input type="text" readonly id="time_start" name="time_start" class="" value="{:I('time_start')}" placeholder="结算开始时间" />
|
|
|
|
<input type="text" readonly id="time_start" name="time_start" class="" value="{:I('time_start')}" placeholder="结算开始时间" />
|
|
|
@ -101,33 +81,6 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
|
|
|
|
|
<select id="withdraw_type" name="withdraw_type" class="select_gallery" >
|
|
|
|
|
|
|
|
<option value="">结算周期</option>
|
|
|
|
|
|
|
|
<volist name="WithdrawType" id="vo">
|
|
|
|
|
|
|
|
<option value="{$key}" <if condition="isset($_GET['withdraw_type']) && $key eq I('withdraw_type')">selected</if> >{$vo}</option>
|
|
|
|
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list input-list-promote search_label_rehab">
|
|
|
|
|
|
|
|
<select id="verify_status" name="verify_status" class="select_gallery" >
|
|
|
|
|
|
|
|
<option value="">请选择审核状态</option>
|
|
|
|
|
|
|
|
<volist name="VerifyStatus" id="vo">
|
|
|
|
|
|
|
|
<option value="{$key}" <if condition="isset($_GET['verify_status']) && $key eq I('verify_status')">selected</if> >{$vo}</option>
|
|
|
|
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
|
|
|
<input type="text" readonly id="time_start2" name="time_start2" class="" value="{:I('time_start2')}" placeholder="操作开始时间" />
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
<div class="input-append date" id="datetimepicker2" style="display:inline-block">
|
|
|
|
|
|
|
|
<input type="text" readonly id="time_end2" name="time_end2" class="" value="{:I('time_end2')}" placeholder="操作结束时间" />
|
|
|
|
|
|
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('lists','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('lists','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|