Browse Source

网上评教--评教学期下拉框 秋季春季改为数字学期

临城职教中职
ndbs 2 years ago
parent
commit
a259effee6
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js

+ 5
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js View File

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


Loading…
Cancel
Save