|
|
@@ -228,7 +228,7 @@ export default {
|
|
|
if(player!=null && player.Native!=null){
|
|
|
player.on('mousemove',function(x,y){
|
|
|
if(window.CurrentTargetType!='FAC') return;
|
|
|
- //console.log('mousemove:',x,y)
|
|
|
+ console.log('mousemove:',x,y)
|
|
|
isMoveInBuild(x,y);
|
|
|
});
|
|
|
(async()=>{
|
|
|
@@ -238,11 +238,7 @@ export default {
|
|
|
if(player!=null && player.Native!=null)player.Native.GisMarker.destroy(marklst[i].id)
|
|
|
}
|
|
|
}
|
|
|
- loadmarkers();
|
|
|
- setTimeout(() => {
|
|
|
- //需要延迟加载,等待今日库存统计板板先显示
|
|
|
- loadBuilderInfo();
|
|
|
- }, 1000);
|
|
|
+ loadmarkers();
|
|
|
})();
|
|
|
}
|
|
|
MarkerMapFac["FAC"] = {};
|
|
|
@@ -572,6 +568,7 @@ export default {
|
|
|
emit('markerLClick',markerLClickObj);
|
|
|
});
|
|
|
updateMarkerData();
|
|
|
+ loadBuilderInfo();
|
|
|
}
|
|
|
function LoadSCLine(dataType) {
|
|
|
buttonCode1.value = dataType;
|