parent
697d96d1f5
commit
1b91362b9c
|
@ -366,7 +366,7 @@
|
||||||
//跳转事件
|
//跳转事件
|
||||||
goToEdit(e) {
|
goToEdit(e) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/application/hidden-trouble-investigation/hidden-trouble-app/other-hidden-add?HIDDEN_ID='+e
|
url: '/pages/application/hidden-danger-check-standard/custom/other-hidden-add?HIDDEN_ID='+e
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//根据主键ID获取数据
|
//根据主键ID获取数据
|
||||||
|
@ -442,16 +442,14 @@
|
||||||
'Content-type':'application/x-www-form-urlencoded'
|
'Content-type':'application/x-www-form-urlencoded'
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
LISTMANAGER_ID: _this.listId,
|
|
||||||
CUSTOM_ID: _this.listId,
|
CUSTOM_ID: _this.listId,
|
||||||
CORPINFO_ID:loginUser.CORPINFO_ID,
|
CORPINFO_ID:loginUser.CORPINFO_ID,
|
||||||
USER_ID:loginUser.USER_ID,
|
USER_ID:loginUser.USER_ID,
|
||||||
OPERATETYPE: "CHECKINFO",
|
},
|
||||||
},
|
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if("success" == res.data.result){
|
if("success" == res.data.result){
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
/*_this.otherHiddenList = res.data.hiddenList;*/
|
_this.otherHiddenList = res.data.hiddenList;
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon:'none',
|
icon:'none',
|
||||||
|
|
|
@ -918,7 +918,7 @@
|
||||||
// CHECK_CONTENT:_this.pd.CHECK_CONTENT,
|
// CHECK_CONTENT:_this.pd.CHECK_CONTENT,
|
||||||
HIDDENFINDDEPT:deptId,
|
HIDDENFINDDEPT:deptId,
|
||||||
CREATOR:loginUser.USER_ID,
|
CREATOR:loginUser.USER_ID,
|
||||||
LISTMANAGER_ID: _this.LISTMANAGER_ID,
|
CUSTOM_ID: _this.LISTMANAGER_ID,
|
||||||
HIDDENTYPE_NAME:_this.pd.HIDDENTYPENAME,
|
HIDDENTYPE_NAME:_this.pd.HIDDENTYPENAME,
|
||||||
HIDDENTYPE1:_this.pd.HIDDENTYPE[0] || '',
|
HIDDENTYPE1:_this.pd.HIDDENTYPE[0] || '',
|
||||||
HIDDENTYPE2:_this.pd.HIDDENTYPE[1] || '',
|
HIDDENTYPE2:_this.pd.HIDDENTYPE[1] || '',
|
||||||
|
|
|
@ -329,7 +329,7 @@
|
||||||
var checkMarker = {
|
var checkMarker = {
|
||||||
latitude: result1[1],
|
latitude: result1[1],
|
||||||
longitude: result1[0],
|
longitude: result1[0],
|
||||||
iconPath: '../../../static/map/50.png'
|
iconPath: '../../../../static/map/50.png'
|
||||||
}
|
}
|
||||||
_this.covers.push(checkMarker);
|
_this.covers.push(checkMarker);
|
||||||
}
|
}
|
||||||
|
@ -343,7 +343,7 @@
|
||||||
var checkMarker = {
|
var checkMarker = {
|
||||||
latitude: result2[1],
|
latitude: result2[1],
|
||||||
longitude: result2[0],
|
longitude: result2[0],
|
||||||
iconPath: '../../../static/map/50.png'
|
iconPath: '../../../../static/map/50.png'
|
||||||
}
|
}
|
||||||
_this.covers.push(checkMarker);
|
_this.covers.push(checkMarker);
|
||||||
}
|
}
|
||||||
|
@ -355,7 +355,7 @@
|
||||||
gcoord.BD09, // 当前坐标系
|
gcoord.BD09, // 当前坐标系
|
||||||
gcoord.GCJ02 // 目标坐标系
|
gcoord.GCJ02 // 目标坐标系
|
||||||
);
|
);
|
||||||
var checkMarker={latitude: result3[1],longitude: result3[0],iconPath: '../../../static/map/h.png'}
|
var checkMarker={latitude: result3[1],longitude: result3[0],iconPath: '../../../../static/map/h.png'}
|
||||||
_this.covers.push(checkMarker);
|
_this.covers.push(checkMarker);
|
||||||
console.info(_this.covers);
|
console.info(_this.covers);
|
||||||
} */
|
} */
|
||||||
|
|
Loading…
Reference in New Issue