提出核销参数修改-imei
This commit is contained in:
@@ -154,6 +154,7 @@ export default {
|
||||
point: 0,
|
||||
money: "",
|
||||
num_dine: "", // 人数
|
||||
imei:''
|
||||
},
|
||||
mb_flag: false,
|
||||
tenantId: "",
|
||||
@@ -167,6 +168,7 @@ export default {
|
||||
|
||||
this.axios_data.id = uni.getStorageSync("store_obj").id;
|
||||
this.axios_data.storeName = uni.getStorageSync("store_obj").shop_name;
|
||||
this.axios_data.imei = uni.getStorageSync("store_obj").imei;
|
||||
|
||||
this.tenantId = uni.getStorageSync("customer_info")[0];
|
||||
this.getListFn(this.axios_data.id, this.tenantId);
|
||||
@@ -206,7 +208,7 @@ export default {
|
||||
this.newData.coupon = JSON.stringify(this.newData.coupon);
|
||||
let params = {
|
||||
type: 2,
|
||||
imei: this.axios_data.id,
|
||||
imei: this.axios_data.imei,
|
||||
user_id: this.tenantId,
|
||||
number_of_people: +this.newData.userNum,
|
||||
amount_receivable: this.newData.totalMoney,
|
||||
|
Reference in New Issue
Block a user