|
@@ -97,7 +97,7 @@ |
|
|
mode=""></image> |
|
|
mode=""></image> |
|
|
<view @click="Receivedetailsabouttab('Receivedetailsabout')">更多</view> |
|
|
<view @click="Receivedetailsabouttab('Receivedetailsabout')">更多</view> |
|
|
<view class="allimg" v-if="Thetapeidisshow"> |
|
|
<view class="allimg" v-if="Thetapeidisshow"> |
|
|
<view @click="eqLog()" style="line-height: 70rpx;margin-top: 10rpx;">设备日志</view> |
|
|
|
|
|
|
|
|
<view v-if="eqLog!=-1" @click="eqLog()" style="line-height: 70rpx;margin-top: 10rpx;">设备日志</view> |
|
|
<view @click="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view> |
|
|
<view @click="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view> |
|
|
<view @click="alllogo()" style="line-height:70rpx;">{{userlistobj.validInvalidName}}</view> |
|
|
<view @click="alllogo()" style="line-height:70rpx;">{{userlistobj.validInvalidName}}</view> |
|
|
</view> |
|
|
</view> |
|
@@ -541,6 +541,7 @@ |
|
|
isPageHide: false, // 是否息屏 |
|
|
isPageHide: false, // 是否息屏 |
|
|
duration: '', // 总时长 |
|
|
duration: '', // 总时长 |
|
|
isBand: false, // 阻止二次提交 |
|
|
isBand: false, // 阻止二次提交 |
|
|
|
|
|
eqLog:0 |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
@@ -551,6 +552,9 @@ |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
onLoad(options) { |
|
|
onLoad(options) { |
|
|
|
|
|
let menu = uni.getStorageSync('weapp_session_Menu_data'); |
|
|
|
|
|
this.eqLog = menu.findIndex(item=>item.name=='设备日志'); |
|
|
|
|
|
|
|
|
this.status = options.status; |
|
|
this.status = options.status; |
|
|
this.customerId = options.customerId; |
|
|
this.customerId = options.customerId; |
|
|
this.itemobj = uni.getStorageSync('searchobj'); |
|
|
this.itemobj = uni.getStorageSync('searchobj'); |
|
|