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 @@