|
|
@ -587,7 +587,8 @@ |
|
|
|
payType : 'CUSTOMER_ACTIVE', |
|
|
|
payType : 'CUSTOMER_ACTIVE', |
|
|
|
userType:'0', |
|
|
|
userType:'0', |
|
|
|
xoilAmountGun:e , |
|
|
|
xoilAmountGun:e , |
|
|
|
priceId:this.activeSitePrice |
|
|
|
priceId:this.activeSitePrice, |
|
|
|
|
|
|
|
clientBelong: "ZHONGPIN" |
|
|
|
} |
|
|
|
} |
|
|
|
this.xoilAmountGun = e |
|
|
|
this.xoilAmountGun = e |
|
|
|
oilSiteApi.getOrderDiscountInfo(number).then( res=>{ |
|
|
|
oilSiteApi.getOrderDiscountInfo(number).then( res=>{ |
|
|
@ -635,7 +636,8 @@ |
|
|
|
payType : 'CUSTOMER_ACTIVE', |
|
|
|
payType : 'CUSTOMER_ACTIVE', |
|
|
|
userType:'0', |
|
|
|
userType:'0', |
|
|
|
xoilAmountGun:e.detail.value, |
|
|
|
xoilAmountGun:e.detail.value, |
|
|
|
priceId:this.activeSitePrice |
|
|
|
priceId:this.activeSitePrice, |
|
|
|
|
|
|
|
clientBelong: "ZHONGPIN" |
|
|
|
} |
|
|
|
} |
|
|
|
this.xoilAmountGun = e.detail.value |
|
|
|
this.xoilAmountGun = e.detail.value |
|
|
|
oilSiteApi.getOrderDiscountInfo(number).then( res=>{ |
|
|
|
oilSiteApi.getOrderDiscountInfo(number).then( res=>{ |
|
|
@ -896,6 +898,7 @@ |
|
|
|
'version':1, |
|
|
|
'version':1, |
|
|
|
'xoilAmountGun':this.vol |
|
|
|
'xoilAmountGun':this.vol |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
console.log(orderData,'orderDataorderDataorderDataorderDataorderDataorderDataorderDataorderData'); |
|
|
|
oilOrderApi.createOrder(orderData).then(res => { |
|
|
|
oilOrderApi.createOrder(orderData).then(res => { |
|
|
|
if (res.code == 20000) { |
|
|
|
if (res.code == 20000) { |
|
|
|
clearTimeout(this.timer) |
|
|
|
clearTimeout(this.timer) |
|
|
@ -919,7 +922,10 @@ |
|
|
|
// 获取渠道下价格等信息 |
|
|
|
// 获取渠道下价格等信息 |
|
|
|
getNewSitePrice(channelId) { |
|
|
|
getNewSitePrice(channelId) { |
|
|
|
this.oilSitePriceDetailsVo = [] |
|
|
|
this.oilSitePriceDetailsVo = [] |
|
|
|
oilSiteApi.getNewSitePrice(channelId).then(res => { |
|
|
|
oilSiteApi.getNewSitePriceZp({ |
|
|
|
|
|
|
|
channelId:channelId, |
|
|
|
|
|
|
|
clientBelong: "ZHONGPIN" |
|
|
|
|
|
|
|
}).then(res => { |
|
|
|
if (res.code == 20000) { |
|
|
|
if (res.code == 20000) { |
|
|
|
this.plateNumbers = res.data.plateNumbers |
|
|
|
this.plateNumbers = res.data.plateNumbers |
|
|
|
this.oilSitePriceDetailsVo = res.data.oilSitePriceDetailsVo; |
|
|
|
this.oilSitePriceDetailsVo = res.data.oilSitePriceDetailsVo; |
|
|
|