diff --git a/fuintAdmin/src/api/EventMarketing/SaveBlock.js b/fuintAdmin/src/api/EventMarketing/SaveBlock.js index 64e972c7c..8ad1c0661 100644 --- a/fuintAdmin/src/api/EventMarketing/SaveBlock.js +++ b/fuintAdmin/src/api/EventMarketing/SaveBlock.js @@ -41,6 +41,14 @@ export function eitList(data) { data: data }) } +// 修改上下架 +export function updateStatus(data) { + return request({ + url: 'business/marketingActivity/cardValue/updateStatus', + method: 'put', + data: data + }) +} //删除列表 export function deletedelById(id) { return request({ @@ -49,4 +57,26 @@ export function deletedelById(id) { }) } +export function cardValueRule() { + return request({ + url: 'cardValueRule/nowRule', + method: 'get', + + }) +} +export function saveOrUpdate(data) { + return request({ + url: 'cardValueRule/saveOrUpdate', + method: 'post', + data: data + }) +} +// 订单查询 +export function cardValueRecordList(data) { + return request({ + url: 'business/marketingActivity/activeExchange/cardValueOrders', + method: 'get', + params: data + }) +} diff --git a/fuintAdmin/src/api/EventMarketing/oilBlock.js b/fuintAdmin/src/api/EventMarketing/oilBlock.js index f1fdad454..d7c54e4ca 100644 --- a/fuintAdmin/src/api/EventMarketing/oilBlock.js +++ b/fuintAdmin/src/api/EventMarketing/oilBlock.js @@ -64,4 +64,12 @@ export function getstatistics() { }) } +export function cardFuleOrders() { + return request({ + url: 'business/marketingActivity/cardFuleOrders', + method: 'get', + + }) +} + diff --git a/fuintAdmin/src/assets/images/xpiao.png b/fuintAdmin/src/assets/images/xpiao.png new file mode 100644 index 000000000..654b3f7f9 Binary files /dev/null and b/fuintAdmin/src/assets/images/xpiao.png differ diff --git a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue index 67037b4fd..ed8a80da3 100644 --- a/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue +++ b/fuintAdmin/src/views/EventMarketing/SaveBlock/index.vue @@ -39,10 +39,10 @@ 已结束 - + - 上线 - 下线 + 上架 + 下架 @@ -59,13 +59,16 @@ 下架 + > + 上架 + 下架 + 查看订单记录 @@ -91,24 +94,24 @@ - - - - - - - + + + + + + + - 搜索 + 搜索 + prop="bidBalance" + label="充值本金"> + + + + prop="points" + label="赠送积分"> + prop="growthValue" + label="赠送成长值"> - - + @@ -180,29 +191,30 @@ - - + + - - - + + 元 - + + + 元 - + @@ -254,7 +266,6 @@ - @@ -273,10 +284,6 @@ 添加 - - @@ -448,7 +455,6 @@ 不限 - @@ -518,7 +524,19 @@