transfer_419

This commit is contained in:
dengbw
2022-04-19 11:06:35 +08:00
committed by lccsw
parent 7431e1abd5
commit eee7cd6d16
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -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 {
+2 -1
View File
@@ -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) {
+1 -1
View File
@@ -123,7 +123,7 @@
</td>
<td>&nbsp;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"