diff --git a/BagStation/orderDetail/orderDetail.vue b/BagStation/orderDetail/orderDetail.vue index 5d14312..0fbea0d 100644 --- a/BagStation/orderDetail/orderDetail.vue +++ b/BagStation/orderDetail/orderDetail.vue @@ -13,14 +13,15 @@ - + - + + 壳牌 {{test}} {{tsets}} @@ -43,113 +44,109 @@ - + + + + 油站 + {{order.siteName?order.siteName:''}} - - 油品油枪: + 油品油枪 - {{order.oilsCode?order.oilsCode+' ':'' }} {{ order.gunName?order.gunName+'号枪': order.oilsBar?order.oilsBar+'号枪':'未选择油枪'}} + {{order.oilsCode?order.oilsCode+' ':'' }}{{ order.gunName?order.gunName+'号枪': order.oilsBar?order.oilsBar+'号枪':'未选择油枪'}} {{order.oilProductType=='GAS'?'加气重量:':'加油升数:'}} - {{order.volume?order.volume:'未输入' |moneyFormath}} {{order.oilProductType=='GAS'?'L':'L'}} + {{order.volume?'约':''}}{{order.volume?order.volume:'未输入' |moneyFormath}}{{order.oilProductType=='GAS'?'L':'L'}} - 油站价格: - {{order.sitePrice?order.sitePrice+'¥/' +( order.oilProductType=='GAS'?'L':'L') :'暂无'}} + 油站价格 + {{order.sitePrice?order.sitePrice+'¥/' +( order.oilProductType=='GAS'?'L':'L') :'暂无'}} - 优惠价格: - {{moneyIntercept(order.realPrice) }}¥/ {{order.oilProductType=='GAS'?'L':'L'}} + 优惠价格 + 约{{moneyIntercept(order.realPrice) }}¥/{{order.oilProductType=='GAS'?'L':'L'}} - 加油员: + 加油员 {{order.siteUser}} - 加油渠道: + 加油渠道 {{order.channelCode|channelCodeFamt}} - - - 加油机金额: {{order.sitePriceAmount |moneyFormat}} - - - - 星油优惠: + 星油优惠 - {{ moneyIntercept(order.xoilDiscountAmount)}} + {{ moneyIntercept(order.xoilDiscountAmount)}} - 优惠券: + 优惠券 {{order.couponMark==1?order.couponDiscountAmount:'未使用优惠券'}} - 合计: + 合计 {{order.payRealAmount>0?order.payRealAmount:'xxx.x'|moneyFormat}} - 支付方式: + 支付方式 {{order.payAccountType==0?'星油豆':'企业账户支付'}} - 订单支付时间: + 订单支付时间 {{order.payTime}} - + {{order.suppleMark==0 ? '订单创建时间' : '补单订单创建时间'}} {{order.orderTime||` ${order.createTime}`}} - + - 加油车牌: + 加油车牌 {{order.plateNumber}} - 加油司机: + 加油司机 {{order.customerName}} {{order.customerCode}} - 油卡性质: + 油卡性质 {{order.oilCardNature|oilCardNatureF}} - - + + 联系客服 - + - - - + + + 联系客服 - + @@ -159,17 +156,17 @@ -