diff --git a/src/views/goods/Index.vue b/src/views/goods/Index.vue index 02337a0..44266e0 100644 --- a/src/views/goods/Index.vue +++ b/src/views/goods/Index.vue @@ -47,13 +47,39 @@ - + {{ item.name }} + + + + {{ item.name }} + + + + + + + {{ item.name }} + + + + + + {{ item.name }} + + + + + + {{ item.name }} + + + 搜索 @@ -289,7 +315,11 @@ export default { spec_type: '', channel: '', merchant_id: '', - is_jd_remove: '' + is_jd_remove: '', + is_brand:'', + is_new:'', + is_in_store:'', + is_paihang:'' }, setupIndex: 0, setupValue: 1, @@ -365,6 +395,18 @@ export default { getGoodsJingDong(val) { this.queryParam.is_jd_remove = val }, + getGoodsDapai(val) { + this.queryParam.is_brand = val + }, + getGoodsXinpin(val) { + this.queryParam.is_new = val + }, + getGoodsStore(val) { + this.queryParam.is_in_store = val + }, + getGoodsRank(val) { + this.queryParam.is_paihang = val + }, // 批量修改 handleModify() { this.$router.push('/goods/modify') @@ -447,6 +489,14 @@ export default { (this.queryParam.categoryId || '') + '&is_jd_remove=' + (this.queryParam.is_jd_remove || '') + + '&is_brand=' + + (this.queryParam.is_brand || '') + + '&is_new=' + + (this.queryParam.is_new || '') + + '&is_in_store=' + + (this.queryParam.is_in_store || '') + + '&is_paihang=' + + (this.queryParam.is_paihang || '') + '&channel=' + this.queryParam.channel + '&merchant_id=' +