|
|
|
@ -81,7 +81,8 @@ |
|
|
|
|
<view class="width100 backcorfff mart10"> |
|
|
|
|
<view class="width96 alijusstart height50 font14 fcor666"> |
|
|
|
|
<view class="width40 fcor333 fontwig6 font16">邀请码</view> |
|
|
|
|
<input class="width60 fotrt font15" style="padding-right: 6%;" v-model="identificationCode" placeholder="请输入邀请码" /> |
|
|
|
|
<input class="width60 fotrt font15" style="padding-right: 6%;" v-model="identificationCode" |
|
|
|
|
placeholder="请输入邀请码" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
@ -175,14 +176,14 @@ |
|
|
|
|
|
|
|
|
|
<view class="line1" v-if="item == 3"></view> |
|
|
|
|
<view class="heightl60 paddleft10 fcor666 width100 backcorfff" v-if="item == 3" @tap="paytype='3'"> |
|
|
|
|
<view class="width60 flleft fontwig6"> |
|
|
|
|
<view class="width60 flleft font14"> |
|
|
|
|
汇联通工会卡<text class="font14 fcor666 margle">余额: {{tongCardPrice}}元</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width30 fotct" v-if="isUse"> |
|
|
|
|
<radio :checked="paytype=='3'" @click="changeRiado()" color="#0083f5" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="line1" v-if="oilUserCardlist"></view> |
|
|
|
|
<view class="heightl60 paddleft10 fcor666 width100 backcorfff" v-if="oilUserCardlist" |
|
|
|
@ -215,8 +216,7 @@ |
|
|
|
|
<!-- </view> --> |
|
|
|
|
<picker mode="selector" style="width: 20%;" :range="UserCard" range-key="carLicensePlate" |
|
|
|
|
@change="bindUserCard"> |
|
|
|
|
<view class="date text1" |
|
|
|
|
style="color: white;position: absolute;margin-top: -2px;min-width: 100px;"> |
|
|
|
|
<view class="date text1" style="color: white;position: absolute;margin-top: -2px;min-width: 100px;"> |
|
|
|
|
11111{{cardNoNumber}}</view> |
|
|
|
|
</picker> |
|
|
|
|
<image class="flright" style="width: 15px;height: 15px;" src="../../../static/img/downj.png"> |
|
|
|
@ -224,8 +224,6 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="width100 mart15 fcor333 font16 fontwig6 paddleft10">重要说明</view> |
|
|
|
|
<view class="width95 paddleft10 font14 fcor999 mart5">1.<text |
|
|
|
|
class="fcor089 fontwig6">请先加油后下单</text>,即您到站后,与工作人员确认油号,枪号后再付款。</view> |
|
|
|
@ -241,7 +239,6 @@ |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<wybPopup ref="popup" type="bottom" width="500" :scrollY="true" radius="6" :showCloseIcon="true"> |
|
|
|
|
<view class="fotct font18 fontwig6 fcor333 mart10 height30">优惠券选择</view> |
|
|
|
|
<view class="width92 height110 tccs mart10 alijus" v-for="(items, index) in OrderPreList" :key="index" |
|
|
|
@ -256,11 +253,9 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="width20 fotrt"> |
|
|
|
|
<view> |
|
|
|
|
<radio |
|
|
|
|
v-if="items.discountCondition && orderPrice >= items.discountCondition" |
|
|
|
|
<radio v-if="items.discountCondition && orderPrice >= items.discountCondition" |
|
|
|
|
color="#c72a20" :checked="items.id == memDiscountId" /> |
|
|
|
|
<radio |
|
|
|
|
v-if="items.discountCondition && orderPrice < items.discountCondition" |
|
|
|
|
<radio v-if="items.discountCondition && orderPrice < items.discountCondition" |
|
|
|
|
color="#c72a20" disabled="true" :checked="items.id == memDiscountId" /> |
|
|
|
|
|
|
|
|
|
<radio v-if="!items.discountCondition" color="#c72a20" |
|
|
|
@ -289,8 +284,7 @@ |
|
|
|
|
cancel, |
|
|
|
|
oilPriceDiscountCompute, |
|
|
|
|
getRebateIntegral, |
|
|
|
|
getThirdPartyByDetail |
|
|
|
|
getRebateIntegral, |
|
|
|
|
getThirdPartyByDetail, |
|
|
|
|
getUserCardList, |
|
|
|
|
fleetOilCardPay, |
|
|
|
|
getCardListByCardNo |
|
|
|
@ -335,7 +329,6 @@ |
|
|
|
|
Integrastu: 1, //返积分状态 |
|
|
|
|
paytypeList: [], //支付方式 |
|
|
|
|
identificationCode: '', //渠道商 |
|
|
|
|
Integrastu: 1, //返积分状态 |
|
|
|
|
oilUserCardlist: '', //油卡列表 |
|
|
|
|
oilUserno: '', //油卡卡号 |
|
|
|
|
contactName: '', //油卡联系人 |
|
|
|
@ -420,7 +413,7 @@ |
|
|
|
|
type: 3 |
|
|
|
|
} |
|
|
|
|
getUserCardList(datas).then(res => { |
|
|
|
|
if (res.return_code == '000000' && res.return_data !='') { |
|
|
|
|
if (res.return_code == '000000' && res.return_data != '') { |
|
|
|
|
this.oilUserCardlist = res.return_data; |
|
|
|
|
this.oilUserno = res.return_data[0].cardNo; |
|
|
|
|
this.contactName = res.return_data[0].contactName; |
|
|
|
@ -911,8 +904,8 @@ |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (this.orderNo) { |
|
|
|
|
this.wechatPay(); |
|
|
|
|
// if (this.orderNo) { |
|
|
|
|
// this.wechatPay(); |
|
|
|
|
// if (this.orderNo) { |
|
|
|
|
// this.orderToPay(); |
|
|
|
|
// return; |
|
|
|
@ -951,7 +944,7 @@ |
|
|
|
|
"payGold": this.priceValue[1], |
|
|
|
|
"promoteCode": this.identificationCode, |
|
|
|
|
"payPwd": this.PaymentPassword, |
|
|
|
|
memDiscountId:this.memDiscountId |
|
|
|
|
memDiscountId: this.memDiscountId |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
create(goods).then(res => { |
|
|
|
|