收银台
This commit is contained in:
parent
516f80e57b
commit
273351cb35
10
fuintCashierWeb/src/api/cashier/preferential.js
Normal file
10
fuintCashierWeb/src/api/cashier/preferential.js
Normal 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
|
||||||
|
})
|
||||||
|
}
|
@ -1271,6 +1271,11 @@
|
|||||||
this.getGrade(data.gradeId)
|
this.getGrade(data.gradeId)
|
||||||
this.changeRefuelMoney();
|
this.changeRefuelMoney();
|
||||||
this.handleChange();
|
this.handleChange();
|
||||||
|
|
||||||
|
},
|
||||||
|
// 调用优惠参数接口
|
||||||
|
preferential(){
|
||||||
|
|
||||||
},
|
},
|
||||||
// 查询该会员是否可使用优惠券
|
// 查询该会员是否可使用优惠券
|
||||||
queryCoupon(list,id){
|
queryCoupon(list,id){
|
||||||
|
Loading…
Reference in New Issue
Block a user