Browse Source

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

临城职教中职
ndbs 2 years ago
parent
commit
c20252e3df
1 changed files with 5 additions and 1 deletions
  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 View File

@@ -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…
Cancel
Save