修改里海云仓商品搜索
This commit is contained in:
parent
c5437b487a
commit
6f4e2dc39a
@ -265,7 +265,7 @@
|
||||
limit: 20,
|
||||
sale_type: 2, //1为零售, 2为批发
|
||||
mer_type: 1,
|
||||
mer_cate_pid: '', //
|
||||
cate_pid: '', //
|
||||
cate_id: '',
|
||||
keyword: '',
|
||||
deduction_rate: '', //抵扣比例
|
||||
@ -422,7 +422,7 @@
|
||||
store_category_id: ''
|
||||
})
|
||||
this.cate_change_children = 0;
|
||||
if (this.tabsCurr == 1) this.where.mer_cate_pid = this.store_category[e].store_category_id;
|
||||
if (this.tabsCurr == 1) this.where.cate_pid = this.store_category[e].store_category_id;
|
||||
else {
|
||||
this.where.cate_pid = this.store_category[e].store_category_id;
|
||||
this.where.cate_id = "";
|
||||
@ -436,7 +436,7 @@
|
||||
},
|
||||
changeChildrenCate(e) {
|
||||
this.cate_change_children = e;
|
||||
let key = 'mer_cate_pid';
|
||||
let key = 'cate_pid';
|
||||
if (this.tabsCurr != 1) key = 'cate_id';
|
||||
this.where[key] = this.store_category_children[e].store_category_id;
|
||||
if (e == 0) this.where[key] = this.store_category[this.cate_change].store_category_id; // 如若选中全部, 则取父级id
|
||||
|
Loading…
x
Reference in New Issue
Block a user