From 84310892600b22f9c8f3f06bc948a239b1157adb Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 13 Jun 2024 21:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goods/Index.vue | 54 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) 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=' +