Procházet zdrojové kódy

【修改】资助管理:二级学院页面中表单页面的优化;

黑艺新账号
dyy před 1 rokem
rodič
revize
7c37112f25
2 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuFellowship/Form.js
  2. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Form.js

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuFellowship/Form.js Zobrazit soubor

@@ -30,6 +30,8 @@ var bootstrap = function ($, learun) {
$('#Files').attr('isvalid', 'yes');
$('#Files').attr('checkexpession', 'NotNull');
$('#Files').prev().html('附件<font face="宋体">*</font>');
//学号下拉框取消只显示‘登录用户所带班级的限制’;
strWhere = "";
} else {
$('#Files').removeAttr('isvalid');
$('#Files').removeAttr('checkexpession');


+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Form.js Zobrazit soubor

@@ -26,6 +26,8 @@ var bootstrap = function ($, learun) {
$('#Files').attr('isvalid', 'yes');
$('#Files').attr('checkexpession', 'NotNull');
$('#Files').prev().html('附件<font face="宋体">*</font>');
//学号下拉框取消只显示‘登录用户所带班级的限制’;
strWhere = "";
} else {
$('#Files').removeAttr('isvalid');
$('#Files').removeAttr('checkexpession');


Načítá se…
Zrušit
Uložit