|
@@ -105,7 +105,7 @@
|
|
|
</view>
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">下单人:</view>
|
|
|
- <view class="informationNum" >{{orderData.openUser.nickName|| '未知'}} / {{orderData.openShopHelpSheet.mobilePhone}}</view>
|
|
|
+ <view class="informationNum" >{{orderData.openUser.nickName|| '未知'}} / {{orderData.openUser.mobilePhone}}</view>
|
|
|
</view>
|
|
|
<view class="informationLine" v-if="orderData.openShopHelpSheet.confirmTime">
|
|
|
<view class="informationTxt">确认时间:</view>
|
|
@@ -119,7 +119,7 @@
|
|
|
|
|
|
<view class="informationLine" v-if="orderData.openShopHelpSheet.finishTime">
|
|
|
<view class="informationTxt">完成时间:</view>
|
|
|
- <view class="informationNum" >{{orderData.openShopHelpSheet.finishTime}}/orderData.openShopHelpSheet.finishOperator</view>
|
|
|
+ <view class="informationNum" >{{orderData.openShopHelpSheet.finishTime}}/{{orderData.openShopHelpSheet.finishOperator}}</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="informationLine" v-if="orderData.openShopHelpSheet.finishComment">
|
|
@@ -145,6 +145,8 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
+ <!-- <view>iOSInfo</view>
|
|
|
+ <view>{{iOSInfo}}</view> -->
|
|
|
|
|
|
<view style="height: 50rpx;background-color: #F4F5F7;"></view>
|
|
|
|
|
@@ -155,11 +157,21 @@
|
|
|
</view> -->
|
|
|
<!-- 待服务 -->
|
|
|
<view class="bottom">
|
|
|
- <view class="cancel" v-if="orderData.openShopHelpSheet.sheetState == 0||orderData.openShopHelpSheet.sheetState == 1||orderData.openShopHelpSheet.sheetState == 2" @click="cancelBespeak">取消订单</view>
|
|
|
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 0||orderData.openShopHelpSheet.sheetState == 1" @click="updateShop">更换门店</view>
|
|
|
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 0" @click="confirmOrder">确认</view>
|
|
|
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 1||orderData.openShopHelpSheet.sheetState == 2" @click="completeOrder">完成</view>
|
|
|
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 1" @click="goingOrder">出发</view>
|
|
|
+ <view v-if="iOSInfo.indexOf('Q060')!=-1||!iOSInfo">
|
|
|
+ <view class="cancel" v-if="orderData.openShopHelpSheet.sheetState == 0||orderData.openShopHelpSheet.sheetState == 1||orderData.openShopHelpSheet.sheetState == 2" @click="cancelBespeak">取消订单</view>
|
|
|
+ </view>
|
|
|
+ <view v-if="iOSInfo.indexOf('Q061')!=-1||!iOSInfo">
|
|
|
+ <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 0||orderData.openShopHelpSheet.sheetState == 1" @click="updateShop">更换门店</view>
|
|
|
+ </view>
|
|
|
+ <view v-if="iOSInfo.indexOf('Q057')!=-1||!iOSInfo">
|
|
|
+ <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 0" @click="confirmOrder">确认</view>
|
|
|
+ </view>
|
|
|
+ <view v-if="iOSInfo.indexOf('Q059')!=-1||!iOSInfo">
|
|
|
+ <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 1||orderData.openShopHelpSheet.sheetState == 2" @click="completeOrder">完成</view>
|
|
|
+ </view>
|
|
|
+ <view v-if="iOSInfo.indexOf('Q058')!=-1||!iOSInfo">
|
|
|
+ <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 1" @click="goingOrder">出发</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
|
|
@@ -173,14 +185,12 @@
|
|
|
<image @click="completeShow=false" src="../../static/img/icon_close.png" mode="" style="width: 26rpx; height: 26rpx;"></image>
|
|
|
|
|
|
</view>
|
|
|
-
|
|
|
<view class="contLine">
|
|
|
<view class="contlineRight">
|
|
|
<textarea placeholder-style="color:#999999" placeholder="备注" v-model="finishComment"
|
|
|
class="contlineRightInput" maxlength="-1" auto-height="true" />
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
<view class="tuiBtns">
|
|
|
<view class="btn" @click="completeShow=false">取消</view>
|
|
|
<view class="btn2" @click="complete">确认完成</view>
|
|
@@ -221,12 +231,9 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
-
|
|
|
id: '',
|
|
|
iStatusBarHeight:'',
|
|
|
-
|
|
|
orderData: '',
|
|
|
-
|
|
|
onval: true, // val值变化时自动重新生成二维码
|
|
|
loadMake: true, // 组件加载完成后自动生成二维码
|
|
|
size: 500,
|
|
@@ -271,16 +278,41 @@
|
|
|
}
|
|
|
//this.getTuiKuanData()
|
|
|
this.getShopinfo();
|
|
|
- var qxnum = uni.getStorageSync("quanxian");
|
|
|
+ /* var qxnum = uni.getStorageSync("quanxian");
|
|
|
if (qxnum == 1) {
|
|
|
this.iOSInfo = JSON.parse(JSON.stringify(window.iOSInfo));
|
|
|
}else if(qxnum==2){
|
|
|
window.getAndroid=this.getAndroid;
|
|
|
- }
|
|
|
+ } */
|
|
|
+ /* var standalone = window.navigator.standalone
|
|
|
+ var userAgent = window.navigator.userAgent.toLowerCase()
|
|
|
+ var safari = /safari/.test(userAgent)
|
|
|
+ var ios = /iphone|ipod|ipad|mac/.test(userAgent)
|
|
|
+ var android = /android/.test(userAgent)
|
|
|
+ if (ios) {
|
|
|
+ this.iOSInfo = JSON.parse(JSON.stringify(window.iOSInfo));
|
|
|
+ } else if (android) {
|
|
|
+
|
|
|
+ window.getAndroid=this.getAndroid;
|
|
|
+ } */
|
|
|
+ this.getpermission()
|
|
|
},
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
+ getpermission(){
|
|
|
+ this.$http('openH5ShopHelpSheetOrder/permission', {
|
|
|
+
|
|
|
+ },'POST').then(res => {
|
|
|
+
|
|
|
+ this.iOSInfo=res.data;
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+ getAndroid(e){
|
|
|
+
|
|
|
+ this.iOSInfo=e
|
|
|
+ },
|
|
|
goMapStart(){
|
|
|
var obj={
|
|
|
Lat:this.orderData.openShopHelpSheet.startLat,
|
|
@@ -494,9 +526,7 @@
|
|
|
this.swiperIndex=index
|
|
|
this.isShowMa=true
|
|
|
},
|
|
|
- getAndroid(e){
|
|
|
- this.iOSInfo=e
|
|
|
- },
|
|
|
+
|
|
|
payDone(){
|
|
|
var that = this
|
|
|
uni.showModal({
|