Merge branch 'bjxz-rain' into bjxz-dev
This commit is contained in:
commit
8ea94ef3ad
@ -183,17 +183,15 @@
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getTime()
|
this.getTime()
|
||||||
// this.getListData();
|
|
||||||
// this.loadData();
|
|
||||||
},
|
|
||||||
onShow() {
|
|
||||||
this.dataList = [];
|
|
||||||
this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn;
|
|
||||||
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight;
|
|
||||||
this.getListData();
|
this.getListData();
|
||||||
// this.loadData();
|
// this.loadData();
|
||||||
this.getRecordList()
|
this.getRecordList()
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
// this.dataList = [];
|
||||||
|
this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn;
|
||||||
|
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight;
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
//实时时间
|
//实时时间
|
||||||
getTime() {
|
getTime() {
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
巡检点信息
|
巡检点信息
|
||||||
</view>
|
</view>
|
||||||
</headers>
|
</headers>
|
||||||
<view class="content" :style="{ 'padding-top': (statusBarHeight+52) + 'px' }">
|
<view class="content" :style="{ 'margin-top': (statusBarHeight+52) + 'px' }">
|
||||||
<view class="splitTitle">
|
<view class="splitTitle">
|
||||||
巡检信息
|
巡检信息
|
||||||
</view>
|
</view>
|
||||||
@ -185,6 +185,7 @@
|
|||||||
longitude: res.longitude,
|
longitude: res.longitude,
|
||||||
latitude: res.latitude,
|
latitude: res.latitude,
|
||||||
userId: userInfo.userId,
|
userId: userInfo.userId,
|
||||||
|
xzCheckingRouteTaskId:this.form.id,
|
||||||
},
|
},
|
||||||
method: "GET",
|
method: "GET",
|
||||||
success(res) {
|
success(res) {
|
||||||
@ -198,9 +199,10 @@
|
|||||||
buttonText: '确定',
|
buttonText: '确定',
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
uni.navigateTo({
|
// uni.navigateTo({
|
||||||
url: '../projectIndex/projectIndex'
|
// url: '../projectIndex/projectIndex'
|
||||||
})
|
// })
|
||||||
|
uni.navigateBack();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@ -12,6 +12,9 @@
|
|||||||
<view class="type">
|
<view class="type">
|
||||||
<view class="textColor">分部分项工程名称:<span class="textStyle">{{itemFrom.taskName}}</span></view>
|
<view class="textColor">分部分项工程名称:<span class="textStyle">{{itemFrom.taskName}}</span></view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="type">
|
||||||
|
<view class="textColor">区域:<span class="textStyle">{{itemFrom.qualityRegionName}}</span></view>
|
||||||
|
</view>
|
||||||
<view class="type">
|
<view class="type">
|
||||||
<view class="textColor">计划开始日期:<span class="textStyle">{{itemFrom.startDate}}</span></view>
|
<view class="textColor">计划开始日期:<span class="textStyle">{{itemFrom.startDate}}</span></view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user