From d2a31485529f0b3f624461d707d0ae2e5935ac7f Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Mon, 9 Jun 2025 09:42:39 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20=E5=95=86=E8=B6=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/superStore/super.js | 17 +++++++++---- src/views/superstore/super/index.vue | 37 ++++++++++------------------ 2 files changed, 25 insertions(+), 29 deletions(-) diff --git a/src/api/superStore/super.js b/src/api/superStore/super.js index 49315e2f..64da50f8 100644 --- a/src/api/superStore/super.js +++ b/src/api/superStore/super.js @@ -69,7 +69,7 @@ export function deleteSupermarketApi(data) { data: data }) } -// 商品列表 +// 商超商品列表 export function shopPageListApi(data) { return request({ url: '/smart-canteen/supermarket_product/list', @@ -80,13 +80,20 @@ export function shopPageListApi(data) { params: data }) } +// 商品列表 +export function shopProductPageListApi(data) { + return request({ + url: '/smart-canteen/supermarket_product/getAddList', + method: 'get', + headers: { + "merchant-id":"378915229716713472", + }, + params: data + }) + } - - - - diff --git a/src/views/superstore/super/index.vue b/src/views/superstore/super/index.vue index b29eef5c..ceb763f7 100644 --- a/src/views/superstore/super/index.vue +++ b/src/views/superstore/super/index.vue @@ -485,9 +485,7 @@ /> - 批量线上销售 + 批量线上销售 @@ -496,11 +494,7 @@ - - - + @@ -540,17 +534,10 @@