Przeglądaj źródła

课程信息管理-添加调整

西昌缴费二期
zhangli 2 lat temu
rodzic
commit
f424fa175d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/LessonInfo/Form.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/LessonInfo/Form.js Wyświetl plik

@@ -40,7 +40,7 @@ var bootstrap = function ($, learun) {
$('#LessonTypeId').lrDataSourceSelect({
code: 'CdLessonType', value: 'ltid', text: 'lessontypename', select: function (item) {
if (item != null && item != undefined) {
if (item.lessontypename === "公开课") {
if (item.lessontypename.indexOf('公开') || item.lessontypename.indexOf('公共')) {
$("#TeachMajorNo").removeAttr("isvalid");
$("#TeachMajorNo").removeAttr("NotNull");
} else {


Ładowanie…
Anuluj
Zapisz