Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2f46dc8974
@ -228,8 +228,8 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 确定备注
|
// 确定备注
|
||||||
submitRemark(){
|
submitRemark() {
|
||||||
this.show = false
|
this.show = false
|
||||||
this.oilOrder.remark = this.value1
|
this.oilOrder.remark = this.value1
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
@ -376,7 +376,8 @@
|
|||||||
// icon: "success"
|
// icon: "success"
|
||||||
// })
|
// })
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pagesHome/PaymentResults/PaymentResults"
|
url: "/pagesHome/PaymentResults/PaymentResults?orderNo=" +
|
||||||
|
resp.data.orderNo
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
@ -451,11 +452,11 @@
|
|||||||
this.oilOrder.oilPrice = this.oilPrice
|
this.oilOrder.oilPrice = this.oilPrice
|
||||||
this.oilOrder.oilCardAmount1 = this.oilCardAmount
|
this.oilOrder.oilCardAmount1 = this.oilCardAmount
|
||||||
this.oilOrder.oilGunNum = this.oilGunNum
|
this.oilOrder.oilGunNum = this.oilGunNum
|
||||||
if (this.userInfo){
|
if (this.userInfo) {
|
||||||
this.oilOrder.userId = this.userInfo.id
|
this.oilOrder.userId = this.userInfo.id
|
||||||
this.oilOrder.payUser = this.userInfo.mobile
|
this.oilOrder.payUser = this.userInfo.mobile
|
||||||
}
|
}
|
||||||
|
|
||||||
request({
|
request({
|
||||||
url: "business/oilOrder/addOrderPos",
|
url: "business/oilOrder/addOrderPos",
|
||||||
method: 'post',
|
method: 'post',
|
||||||
@ -470,7 +471,7 @@
|
|||||||
// })
|
// })
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pagesHome/PaymentResults/PaymentResults?orderNo="+this.orderNo
|
url: "/pagesHome/PaymentResults/PaymentResults?orderNo=" + this.orderNo
|
||||||
})
|
})
|
||||||
} else if (res.data.code == 2) {
|
} else if (res.data.code == 2) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
@ -280,7 +280,8 @@
|
|||||||
data: this.order
|
data: this.order
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pagesHome/PaymentResults/PaymentResults?type=1&orderNo=' + res.data.orderNo
|
url: '/pagesHome/PaymentResults/PaymentResults?type=1&orderNo=' + res.data
|
||||||
|
.paymentNo
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="container" v-if="balanceOrder">
|
<view class="container" v-if="balanceOrder">
|
||||||
<headers :titles="titles"><u-icon name="arrow-left" color="#fff" size="22"></u-icon></headers>
|
<headers :titles="titles"><u-icon name="arrow-left" color="#fff" size="22"></u-icon></headers>
|
||||||
<view class="top_">
|
<!-- <view class="top_">
|
||||||
<image src="../../static/imgs/zfcg.png" mode=""></image>
|
<image src="../../static/imgs/zfcg.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="title_">支付成功</view>
|
<view class="title_">支付成功</view>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<image src="../../static/imgs/zfsb.png" mode=""></image>
|
<image src="../../static/imgs/zfsb.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="title_" v-if="oilOrder.orderStatus!='paid'">支付失败</view> -->
|
<view class="title_" v-if="oilOrder.orderStatus!='paid'">支付失败</view> -->
|
||||||
<view class="b-bs">
|
<!-- <view class="b-bs">
|
||||||
<view class="h-size">应收金额</view>
|
<view class="h-size">应收金额</view>
|
||||||
<view class="red-size">¥{{balanceOrder.orderAmount}}</view>
|
<view class="red-size">¥{{balanceOrder.orderAmount}}</view>
|
||||||
</view>
|
</view>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<view class="h-size" v-if="balanceOrder.payType=='UNIONPAY'">银联二维码支付</view>
|
<view class="h-size" v-if="balanceOrder.payType=='UNIONPAY'">银联二维码支付</view>
|
||||||
<view class="h-size" v-if="balanceOrder.payType=='CASH'">现金支付</view>
|
<view class="h-size" v-if="balanceOrder.payType=='CASH'">现金支付</view>
|
||||||
<view class="h-size" v-if="balanceOrder.payType=='APPLET_CODE'">小程序码支付</view>
|
<view class="h-size" v-if="balanceOrder.payType=='APPLET_CODE'">小程序码支付</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="p-bottom">
|
<view class="p-bottom">
|
||||||
<view class="anniu" @click="goback()">
|
<view class="anniu" @click="goback()">
|
||||||
|
Loading…
Reference in New Issue
Block a user