|
|
@ -304,6 +304,7 @@ |
|
|
|
title: '提交订单中...' |
|
|
|
title: '提交订单中...' |
|
|
|
}) |
|
|
|
}) |
|
|
|
let goods = { |
|
|
|
let goods = { |
|
|
|
|
|
|
|
"identificationCode":app.globalData.identificationCode, |
|
|
|
"highChildOrderList": [{ |
|
|
|
"highChildOrderList": [{ |
|
|
|
"goodsType": 3, |
|
|
|
"goodsType": 3, |
|
|
|
"goodsId": this.counId, |
|
|
|
"goodsId": this.counId, |
|
|
@ -314,6 +315,7 @@ |
|
|
|
"gasOilType": this.oilType, |
|
|
|
"gasOilType": this.oilType, |
|
|
|
"gasPriceGun": this.priceOfficial, |
|
|
|
"gasPriceGun": this.priceOfficial, |
|
|
|
"gasPriceVip": this.priceVip |
|
|
|
"gasPriceVip": this.priceVip |
|
|
|
|
|
|
|
|
|
|
|
}] |
|
|
|
}] |
|
|
|
} |
|
|
|
} |
|
|
|
addOrder(goods).then(res => { |
|
|
|
addOrder(goods).then(res => { |
|
|
|