diff --git a/src/api/marketing.js b/src/api/marketing.js index 00d7e30..648b8a3 100644 --- a/src/api/marketing.js +++ b/src/api/marketing.js @@ -437,6 +437,14 @@ export function getComposeSelectProduct(data) { }) } +// 获取可选中店铺 +export function getShops(data) { + return request({ + url: '/coupon/getShops', + method: 'post', + data + }) +} // //* ******************** 售后订单 ********************* // // 售后管理查询 diff --git a/src/views/marketing/coupon/add.vue b/src/views/marketing/coupon/add.vue index 7415316..55161be 100644 --- a/src/views/marketing/coupon/add.vue +++ b/src/views/marketing/coupon/add.vue @@ -49,6 +49,23 @@ {{ idList.length }} + 指定店铺可用 + + {{$t('common.choose')}} + + {{ idList.length }} + + + + 查看店铺 + + {{ idList.length }} + + @@ -166,15 +183,79 @@ + + + +
+ + + + + + + + + + + +
+ +
+
+ + {{ $t('common.sure') }} + {{ $t('common.cancel') }} + +
+
+