订单修改
This commit is contained in:
@@ -92,7 +92,7 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
//获取车辆确定随车资料
|
||||
//获取车辆确认交付车辆
|
||||
getAppDelivery(){
|
||||
_.apiQuery.getAppDelivery().then(res=>{
|
||||
|
||||
@@ -609,7 +609,7 @@ Page({
|
||||
else{
|
||||
let that = this
|
||||
wx.showModal({
|
||||
title:'确认随车物品?',
|
||||
title:'确认交付车辆?',
|
||||
content:'',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
@@ -628,7 +628,7 @@ Page({
|
||||
that.getAppCusorderV2()
|
||||
|
||||
wx.showToast({
|
||||
title: '确认随车物品成功',
|
||||
title: '确认交付车辆成功',
|
||||
icon: 'success'
|
||||
})
|
||||
|
||||
|
||||
@@ -393,7 +393,7 @@
|
||||
<!--end交付随车信息-->
|
||||
|
||||
<!--订单作废 收取意向金 操作-->
|
||||
<view class="fixed left-0 right-0 bottom-0 pt20 pl30 pr30 pb40 bg-000-op80 fn-flex">
|
||||
<view class="fixed left-0 right-0 bottom-0 pt20 pl30 pr30 pb40 bg-000-op80 fn-flex z-index-9999">
|
||||
<button bindtap="putAppCusorderV2Status" class="fn-flex-item ml20 mr20 btn-36afa2 wp100 font-28 color-fff ulib-r750" hover-class="btn-36afa2-hover" wx:if="{{!info.inten_money&&!info.price_book_status&&!info.price_last_status&&!price_srv_status}}"><i class="iconfont mr5 icon-zuofei"></i>订单作废</button>
|
||||
<button bindtap="optShowOrderCode" class="fn-flex-item ml20 mr20 btn-36afa2 wp100 font-28 color-fff ulib-r750" hover-class="btn-36afa2-hover"><i class="iconfont mr5 icon-zhifu"></i>邀请扫码</button>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user