소스 검색

【修改】教务-专业发展:学生证书、荣誉、赛事、文章,只有提交按钮发起流程;文章实体字段修改;

新疆警官学校中职
dyy 2 년 전
부모
커밋
371c55ea0d
6개의 변경된 파일27개의 추가작업 그리고 23개의 파일을 삭제
  1. +3
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentArticlePublic/Index.js
  2. +3
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentCertificate/Index.js
  3. +3
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentCompetition/Index.js
  4. +3
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentHonor/Index.js
  5. +13
    -13
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StudentArticlePublic/StudentArticlePublicEntity.cs
  6. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js

+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentArticlePublic/Index.js 파일 보기

@@ -55,8 +55,9 @@ var bootstrap = function ($, learun) {
res = top[id].validForm();
// 保存数据
if (res) {
processId = learun.newGuid();
res = top[id].save(processId, refreshGirdData);
res = top[id].save('', function () {
page.search();
});
}
return res;
}


+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentCertificate/Index.js 파일 보기

@@ -54,8 +54,9 @@ var bootstrap = function ($, learun) {
res = top[id].validForm();
// 保存数据
if (res) {
processId = learun.newGuid();
res = top[id].save(processId, refreshGirdData);
res = top[id].save('', function () {
page.search();
});
}
return res;
}


+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentCompetition/Index.js 파일 보기

@@ -55,8 +55,9 @@ var bootstrap = function ($, learun) {
res = top[id].validForm();
// 保存数据
if (res) {
processId = learun.newGuid();
res = top[id].save(processId, refreshGirdData);
res = top[id].save('', function () {
page.search();
});
}
return res;
}


+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StudentHonor/Index.js 파일 보기

@@ -54,8 +54,9 @@ var bootstrap = function ($, learun) {
res = top[id].validForm();
// 保存数据
if (res) {
processId = learun.newGuid();
res = top[id].save(processId, refreshGirdData);
res = top[id].save('', function () {
page.search();
});
}
return res;
}


+ 13
- 13
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StudentArticlePublic/StudentArticlePublicEntity.cs 파일 보기

@@ -45,25 +45,25 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
[Column("CLASSNO")]
public string ClassNo { get; set; }
/// <summary>
/// 赛事名称
/// 刊登期刊名称
/// </summary>
[Column("SCNAME")]
public string SCName { get; set; }
[Column("APNAME")]
public string APName { get; set; }
/// <summary>
/// 赛事级别
/// 刊登期刊级别
/// </summary>
[Column("SCLEVEL")]
public string SCLevel { get; set; }
[Column("APLEVEL")]
public string APLevel { get; set; }
/// <summary>
/// 赛事获取时间
/// 刊登期刊时间
/// </summary>
[Column("SCTIME")]
public DateTime? SCTime { get; set; }
[Column("APTIME")]
public DateTime? APTime { get; set; }
/// <summary>
/// 赛事种类
/// 指导老师
/// </summary>
[Column("SCTYPE")]
public string SCType { get; set; }
[Column("INSTRUCTOR")]
public string Instructor { get; set; }
/// <summary>
/// 分值
/// </summary>
@@ -75,7 +75,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
[Column("URL")]
public string Url { get; set; }
/// <summary>
/// 颁发单位
/// 出版单位
/// </summary>
[Column("UNIT")]
public string Unit { get; set; }


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js 파일 보기

@@ -23,11 +23,11 @@ export default {
"apiHost": [
// "http://cyzjzx.gnway.cc:31218/"//测试地址接口
// "http://cyzjzx.gnway.cc:29904/"//正式地址接口
"http://192.168.10.58:8012/"
"http://192.168.10.175:8088/"
],
// "webHost":"http://cyzjzx.gnway.cc:30549/",//测试地址
// "webHost":"http://wxd3f.cyzjzx.com/",//正式地址
"webHost":"http://192.168.10.31:8087/",
"webHost":"http://192.168.10.175:8087/",
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
// 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428


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