소스 검색

Merge branch '黑龙江艺术高中职' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 黑龙江艺术高中职

黑艺新账号
liangkun 1 년 전
부모
커밋
7383a9042e
2개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js
  2. +4
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/FormDay.js

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/Form.js 파일 보기

@@ -69,6 +69,8 @@ var bootstrap = function ($, learun) {
}
initMap()
});
} else {
initMap()
}
function initMap() {
console.log($('#GPSRange').val())


+ 4
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/ADR_Restriction/FormDay.js 파일 보기

@@ -34,8 +34,9 @@ var bootstrap = function ($, learun) {
selectedData: [],
}
},
mouted() {
if ($('#WorkDay')) {
mounted() {
$('.el-button-group .el-button:nth-child(2) span').html('当月')
if ($('#WorkDay').val()) {
this.selectedData = $('#WorkDay').val().split(',')
}
},
@@ -50,7 +51,7 @@ var bootstrap = function ($, learun) {
} else {
this.selectedData.push(data.day)
}
$('#WorkDay').val(this.selectedData.toString())
$('#WorkDay').val(this.selectedData.join(','))
}
}
})


불러오는 중...
취소
저장