소스 검색

课程信息管理-添加调整

西昌缴费二期
zhangli 2 년 전
부모
커밋
f424fa175d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

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


불러오는 중...
취소
저장