edit-plan-settle
This commit is contained in:
@@ -147,7 +147,7 @@ class Settle extends HD_Controller
|
||||
$this->data['monthAry'] = $this->auto_business_model->month();
|
||||
$this->data['pager'] = array('count' => ceil($total / $size), 'curr' => $page,'totle'=>$total);
|
||||
$this->data['_title'] = '商家结算管理';
|
||||
$view = $params['_biz_type']==2 ? 'biz/settle/lists_brand' : 'biz/settle/lists';
|
||||
$view = $params['_biz_type']==1 ? 'biz/settle/lists_brand' : 'biz/settle/lists';
|
||||
$this->show_view($view,true);
|
||||
}
|
||||
|
||||
@@ -378,7 +378,7 @@ class Settle extends HD_Controller
|
||||
$this->data['type_arr'] = $this->biz_settle_static_model->other_price_type();
|
||||
$this->data['pager'] = array('count' => ceil($total / $size), 'curr' => $page,'totle'=>$total);
|
||||
$this->data['_title'] = '商家结算管理';
|
||||
$view = $params['_biz_type']==2 ? 'biz/settle/lists_static_brand' : 'biz/settle/lists_static';
|
||||
$view = $params['_biz_type']==1 ? 'biz/settle/lists_static_brand' : 'biz/settle/lists_static';
|
||||
$this->show_view($view,true);
|
||||
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="11">
|
||||
<a :data-open="'biz/settle?_biz_type=2&biz_id='+v.biz_id+'&month='+v.month" href="javascript:;">查看明细</a>
|
||||
<a :data-open="'biz/settle?_biz_type=1&biz_id='+v.biz_id+'&month='+v.month" href="javascript:;">查看明细</a>
|
||||
</td>
|
||||
</tr>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user