加扫码权限
This commit is contained in:
parent
644c0aea99
commit
566fbd7571
@ -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();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user