Selaa lähdekoodia

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

临城职教中职
ndbs 2 vuotta sitten
vanhempi
commit
c20252e3df
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  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 Näytä tiedosto

@@ -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 () {


Ladataan…
Peruuta
Tallenna