加扫码权限

This commit is contained in:
”Rain“ 2024-05-25 18:50:07 +08:00
parent 644c0aea99
commit 566fbd7571
2 changed files with 8 additions and 3 deletions

View File

@ -185,6 +185,7 @@
longitude: res.longitude,
latitude: res.latitude,
userId: userInfo.userId,
xzCheckingRouteTaskId:this.form.id,
},
method: "GET",
success(res) {
@ -198,9 +199,10 @@
buttonText: '确定',
success: function(res) {
if (res.confirm) {
uni.navigateTo({
url: '../projectIndex/projectIndex'
})
// uni.navigateTo({
// url: '../projectIndex/projectIndex'
// })
uni.navigateBack();
}
}
});

View File

@ -12,6 +12,9 @@
<view class="type">
<view class="textColor">分部分项工程名称<span class="textStyle">{{itemFrom.taskName}}</span></view>
</view>
<view class="type">
<view class="textColor">区域<span class="textStyle">{{itemFrom.qualityRegionName}}</span></view>
</view>
<view class="type">
<view class="textColor">计划开始日期<span class="textStyle">{{itemFrom.startDate}}</span></view>
</view>