소스 검색

补助问卷管理 考核学期春/秋季改为数字

临城职教中职
ndbs 2 년 전
부모
커밋
c20252e3df
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js

+ 5
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/Form.js 파일 보기

@@ -28,7 +28,11 @@ var bootstrap = function ($, learun) {
if (!!pATId) {
$('#TId').lrselectSet(pATId);
}
$("#Semester").lrDataItemSelect({ code: 'Semester' });
$('#Semester').lrselect({
data: [{ text: "1", value: "1" }, { text: "2", value: "2" }],
text: "text",
value: "value"
})

},
initData: function () {


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