transfer_419
This commit is contained in:
@@ -147,10 +147,12 @@ class Brand extends HD_Controller{
|
||||
$page = $this->input->post('page');
|
||||
$size = $this->input->post('size');
|
||||
$title = trim($this->input->post('title'));
|
||||
$un_ids = $this->input->post('un_ids');
|
||||
|
||||
$where = array();
|
||||
$keyword && $where['keyword'] = $keyword;
|
||||
$title && $where["name like '%{$title}%'"] = null;
|
||||
$un_ids && $where["id not in({$un_ids})"] = null;
|
||||
if(strlen($status) > 0){
|
||||
$where['status'] = $status;
|
||||
} else {
|
||||
|
||||
@@ -706,7 +706,8 @@
|
||||
page: vm.modal_brand.page,
|
||||
size: vm.modal_brand.size,
|
||||
status: 1,
|
||||
title: vm.modal_brand.title
|
||||
title: vm.modal_brand.title,
|
||||
un_ids: "6,2",
|
||||
},
|
||||
success: function (response) {
|
||||
if (response.code == 1) {
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
</td>
|
||||
<td> km</td>
|
||||
</template>
|
||||
<td v-else>{{transport.start_mileage.value}}km</td>
|
||||
<td v-else>{{transport.end_mileage.value}}km</td>
|
||||
<td v-if="opt_btn.type==2">
|
||||
<button type="button" class="am-btn am-btn-default am-btn-sm" data-file="99"
|
||||
data-type="jpg,png,gif,png,jpeg" data-uptype="qiniu"
|
||||
|
||||
Reference in New Issue
Block a user