From bb3ab3a52fc244bd186ce0aa34a196b1c0941b55 Mon Sep 17 00:00:00 2001 From: fanfan Date: Sat, 14 Sep 2024 21:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E7=B2=BE=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goods/Index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/goods/Index.vue b/src/views/goods/Index.vue index 44454d2..14c9177 100644 --- a/src/views/goods/Index.vue +++ b/src/views/goods/Index.vue @@ -90,6 +90,13 @@ + + + + {{ item.name }} + + + 搜索 @@ -520,6 +527,7 @@ export default { is_new: '', is_in_store: '', is_paihang: '', + is_jingpin: '', }, setupIndex: 0, setupValue: 1, @@ -611,6 +619,9 @@ export default { getGoodsRank(val) { this.queryParam.is_paihang = val }, + getGoodsJingPin(val) { + this.queryParam.is_jingpin = val + }, // 批量修改 handleModify() { this.$router.push('/goods/modify') @@ -728,6 +739,8 @@ export default { this.queryParam.channel + '&merchant_id=' + this.queryParam.merchant_id + + '&is_jingpin=' + + this.queryParam.is_jingpin + '&goodsIds=' + goodsIds + '&Access-Token=' +