浏览代码

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

黑艺新账号
dyy 1年前
父节点
当前提交
7c37112f25
共有 2 个文件被更改,包括 4 次插入0 次删除
  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 查看文件

@@ -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 查看文件

@@ -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');


正在加载...
取消
保存