Преглед изворни кода

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

临城职教中职
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 () {


Loading…
Откажи
Сачувај