收银台

This commit is contained in:
cun-nan 2023-11-17 17:26:12 +08:00
parent 516f80e57b
commit 273351cb35
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import request from '@/utils/request'
// 扫码支付接口
export function selectPreferential(data) {
return request({
url: '/business/marketingActivity/activeExchange/selectConsumptionList',
method: 'get',
params: data
})
}

View File

@ -1271,6 +1271,11 @@
this.getGrade(data.gradeId)
this.changeRefuelMoney();
this.handleChange();
},
//
preferential(){
},
// 使
queryCoupon(list,id){