瀏覽代碼

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

黑艺新账号
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');


Loading…
取消
儲存