@ -8,30 +8,26 @@
< / view >
< / view >
< scroll -view scroll -x class = " nav text-center" >
< view class = "cu-item" v -for = " ( item , index ) in channelList " v -if = " index = = activeCur "
: class = "index==activeCur?'text-red cur':''" : key = "item.channelId" @ tap = "tabSelect" : data - id = "index"
: data - channel - code = "item.channelCode" >
< view class = "cu-item" v -for = " ( item , index ) in channelList " v -if = " index = = activeCur " : class = "index==activeCur?'text-red cur':''" :key ="item.channelId"
@ tap = "tabSelect" : data - id = "index" : data - channel - code = "item.channelCode" >
< image class = "site-icon margin-right-sm" :src ="imgURL+'site-'+item.channelCode+'.png'" mode = "widthFix" >
< / image >
{ { item . channelCode | channelCodeFamt } }
<!-- 少了壳牌 -- >
< / view >
< / view >
< / s c r o l l - v i e w >
< radio -group class = "block" @change ="changePrice" >
< view class = "cu-list menu text-left" >
< view class = "cu-item" v -for = " ( itemx , index ) in oilSitePriceDetailsVo " :key ="index"
v - if = "itemx.sitePrice>0" >
< view class = "cu-item" v-for ="(itemx,index) in oilSitePriceDetailsVo" :key="index" v-if="itemx.sitePrice>0" >
< label class = "flex justify-between align-center flex-sub" >
< radio class = "round red" : class = "radio=='radio' + index?'checked':''"
: checked = " radio ==index?true : false" : value = "index" > < / radio >
< radio class = "round red" : class = "radio=='radio' + index?'checked':''" : checked = " radio ==index?true : false" :value ="index" > < / radio >
< text class = "cu-tag my-tag line-red text-lg" >
惠
< / text >
< text class = "text-bold text-black text-lg" > { { itemx . oilProductCode } } < / text >
< text class = "text-bold text-red text-lg" > ¥ { { itemx . sitePrice != 0 ? itemx . sitePrice : '-.--' } } / L < / text >
< text class = "text-delete" > ¥ { { itemx . oilSitePrice } } / L < / text >
< text
class = "text-sm" > 预计每100L节省 { { ( 100 * ( itemx . oilSitePrice - itemx . sitePrice ) ) | moneyFormat } } 元 < / text >
< text class = "text-sm" > 预计每100L节省 { { ( 100 * ( itemx . oilSitePrice - itemx . sitePrice ) ) | moneyFormat } } 元 < / text >
< / label >
< / view >
< / view >
@ -43,17 +39,14 @@
< view class = "padding-top-sm" >
< view class = "grid col-5 " >
< view v-for ="(item,index) in checkBar" class="padding-xs" :key ="index" >
< button class = "cu-btn red block" :class ="item.checked?'bg-red':'line-red'" @tap ="ChooseBar"
: data - value = "item.value" >
< button class = "cu-btn red block" :class ="item.checked?'bg-red':'line-red'" @tap ="ChooseBar" :data-value ="item.value" >
{ { item . name } }
< view class = "cu-tag sm round" : class = "item.checked?'bg-white text-red':'bg-red'"
v - if = "item.hot" > HOT < / view >
< view class = "cu-tag sm round" : class = "item.checked?'bg-white text-red':'bg-red'" v-if ="item.hot" > HOT < / view >
< / button >
< / view >
< view class = "padding-xs" style = "width:40% ;" v-if ="activeChannelCode!='TY'" >
< input type = "number" @input ="onInputBar" v -model = " inputBar " class = "cu-btn red block"
placeholder = "其他油枪" value = "" / >
< input type = "number" @input ="onInputBar" v -model = " inputBar " class = "cu-btn red block" placeholder = "其他油枪" value = "" / >
< / view >
< / view >
< / view >
@ -80,7 +73,7 @@
<!-- @ tap = "showJober='show'" -- >
<!-- 请选择加油员 -- >
< view class = "cu-form-group " >
< view class = "" >
< view class = "" >
< view class = "site-icon-sm" >
< image :src ="imgURL+'site-jober.png'" mode = "widthFix" width = "100upx" > < / image >
< / view >
@ -96,32 +89,28 @@
< / form >
< / view >
<!-- 非团油加油输入框 -- >
< view class = "margin solid radius" v-if ="activeChannelCode!='TY'&&radio!==null" >
< view class = "margin solid radius" v-if ="activeChannelCode!='TY'&&radio!==null" >
< view class = " menu cu-list " >
< view class = "cu-item nowrap" >
< view class = "text-bold " >
油机金额
< / view >
< view class = "text-center" style = "width: 60%;margin: 0 2%;" >
< input v -model = " vol " @ input = 'checkNumber' @blur ="getMoneyVol" type = "digit" class = "block"
placeholder = "请输入油机金额" value = "" style = "border-bottom: 1px solid #efefef;" / >
< input v -model = " vol " @ input = 'checkNumber' @blur ="getMoneyVol" type = "digit" class = "block" placeholder = "请输入油机金额" value = "" style = "border-bottom: 1px solid #efefef;" / >
< / view >
< view class = "" >
< text class = " padding-right-sm" >
约 { { vlom ? vlom : '' | moneyVolm } } L
约 { { vlom ? vlom : '' | moneyVolm } } L
< / text >
< / view >
< / view >
< view class = "grid col-5 padding-sm" >
< view v-for ="(item,index) in checkMoney" class="padding-xs" :key ="index" >
< button class = "cu-btn red block" style = " padding: 0;"
: class = "item.checked?'bg-red':'line-red'" @ tap = "ChooseCheckMoney(item.value)"
: data - value = "item.value" >
{ { item . name } } & yen ;
< view class = "cu-tag sm round" : class = "item.checked?'bg-white text-red':'bg-red'"
v - if = "item.hot" > HOT < / view >
< / button >
< button class = "cu-btn red block" style = " padding: 0;" :class ="item.checked?'bg-red':'line-red'" @tap ="ChooseCheckMoney(item.value)" :data-value ="item.value" >
{ { item . name } } & yen ;
< view class = "cu-tag sm round" : class = "item.checked?'bg-white text-red':'bg-red'" v-if ="item.hot" > HOT < / view >
< / button >
< / view >
< / view >
< / view >
@ -135,8 +124,7 @@
加油金额
< / view >
< view class = "text-center" >
< input v -model = " ty.realMoney " @input ="onInputTyMoney" type = "digit" class = "block"
placeholder = "加油金额" value = "" / >
< input v -model = " ty.realMoney " @input ="onInputTyMoney" type = "digit" class = "block" placeholder = "加油金额" value = "" / >
< / view >
< view class = "" >
< text class = "text-bold padding-right-sm" >
@ -147,11 +135,9 @@
< / view >
< view class = "grid col-5 padding-sm" >
< view v-for ="(item,index) in checkVol" class="padding-xs" :key ="index" >
< button class = "cu-btn red block" :class ="item.checked?'bg-red':'line-red'"
@ tap = "ChooseCheckVol" : data - value = "item.value" >
< button class = "cu-btn red block" :class ="item.checked?'bg-red':'line-red'" @tap ="ChooseCheckVol" :data-value ="item.value" >
{ { item . name } }
< view class = "cu-tag sm round" : class = "item.checked?'bg-white text-red':'bg-red'"
v - if = "item.hot" > HOT < / view >
< view class = "cu-tag sm round" : class = "item.checked?'bg-white text-red':'bg-red'" v-if ="item.hot" > HOT < / view >
< / button >
< / view >
@ -169,12 +155,12 @@
< view class = "padding-top-sm" v-else >
直降金额
< text class = "fr" > - ¥ { { tyRes . depreciateAmount > 0 ? tyRes . depreciateAmount : 'xxx.x' | moneyFormat } } < / text >
< / view >
< / view >
< view class = "padding-top-sm" >
优惠券 < text class = "fr" > { { '----' } } < / text >
< / view >
< / view >
< view class = "placeholder-hidden" >
< view class = "placeholder-hidden" >
< view class = "margin cu-list pay-bar menu radius solid-top solid-bottom solid-left" >
< view class = "cu-item " >
< view class = "" >
@ -195,10 +181,8 @@
< view class = "margin cu-list pay-bar menu radius solid-top solid-bottom solid-left" >
< view class = "cu-item " >
< view class = "" >
合计 : < text class = "text-red fr"
v - if = "activeChannelCode!='TY'" > { { realMoney > 0 ? realMoney : 'xxx.x' | moneyFormat } } < / text >
< text class = "text-red fr"
v - else > { { ty . realMoney > 0 ? ty . realMoney - tyRes . depreciateAmount : 'xxx.x' | moneyFormat } } < / text >
合计 : < text class = "text-red fr" v-if ="activeChannelCode!='TY'" > {{ realMoney > 0 ? realMoney : 'xxx.x' | moneyFormat } } < / text >
< text class = "text-red fr" v-else > {{ ty.realMoney > 0 ? ty . realMoney - tyRes . depreciateAmount : 'xxx.x' | moneyFormat } } < / text >
< / view >
< view class = "" @tap ="showOrderMsg" >
明细 < text class = "cuIcon-unfold padding-left-xs" > < / text >
@ -254,8 +238,7 @@
< / view >
< view class = "padding-tb-xs text-left" >
直降金额 :
< text
class = "text-red fr" > { { tyRes . depreciateAmount > 0 ? tyRes . depreciateAmount : 'xxx.x' | moneyFormat } } < / text >
< text class = "text-red fr" > { { tyRes . depreciateAmount > 0 ? tyRes . depreciateAmount : 'xxx.x' | moneyFormat } } < / text >
< / view >
< / view >
< view class = "padding-tb-xs text-left" >
@ -264,8 +247,7 @@
< / view >
< view class = "padding-tb-xs text-left" >
合计 :
< text class = "text-red fr"
v - if = "activeChannelCode!='TY'" > { { realMoney > 0 ? realMoney : 'xxx.x' | moneyFormat } } < / text >
< text class = "text-red fr" v-if ="activeChannelCode!='TY'" > {{ realMoney > 0 ? realMoney : 'xxx.x' | moneyFormat } } < / text >
< text class = "text-red fr" v-else > {{ ty.realMoney > 0 ? ty . realMoney : 'xxx.x' | moneyFormat } } < / text >
< / view >
< / view >
@ -273,10 +255,8 @@
< view class = "cu-list margin pay-bar menu radius solid-top solid-bottom solid-left" >
< view class = "cu-item " >
< view class = "" >
合计 : < text class = "text-red"
v - if = "activeChannelCode!='TY'" > { { realMoney > 0 ? realMoney : 'xxx.x' | moneyFormat } } 元 < / text >
< text class = "text-red"
v - else > { { ty . realMoney > 0 ? ty . realMoney - tyRes . depreciateAmount : 'xxx.x' | moneyFormat } } 元 < / text >
合计 : < text class = "text-red" v-if ="activeChannelCode!='TY'" > {{ realMoney > 0 ? realMoney : 'xxx.x' | moneyFormat } } 元 < / text >
< text class = "text-red" v-else > {{ ty.realMoney > 0 ? ty . realMoney - tyRes . depreciateAmount : 'xxx.x' | moneyFormat } } 元 < / text >
< / view >
< view class = "" @tap ="showOrder=''" >
明细 < text class = "cuIcon-fold padding-left-xs" > < / text >
@ -305,8 +285,8 @@
< / view >
< input type = "text" value = "" placeholder = "请选择或输入车牌号" v -model = " plateNumber " / >
< / view >
< picker -view :indicator-style ="indicatorStyle" v -if = " plateNumbers.length " :value ="plateIndex"
@ change = "pickPlate" class = "picker-view" >
< picker -view :indicator-style ="indicatorStyle" v -if = " plateNumbers.length " :value ="plateIndex" @change ="pickPlate"
class = "picker-view" >
< picker -view -column >
< view class = "item" v-for ="(item,index) in plateNumbers" :key ="index" > {{ item }} < / view >
< / p i c k e r - v i e w - c o l u m n >
@ -323,10 +303,10 @@
< view class = "" >
< image src = "../../../static/img/errIcon.png" mode = "" style = "width:100rpx;height: 100rpx;" > < / image >
< / view >
< view class = "cu-bar box-panding text-centerS" >
< text class = "headShow" > 支付提醒 < / text >
< view class = "cu-bar box-panding text-centerS" >
< text class = "headShow" > 支付提醒 < / text >
< / view >
< view class = "cu-bar box-panding" >
< view class = "cu-bar box-panding" >
< text class = "showtext" > 当前油站距离您较远 , 请与加油员确认您选择的油站是否正确 。 < / text >
< / view >
< view class = "checklocation_box_button" >
@ -352,7 +332,7 @@
type : Array ,
default ( ) { }
} ,
channelJuli : {
channelJuli : {
type : Number ,
default : ''
} ,
@ -367,11 +347,11 @@
} ,
data ( ) {
return {
timer : null ,
discount : '' ,
activeSitePrice : '' ,
showtitles : "" ,
showtitle : false ,
timer : null ,
discount : '' ,
activeSitePrice : '' ,
showtitles : "" ,
showtitle : false ,
oilBarTy : '' ,
ty : {
realMoney : ""
@ -426,7 +406,7 @@
hot : false ,
} ] ,
plateNumber : '' ,
checkMoney : [ {
checkMoney : [ {
value : 100 ,
name : '100 ' ,
checked : false ,
@ -455,7 +435,7 @@
checkbox : [ {
value : 1 ,
name : '1' ,
checked : tru e,
checked : fals e,
hot : false ,
} , {
value : 2 ,
@ -495,46 +475,45 @@
} ] ,
activeChannelCode : '' ,
checkBar : [ ] ,
realMoney : '' ,
xoilAmountGun : '' ,
vlom : ''
realMoney : '' ,
xoilAmountGun : '' ,
vlom : ''
}
} ,
created ( ) {
let oilItem = uni . getStorageSync ( 'oilItem' )
this . showtitles = oilItem . listTag
this . showtitles = oilItem . listTag
} ,
watch : {
activeChannelCode : {
handler ( newval ) {
this . oilBar = ''
setTimeout ( ( ) => {
this . oilBar = 1
this . checkBar = this . calcBar ( )
} , 0 )
} , 2 )
}
} ,
priceId : {
handler ( newval ) {
/ / t h i s . o i l B a r = ' '
/ / s e t T i m e o u t ( ( ) = > {
/ / t h i s . c h e c k B a r = t h i s . c a l c B a r ( )
/ / } , 2 )
this . oilBar = ' '
setTimeout ( ( ) => {
this . checkBar = this . calcBar ( )
} , 2 )
}
} ,
radio : {
handler ( n , o ) {
/ / c o n s o l e . l o g ( n , o , ' h a n d l e r ' ) ;
/ / t h i s . c h e c k B a r . f o r E a c h ( i t e m = > {
/ / i t e m . c h e c k e d = f a l s e
/ / } ) ;
/ / t h i s . o i l B a r = ' '
radio : {
handler ( n , o ) {
console . log ( n , o , 'handler' ) ;
this . checkBar . forEach ( item => {
item . checked = fals e
} ) ;
this . oilBar = ' '
}
}
} ,
computed : {
priceId ( ) {
if ( this . channelList . length && this . channelList [ this . activeCur ] && this . oilSitePriceDetailsVo [ this
. radio ] ) {
if ( this . channelList . length && this . channelList [ this . activeCur ] && this . oilSitePriceDetailsVo [ this . radio ] ) {
return this . oilSitePriceDetailsVo [ this . radio ] . priceId
}
} ,
@ -548,7 +527,7 @@
} ,
plateNumberSel ( ) {
if ( this . plateNumbers . length ) {
return this . plateNumbers [ this . plateIndex ] ? this . plateNumbers [ this . plateIndex ] : '非必填'
return this . plateNumbers [ this . plateIndex ] ? this . plateNumbers [ this . plateIndex ] : '非必填'
}
} ,
jober ( ) {
@ -579,94 +558,94 @@
}
}
} ,
methods : {
checkNumber ( e ) {
checkNumber ( e ) {
e . detail . value = e . detail . value . match ( /^\d*(\.?\d{0,2})/g ) [ 0 ] || null ;
this . $nextTick ( ( ) => {
this . $nextTick ( ( ) => {
this . vol = e . detail . value
} )
} ,
checkMoneyVol ( e ) {
checkMoneyVol ( e ) {
console . log ( e )
if ( e == '' ) {
if ( e == '' ) {
uni . showToast ( {
title : '请输入金额' ,
icon : 'none'
title : '请输入金额' ,
icon : 'none'
} )
return
}
let isNumber = this . isNumber ( e )
if ( ! isNumber ) {
uni . showToast ( {
title : '请输入正确金额' ,
icon : 'none'
} )
return
if ( ! isNumber ) {
uni . showToast ( {
title : '请输入正确金额' ,
icon : 'none'
} )
return
}
let number = {
payType : 'CUSTOMER_ACTIVE' ,
userType : '0' ,
xoilAmountGun : e ,
priceId : this . activeSitePrice
}
this . xoilAmountGun = e
oilSiteApi . getOrderDiscountInfo ( number ) . then ( res => {
payType : 'CUSTOMER_ACTIVE' ,
userType : '0' ,
xoilAmountGun : e ,
priceId : this . activeSitePrice
}
this . xoilAmountGun = e
oilSiteApi . getOrderDiscountInfo ( number ) . then ( res => {
console . log ( res )
this . realMoney = res . data . payRealAmount
this . discount = res . data . oilDiscountAmount
this . vlom = res . data . volume
this . discount = res . data . oilDiscountAmount
this . vlom = res . data . volume
} )
} ,
ChooseCheckMoney ( e ) {
ChooseCheckMoney ( e ) {
console . log ( e )
this . vol = e + ''
this . checkMoneyVol ( this . vol )
this . vol = e + ''
this . checkMoneyVol ( this . vol )
} ,
isNumber ( value ) { / / 判 断 是 否 为 正 常 数 字
isNumber ( value ) { / / 判 断 是 否 为 正 常 数 字
const regPos = /^\d+(\.\d+)?$/ ; / / 非 负 浮 点 数
const regNeg = /^(-(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*)))$/ ; / / 负 浮 点 数
if ( value . indexOf ( '-' ) != - 1 ) {
if ( value . indexOf ( '-' ) != - 1 ) {
return false
}
if ( regPos . test ( value ) || regNeg . test ( value ) ) {
if ( regPos . test ( value ) || regNeg . test ( value ) ) {
return true
} else {
} else {
return false
}
} ,
getMoneyVol ( e ) {
console . log ( e )
if ( e . detail . value == '' ) {
getMoneyVol ( e ) {
console . log ( e )
if ( e . detail . value == '' ) {
uni . showToast ( {
title : '请输入金额' ,
icon : 'none'
title : '请输入金额' ,
icon : 'none'
} )
return
}
let isNumber = this . isNumber ( e . detail . value )
if ( ! isNumber ) {
uni . showToast ( {
title : '请输入正确金额' ,
icon : 'none'
} )
return
if ( ! isNumber ) {
uni . showToast ( {
title : '请输入正确金额' ,
icon : 'none'
} )
return
}
let number = {
payType : 'CUSTOMER_ACTIVE' ,
userType : '0' ,
xoilAmountGun : e . detail . value ,
priceId : this . activeSitePrice
}
payType : 'CUSTOMER_ACTIVE' ,
userType : '0' ,
xoilAmountGun : e . detail . value ,
priceId : this . activeSitePrice
}
this . xoilAmountGun = e . detail . value
oilSiteApi . getOrderDiscountInfo ( number ) . then ( res => {
oilSiteApi . getOrderDiscountInfo ( number ) . then ( res => {
console . log ( res )
this . realMoney = res . data . payRealAmount
this . discount = res . data . oilDiscountAmount
this . vlom = res . data . volume
this . discount = res . data . oilDiscountAmount
this . vlom = res . data . volume
} )
} ,
checkInfo ( ) {
checkInfo ( ) {
console . log ( this . radio )
this . tsetPlate ( this . plateNumber ? this . plateNumber : this . plateNumberSel )
/ / i f ( ! t h i s . t e s t P l a t e R e s u l t ) {
@ -677,7 +656,7 @@
/ / } )
/ / / / r e t u r n f a l s e
/ / }
if ( this . radio == null || ! this . oilSitePriceDetailsVo [ this . radio ] . priceId ) {
if ( this . radio == null || ! this . oilSitePriceDetailsVo [ this . radio ] . priceId ) {
uni . showToast ( {
icon : 'none' ,
title : '请选择油品'
@ -712,7 +691,7 @@
} )
return false
}
if ( this . vol < 0.01 && ! this . tyRes . liter ) {
if ( this . vol < 0.01 && ! this . tyRes . liter ) {
uni . showToast ( {
icon : 'none' ,
title : '加油金额不能为空'
@ -726,18 +705,18 @@
} )
return false
}
this . makerOrder ( )
} ,
gotoPay ( ) {
gotoPay ( ) {
this . checkInfo ( )
} ,
hidendialog ( ) {
this . showtitle = false
hidendialog ( ) {
this . showtitle = false
} ,
backTohome ( ) {
backTohome ( ) {
uni . switchTab ( {
url : '../../../pages/tabbar/home/home'
url : '../../../pages/tabbar/home/home'
} )
} ,
calcBar ( ) {
@ -826,7 +805,7 @@
}
} ,
beforeMake ( ) {
console . log ( this . radio , 'beforeMake' )
console . log ( this . radio , 'beforeMake' )
this . tsetPlate ( this . plateNumber ? this . plateNumber : this . plateNumberSel )
/ / i f ( ! t h i s . t e s t P l a t e R e s u l t ) {
/ / t h i s . p l a t e N u m b e r = ' '
@ -836,7 +815,7 @@
/ / } )
/ / / / r e t u r n f a l s e
/ / }
if ( this . radio == null || ! this . oilSitePriceDetailsVo [ this . radio ] . priceId ) {
if ( this . radio == null || ! this . oilSitePriceDetailsVo [ this . radio ] . priceId ) {
uni . showToast ( {
icon : 'none' ,
title : '请选择油品'
@ -871,7 +850,7 @@
} )
return false
}
if ( this . vol < 0.01 && ! this . tyRes . liter ) {
if ( this . vol < 0.01 && ! this . tyRes . liter ) {
uni . showToast ( {
icon : 'none' ,
title : '加油金额不能为空'
@ -885,10 +864,10 @@
} )
return false
}
if ( this . channelJuli > 1000 ) {
if ( this . channelJuli > 1000 ) {
this . showtitle = true
return
}
}
this . makerOrder ( )
} ,
/ / 下 单
@ -896,46 +875,41 @@
/ / / / c o n s o l e . l o g ( ' 下 单 数 据 ' ,
/ / t h i s . p l a t e N u m b e r , t h i s . j o b e r ,
/ / )
if ( ! this . timer ) {
this . timer = setTimeout ( ( ) => {
let orderData = {
'clientBelong' : 'BAICHUAN' ,
"amountGun" : this . activeChannelCode == 'TY' ? this . ty . realMoney : '' ,
"shareCompanyQuota" : 0 , / / 共 享 标 识
"priceId" : this . oilSitePriceDetailsVo [ this . radio ]
. priceId , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 油 价 主 键
"orderType" : "REAL_ORDER" , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 订 单 类 型 ( R E A L _ O R D E R : 真 实 订 单 V I R T U A L _ O R D E R : 虚 拟 订 单 )
"orderSource" : "WECHAT_MINIAPPS" , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 订 单 来 源 ( W E C H A T _ M I N I A P P S )
"plateNumber" : this . plateNumber ? this . plateNumber : this
. plateNumberSel , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 车 牌 号
"siteUserName" : this . jober , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 加 油 员
"oilsBar" : this . oilBar , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 油 枪
"volume" : this . activeChannelCode == 'TY' ? this . tyRes . liter : this
. vol , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 加 油 升 数
"realPrice" : this . oilSitePriceDetailsVo [ this . radio ]
. sitePrice , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 实 际 加 油 价 格
"suppleMark" : 0 , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 补 录 标 识 ( 0 : 实 时 订 单 1 : 补 录 订 单 )
"createSource" : "XOIL_DRIVER_WECHAT_APPLET" , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 创 建 来 源 ( X O I L _ D R I V E R _ W E C H A T _ A P P L E T )
/ / " d e v i c e I m e i " : " m o c k " , / / 类 型 : S t r i n g 可 有 字 段 备 注 : 设 备 唯 一 码
/ / " n e t w o r k I p " : " m o c k " / / 类 型 : S t r i n g 可 有 字 段 备 注 : i p 地 址 ,
'version' : 1 ,
'xoilAmountGun' : this . vol
}
oilOrderApi . createOrder ( orderData ) . then ( res => {
if ( res . code == 20000 ) {
clearTimeout ( this . timer )
uni . setStorageSync ( 'orderMade' , res . data )
uni . redirectTo ( {
url : '/BagStation/pages/makeOrder/orderPaying?payMethod=' + res
. data . payMethod
} )
}
} ) . finally ( msg => {
if ( ! this . timer ) {
this . timer = setTimeout ( ( ) => {
let orderData = {
'clientBelong' : 'BAICHUAN' ,
"amountGun" : this . activeChannelCode == 'TY' ? this . ty . realMoney : '' ,
"shareCompanyQuota" : 0 , / / 共 享 标 识
"priceId" : this . oilSitePriceDetailsVo [ this . radio ] . priceId , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 油 价 主 键
"orderType" : "REAL_ORDER" , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 订 单 类 型 ( R E A L _ O R D E R : 真 实 订 单 V I R T U A L _ O R D E R : 虚 拟 订 单 )
"orderSource" : "WECHAT_MINIAPPS" , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 订 单 来 源 ( W E C H A T _ M I N I A P P S )
"plateNumber" : this . plateNumber ? this . plateNumber : this . plateNumberSel , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 车 牌 号
"siteUserName" : this . jober , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 加 油 员
"oilsBar" : this . oilBar , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 油 枪
"volume" : this . activeChannelCode == 'TY' ? this . tyRes . liter : this . vol , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 加 油 升 数
"realPrice" : this . oilSitePriceDetailsVo [ this . radio ] . sitePrice , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 实 际 加 油 价 格
"suppleMark" : 0 , / / 类 型 : N u m b e r 必 有 字 段 备 注 : 补 录 标 识 ( 0 : 实 时 订 单 1 : 补 录 订 单 )
"createSource" : "XOIL_DRIVER_WECHAT_APPLET" , / / 类 型 : S t r i n g 必 有 字 段 备 注 : 创 建 来 源 ( X O I L _ D R I V E R _ W E C H A T _ A P P L E T )
/ / " d e v i c e I m e i " : " m o c k " , / / 类 型 : S t r i n g 可 有 字 段 备 注 : 设 备 唯 一 码
/ / " n e t w o r k I p " : " m o c k " / / 类 型 : S t r i n g 可 有 字 段 备 注 : i p 地 址 ,
'version' : 1 ,
'xoilAmountGun' : this . vol
}
oilOrderApi . createOrder ( orderData ) . then ( res => {
if ( res . code == 20000 ) {
clearTimeout ( this . timer )
} )
} , 500 )
}
uni . setStorageSync ( 'orderMade' , res . data )
uni . redirectTo ( {
url : '/BagStation/pages/makeOrder/orderPaying?payMethod=' + res . data . payMethod
} )
}
} ) . finally ( msg => {
clearTimeout ( this . timer )
} )
} , 500 )
}
} ,
tsetPlate ( plateNumber ) {
this . testPlateResult =
@ -950,11 +924,11 @@
this . plateNumbers = res . data . plateNumbers
this . oilSitePriceDetailsVo = res . data . oilSitePriceDetailsVo ;
this . siteUserNames = res . data . siteUserNames ;
if ( this . oilSitePriceDetailsVo . length == 1 ) {
if ( this . oilSitePriceDetailsVo . length == 1 ) {
this . radio = 0
this . activeSitePrice = res . data . oilSitePriceDetailsVo [ 0 ] . priceId
}
}
} )
} ,
@ -995,16 +969,16 @@
} ,
changePrice ( e ) {
this . radio = e . detail . value
console . log ( e , 'changePrice' )
this . vol = ''
console . log ( e , 'changePrice' )
this . vol = ''
this . activeSitePrice = this . oilSitePriceDetailsVo [ this . radio ] . priceId
this . realMoney = '--'
this . realMoney = '--'
this . xoilAmountGun = '' ;
Object . keys ( this . tyRes ) . forEach ( key => {
this . tyRes [ key ] = ''
Object . keys ( this . tyRes ) . forEach ( key => {
this . tyRes [ key ] = ''
} )
Object . keys ( this . ty ) . forEach ( key => {
this . ty [ key ] = ''
Object . keys ( this . ty ) . forEach ( key => {
this . ty [ key ] = ''
} )
this . vlom = ''
/ / / / c o n s o l e . l o g ( t h i s . r a d i o )
@ -1019,13 +993,13 @@
} ,
filters : {
moneyVolm ( value ) {
if ( value != 'xxx.x' ) {
return Math . round ( value * 100 ) / 100 ;
} else {
return value
}
if ( value != 'xxx.x' ) {
return Math . round ( value * 100 ) / 100 ;
} else {
return value
}
} ,
channelCodeFamt ( value ) {
if ( value ) {
@ -1044,9 +1018,9 @@
}
}
} ,
moneyFormats ( value ) {
moneyFormats ( value ) {
if ( value != 'xxx.x' ) {
return Math . round ( value * 100 ) / 100
return Math . round ( value * 100 ) / 100
} else {
return value
}
@ -1057,8 +1031,7 @@
} else {
return value
}
}
}
} }
}
< / script >
@ -1092,69 +1065,61 @@
. picker - view {
min - height : 300 upx ;
}
. close - icon {
. close - icon {
position : absolute ;
right : 2 % ;
top : 2 % ;
}
. dialog - box {
. dialog - box {
position : relative ;
}
. site - icon {
width : 2 rem ;
vertical - align : middle ;
}
. my - tag {
padding : 0 12 rpx ;
}
. pay - bar >>> . self - btn {
padding : 0 64 rpx ;
height : 94 rpx ! important ;
}
. pay - bar > . cu - item {
padding - right : 0 ;
}
. site - icon - sm {
width : 50 upx ;
}
. nowrap {
white - space : nowrap ;
}
. picker - view {
min - height : 300 upx ;
}
. text - centerS {
. text - centerS {
display : flex ;
justify - content : center ;
align - items : center ;
text - align : center ;
}
. red _btn {
. red _btn {
color : # FFFFFF ;
background - color : # fe0505 ;
}
. box - paddings {
padding : 40 rpx 0 ;
. box - paddings {
padding : 40 rpx 0 ;
}
. headShow {
. headShow {
font - size : 36 rpx ;
font - weight : 600 ;
}
. showtext {
. showtext {
line - height : 2 ;
font - size : 30 rpx ;
margin - bottom : 30 rpx ;
@ -1163,15 +1128,13 @@
letter - spacing : 3 px ;
text - align : left ;
}
. checklocation _box _button {
. checklocation _box _button {
display : flex ;
justify - content : space - between ;
align - items : center ;
padding : 0 5 % ;
}
. btn - box {
. btn - box {
width : 45 % ;
flex : 0 0 auto ;
text - align : center ;
@ -1181,8 +1144,7 @@
box - sizing : border - box ;
border : 2 rpx solid # bfbfbf ;
}
. box - panding {
padding : 10 0 ;
. box - panding {
padding : 10 0 ;
}
< / style >