Sfoglia il codice sorgente

web 考勤规则

黑艺新账号
yxq 1 anno fa
parent
commit
9e662fb7e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js Vedi File

@@ -75,7 +75,7 @@ var bootstrap = function ($, learun) {
async function initMap() {
let defaultPoint = await local()
var currentPoint = $('#GPSLon').val() && $('#GPSLat').val() ? { lng: $('#GPSLon').val(), lat: $('#GPSLat').val() } : defaultPoint, //经纬度 {lng,lat}
radius = $('#GPSRange').val() || 20, //打卡距离(m)
radius = $('#GPSRange').val() || 30, //打卡距离(m)
map = new BMapGL.Map("container", {
//enableRotate: false,
//enableTilt: false,


Caricamento…
Annulla
Salva