Browse Source

校外实训基地数据表

长阳分支推送专用^2
lifeng 2 years ago
parent
commit
e687f6400d
41 changed files with 2454 additions and 8 deletions
  1. +117
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_cjsxhdsjController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_djhddydhsjController.cs
  3. +117
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_djhddyrcsjController.cs
  4. +117
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_djhddyztdrsjController.cs
  5. +63
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Form.cshtml
  6. +51
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Form.js
  7. +26
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Index.cshtml
  8. +106
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Index.js
  9. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddydhsj/Form.js
  10. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddydhsj/Index.js
  11. +47
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Form.cshtml
  12. +50
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Form.js
  13. +26
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Index.cshtml
  14. +93
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Index.js
  15. +47
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Form.cshtml
  16. +51
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Form.js
  17. +26
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Index.cshtml
  18. +102
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Index.js
  19. +15
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
  20. +29
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_CJSXHDSJMap.cs
  21. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DJHDDYDHSJMap.cs
  22. +29
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DJHDDYRCSJMap.cs
  23. +29
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DJHDDYZTDRSJMap.cs
  24. +3
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Learun.Application.Mapping.csproj
  25. +115
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ODS_CJSXHDSJEntity.cs
  26. +125
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ods_cjsxhdsjBLL.cs
  27. +48
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ods_cjsxhdsjIBLL.cs
  28. +158
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ods_cjsxhdsjService.cs
  29. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ODS_DJHDDYDHSJEntity.cs
  30. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ods_djhddydhsjBLL.cs
  31. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ods_djhddydhsjIBLL.cs
  32. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ods_djhddydhsjService.cs
  33. +95
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ODS_DJHDDYRCSJEntity.cs
  34. +125
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ods_djhddyrcsjBLL.cs
  35. +48
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ods_djhddyrcsjIBLL.cs
  36. +154
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ods_djhddyrcsjService.cs
  37. +95
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ODS_DJHDDYZTDRSJEntity.cs
  38. +125
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ods_djhddyztdrsjBLL.cs
  39. +48
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ods_djhddyztdrsjIBLL.cs
  40. +154
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ods_djhddyztdrsjService.cs
  41. +12
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Learun.Application.TwoDevelopment.csproj

+ 117
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_cjsxhdsjController.cs View File

@@ -0,0 +1,117 @@
using Learun.Util;
using System.Data;
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Web.Mvc;
using System.Collections.Generic;

namespace Learun.Application.Web.Areas.Changyang_zhdn.Controllers
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:35
/// 描 述:参加赛事活动数据表
/// </summary>
public class ods_cjsxhdsjController : MvcControllerBase
{
private ods_cjsxhdsjIBLL ods_cjsxhdsjIBLL = new ods_cjsxhdsjBLL();

#region 视图功能

/// <summary>
/// 主页面
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Index()
{
return View();
}
/// <summary>
/// 表单页
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Form()
{
return View();
}
#endregion

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetPageList(string pagination, string queryJson)
{
Pagination paginationobj = pagination.ToObject<Pagination>();
var data = ods_cjsxhdsjIBLL.GetPageList(paginationobj, queryJson);
var jsonData = new
{
rows = data,
total = paginationobj.total,
page = paginationobj.page,
records = paginationobj.records
};
return Success(jsonData);
}
/// <summary>
/// 获取表单数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetFormData(string keyValue)
{
var ODS_CJSXHDSJData = ods_cjsxhdsjIBLL.GetODS_CJSXHDSJEntity( keyValue );
var jsonData = new {
ODS_CJSXHDSJ = ODS_CJSXHDSJData,
};
return Success(jsonData);
}
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpPost]
[AjaxOnly]
public ActionResult DeleteForm(string keyValue)
{
ods_cjsxhdsjIBLL.DeleteEntity(keyValue);
return Success("删除成功!");
}
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="strEntity">实体</param>
/// <returns></returns>
[HttpPost]
[ValidateAntiForgeryToken]
[AjaxOnly]
public ActionResult SaveForm(string keyValue, string strEntity)
{
ODS_CJSXHDSJEntity entity = strEntity.ToObject<ODS_CJSXHDSJEntity>();
ods_cjsxhdsjIBLL.SaveEntity(keyValue,entity);
if (string.IsNullOrEmpty(keyValue))
{
}
return Success("保存成功!");
}
#endregion

}
}

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_djhddydhsjController.cs View File

@@ -10,7 +10,7 @@ namespace Learun.Application.Web.Areas.Changyang_zhdn.Controllers
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 16:15
/// 日 期:2022-11-09 16:18
/// 描 述:党建活动党员大会数据表
/// </summary>
public class ods_djhddydhsjController : MvcControllerBase


+ 117
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_djhddyrcsjController.cs View File

@@ -0,0 +1,117 @@
using Learun.Util;
using System.Data;
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Web.Mvc;
using System.Collections.Generic;

namespace Learun.Application.Web.Areas.Changyang_zhdn.Controllers
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:12
/// 描 述:党建活动党员日常数据表
/// </summary>
public class ods_djhddyrcsjController : MvcControllerBase
{
private ods_djhddyrcsjIBLL ods_djhddyrcsjIBLL = new ods_djhddyrcsjBLL();

#region 视图功能

/// <summary>
/// 主页面
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Index()
{
return View();
}
/// <summary>
/// 表单页
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Form()
{
return View();
}
#endregion

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetPageList(string pagination, string queryJson)
{
Pagination paginationobj = pagination.ToObject<Pagination>();
var data = ods_djhddyrcsjIBLL.GetPageList(paginationobj, queryJson);
var jsonData = new
{
rows = data,
total = paginationobj.total,
page = paginationobj.page,
records = paginationobj.records
};
return Success(jsonData);
}
/// <summary>
/// 获取表单数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetFormData(string keyValue)
{
var ODS_DJHDDYRCSJData = ods_djhddyrcsjIBLL.GetODS_DJHDDYRCSJEntity( keyValue );
var jsonData = new {
ODS_DJHDDYRCSJ = ODS_DJHDDYRCSJData,
};
return Success(jsonData);
}
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpPost]
[AjaxOnly]
public ActionResult DeleteForm(string keyValue)
{
ods_djhddyrcsjIBLL.DeleteEntity(keyValue);
return Success("删除成功!");
}
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="strEntity">实体</param>
/// <returns></returns>
[HttpPost]
[ValidateAntiForgeryToken]
[AjaxOnly]
public ActionResult SaveForm(string keyValue, string strEntity)
{
ODS_DJHDDYRCSJEntity entity = strEntity.ToObject<ODS_DJHDDYRCSJEntity>();
ods_djhddyrcsjIBLL.SaveEntity(keyValue,entity);
if (string.IsNullOrEmpty(keyValue))
{
}
return Success("保存成功!");
}
#endregion

}
}

+ 117
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_djhddyztdrsjController.cs View File

@@ -0,0 +1,117 @@
using Learun.Util;
using System.Data;
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Web.Mvc;
using System.Collections.Generic;

namespace Learun.Application.Web.Areas.Changyang_zhdn.Controllers
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:24
/// 描 述:党建活动党员主题党日数据表
/// </summary>
public class ods_djhddyztdrsjController : MvcControllerBase
{
private ods_djhddyztdrsjIBLL ods_djhddyztdrsjIBLL = new ods_djhddyztdrsjBLL();

#region 视图功能

/// <summary>
/// 主页面
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Index()
{
return View();
}
/// <summary>
/// 表单页
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Form()
{
return View();
}
#endregion

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetPageList(string pagination, string queryJson)
{
Pagination paginationobj = pagination.ToObject<Pagination>();
var data = ods_djhddyztdrsjIBLL.GetPageList(paginationobj, queryJson);
var jsonData = new
{
rows = data,
total = paginationobj.total,
page = paginationobj.page,
records = paginationobj.records
};
return Success(jsonData);
}
/// <summary>
/// 获取表单数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetFormData(string keyValue)
{
var ODS_DJHDDYZTDRSJData = ods_djhddyztdrsjIBLL.GetODS_DJHDDYZTDRSJEntity( keyValue );
var jsonData = new {
ODS_DJHDDYZTDRSJ = ODS_DJHDDYZTDRSJData,
};
return Success(jsonData);
}
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpPost]
[AjaxOnly]
public ActionResult DeleteForm(string keyValue)
{
ods_djhddyztdrsjIBLL.DeleteEntity(keyValue);
return Success("删除成功!");
}
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="strEntity">实体</param>
/// <returns></returns>
[HttpPost]
[ValidateAntiForgeryToken]
[AjaxOnly]
public ActionResult SaveForm(string keyValue, string strEntity)
{
ODS_DJHDDYZTDRSJEntity entity = strEntity.ToObject<ODS_DJHDDYZTDRSJEntity>();
ods_djhddyztdrsjIBLL.SaveEntity(keyValue,entity);
if (string.IsNullOrEmpty(keyValue))
{
}
return Success("保存成功!");
}
#endregion

}
}

+ 63
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Form.cshtml View File

@@ -0,0 +1,63 @@
@{
ViewBag.Title = "参加赛事活动数据表";
Layout = "~/Views/Shared/_Form.cshtml";
}
<div class="lr-form-wrap" id="form">
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">学校机构代码<font face="宋体">*</font></div>
<input id="XXJGDM" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">学校机构名称<font face="宋体">*</font></div>
<input id="XXJGMC" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">活动名称<font face="宋体">*</font></div>
<input id="HDMC" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">活动主题<font face="宋体">*</font></div>
<input id="HDZT" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">活动形式<font face="宋体">*</font></div>
<input id="HDXS" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">活动内容<font face="宋体">*</font></div>
<input id="HDNR" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">主办单位</div>
<input id="ZBDW" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">主办单位级别</div>
<div id="ZBDWJB" ></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">活动开始日期</div>
<input id="HDKSRQ" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">活动结束日期</div>
<input id="HDJSRQ" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">校方负责人<font face="宋体">*</font></div>
<input id="XFFZR" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">参与教师数<font face="宋体">*</font></div>
<input id="CYJSS" type="text" class="form-control" isvalid="yes" checkexpession="Num" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">参与学生数<font face="宋体">*</font></div>
<input id="CYXSS" type="text" class="form-control" isvalid="yes" checkexpession="Num" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_CJSXHDSJ" >
<div class="lr-form-item-title">数据采集时间</div>
<input id="SJCJSJ" type="text" class="form-control" />
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Form.js")

+ 51
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Form.js View File

@@ -0,0 +1,51 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-10 11:35
* 描 述:参加赛事活动数据表
*/
var acceptClick;
var keyValue = request('keyValue');
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
$('.lr-form-wrap').lrscroll();
page.bind();
page.initData();
},
bind: function () {
$('#ZBDWJB').lrDataItemSelect({ code: 'zbdwjbdm' });
},
initData: function () {
if (!!keyValue) {
$.lrSetForm(top.$.rootUrl + '/Changyang_zhdn/ods_cjsxhdsj/GetFormData?keyValue=' + keyValue, function (data) {
for (var id in data) {
if (!!data[id].length && data[id].length > 0) {
$('#' + id ).jfGridSet('refreshdata', data[id]);
}
else {
$('[data-table="' + id + '"]').lrSetFormData(data[id]);
}
}
});
}
}
};
// 保存数据
acceptClick = function (callBack) {
if (!$('body').lrValidform()) {
return false;
}
var postData = {
strEntity: JSON.stringify($('body').lrGetFormData())
};
$.lrSaveForm(top.$.rootUrl + '/Changyang_zhdn/ods_cjsxhdsj/SaveForm?keyValue=' + keyValue, postData, function (res) {
// 保存成功后才回调
if (!!callBack) {
callBack();
}
});
};
page.init();
}

+ 26
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Index.cshtml View File

@@ -0,0 +1,26 @@
@{
ViewBag.Title = "参加赛事活动数据表";
Layout = "~/Views/Shared/_Index.cshtml";
}
<div class="lr-layout " >
<div class="lr-layout-center">
<div class="lr-layout-wrap lr-layout-wrap-notitle ">
<div class="lr-layout-tool">
<div class="lr-layout-tool-left">
</div>
<div class="lr-layout-tool-right">
<div class=" btn-group btn-group-sm">
<a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
</div>
<div class=" btn-group btn-group-sm" learun-authorize="yes">
<a id="lr_add" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;新增</a>
<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>
<a id="lr_delete" class="btn btn-default"><i class="fa fa-trash-o"></i>&nbsp;删除</a>
</div>
</div>
</div>
<div class="lr-layout-body" id="gridtable"></div>
</div>
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Index.js")

+ 106
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_cjsxhdsj/Index.js View File

@@ -0,0 +1,106 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-10 11:35
* 描 述:参加赛事活动数据表
*/
var refreshGirdData;
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
page.initGird();
page.bind();
},
bind: function () {
// 刷新
$('#lr_refresh').on('click', function () {
location.reload();
});
// 新增
$('#lr_add').on('click', function () {
learun.layerForm({
id: 'form',
title: '新增',
url: top.$.rootUrl + '/Changyang_zhdn/ods_cjsxhdsj/Form',
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
});
// 编辑
$('#lr_edit').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerForm({
id: 'form',
title: '编辑',
url: top.$.rootUrl + '/Changyang_zhdn/ods_cjsxhdsj/Form?keyValue=' + keyValue,
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
}
});
// 删除
$('#lr_delete').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerConfirm('是否确认删除该项!', function (res) {
if (res) {
learun.deleteForm(top.$.rootUrl + '/Changyang_zhdn/ods_cjsxhdsj/DeleteForm', { keyValue: keyValue}, function () {
refreshGirdData();
});
}
});
}
});
},
// 初始化列表
initGird: function () {
$('#gridtable').lrAuthorizeJfGrid({
url: top.$.rootUrl + '/Changyang_zhdn/ods_cjsxhdsj/GetPageList',
headData: [
{ label: "学校机构代码", name: "XXJGDM", width: 100, align: "left"},
{ label: "学校机构名称", name: "XXJGMC", width: 100, align: "left"},
{ label: "活动名称", name: "HDMC", width: 100, align: "left"},
{ label: "活动主题", name: "HDZT", width: 100, align: "left"},
{ label: "活动形式", name: "HDXS", width: 100, align: "left"},
{ label: "活动内容", name: "HDNR", width: 100, align: "left"},
{ label: "主办单位", name: "ZBDW", width: 100, align: "left"},
{ label: "主办单位级别", name: "ZBDWJB", width: 100, align: "left",
formatterAsync: function (callback, value, row, op,$cell) {
learun.clientdata.getAsync('dataItem', {
key: value,
code: 'zbdwjbdm',
callback: function (_data) {
callback(_data.text);
}
});
}},
{ label: "活动开始日期", name: "HDKSRQ", width: 100, align: "left"},
{ label: "活动结束日期", name: "HDJSRQ", width: 100, align: "left"},
{ label: "校方负责人", name: "XFFZR", width: 100, align: "left"},
{ label: "参与教师数", name: "CYJSS", width: 100, align: "left"},
{ label: "参与学生数", name: "CYXSS", width: 100, align: "left"},
{ label: "数据采集时间", name: "SJCJSJ", width: 100, align: "left"},
],
mainId:'GZZYQKSJID',
isPage: true
});
page.search();
},
search: function (param) {
param = param || {};
$('#gridtable').jfGridSet('reload',{ queryJson: JSON.stringify(param) });
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
};
page.init();
}

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddydhsj/Form.js View File

@@ -1,7 +1,7 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-09 16:15
* 日 期:2022-11-09 16:18
* 描 述:党建活动党员大会数据表
*/
var acceptClick;


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddydhsj/Index.js View File

@@ -1,7 +1,7 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-09 16:15
* 日 期:2022-11-09 16:18
* 描 述:党建活动党员大会数据表
*/
var refreshGirdData;


+ 47
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Form.cshtml View File

@@ -0,0 +1,47 @@
@{
ViewBag.Title = "党建活动党员日常数据表";
Layout = "~/Views/Shared/_Form.cshtml";
}
<div class="lr-form-wrap" id="form">
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">学校机构代码<font face="宋体">*</font></div>
<input id="XXJGDM" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">学校机构名称</div>
<input id="XXJGMC" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">党组织名称<font face="宋体">*</font></div>
<input id="DZZMC" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">党组织编号<font face="宋体">*</font></div>
<input id="DZZBH" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">活动地点</div>
<input id="HDDD" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">活动内容</div>
<input id="HDNR" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">活动开始时间<font face="宋体">*</font></div>
<input id="HDKSSJ" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">活动结束时间</div>
<input id="HDJSSJ" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">参与人数<font face="宋体">*</font></div>
<input id="CYRS" type="text" class="form-control" isvalid="yes" checkexpession="Num" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYRCSJ" >
<div class="lr-form-item-title">数据采集时间<font face="宋体">*</font></div>
<input id="SJCJSJ" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Form.js")

+ 50
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Form.js View File

@@ -0,0 +1,50 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-10 11:12
* 描 述:党建活动党员日常数据表
*/
var acceptClick;
var keyValue = request('keyValue');
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
$('.lr-form-wrap').lrscroll();
page.bind();
page.initData();
},
bind: function () {
},
initData: function () {
if (!!keyValue) {
$.lrSetForm(top.$.rootUrl + '/Changyang_zhdn/ods_djhddyrcsj/GetFormData?keyValue=' + keyValue, function (data) {
for (var id in data) {
if (!!data[id].length && data[id].length > 0) {
$('#' + id ).jfGridSet('refreshdata', data[id]);
}
else {
$('[data-table="' + id + '"]').lrSetFormData(data[id]);
}
}
});
}
}
};
// 保存数据
acceptClick = function (callBack) {
if (!$('body').lrValidform()) {
return false;
}
var postData = {
strEntity: JSON.stringify($('body').lrGetFormData())
};
$.lrSaveForm(top.$.rootUrl + '/Changyang_zhdn/ods_djhddyrcsj/SaveForm?keyValue=' + keyValue, postData, function (res) {
// 保存成功后才回调
if (!!callBack) {
callBack();
}
});
};
page.init();
}

+ 26
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Index.cshtml View File

@@ -0,0 +1,26 @@
@{
ViewBag.Title = "党建活动党员日常数据表";
Layout = "~/Views/Shared/_Index.cshtml";
}
<div class="lr-layout " >
<div class="lr-layout-center">
<div class="lr-layout-wrap lr-layout-wrap-notitle ">
<div class="lr-layout-tool">
<div class="lr-layout-tool-left">
</div>
<div class="lr-layout-tool-right">
<div class=" btn-group btn-group-sm">
<a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
</div>
<div class=" btn-group btn-group-sm" learun-authorize="yes">
<a id="lr_add" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;新增</a>
<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>
<a id="lr_delete" class="btn btn-default"><i class="fa fa-trash-o"></i>&nbsp;删除</a>
</div>
</div>
</div>
<div class="lr-layout-body" id="gridtable"></div>
</div>
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Index.js")

+ 93
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyrcsj/Index.js View File

@@ -0,0 +1,93 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-10 11:12
* 描 述:党建活动党员日常数据表
*/
var refreshGirdData;
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
page.initGird();
page.bind();
},
bind: function () {
// 刷新
$('#lr_refresh').on('click', function () {
location.reload();
});
// 新增
$('#lr_add').on('click', function () {
learun.layerForm({
id: 'form',
title: '新增',
url: top.$.rootUrl + '/Changyang_zhdn/ods_djhddyrcsj/Form',
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
});
// 编辑
$('#lr_edit').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerForm({
id: 'form',
title: '编辑',
url: top.$.rootUrl + '/Changyang_zhdn/ods_djhddyrcsj/Form?keyValue=' + keyValue,
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
}
});
// 删除
$('#lr_delete').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerConfirm('是否确认删除该项!', function (res) {
if (res) {
learun.deleteForm(top.$.rootUrl + '/Changyang_zhdn/ods_djhddyrcsj/DeleteForm', { keyValue: keyValue}, function () {
refreshGirdData();
});
}
});
}
});
},
// 初始化列表
initGird: function () {
$('#gridtable').lrAuthorizeJfGrid({
url: top.$.rootUrl + '/Changyang_zhdn/ods_djhddyrcsj/GetPageList',
headData: [
{ label: "学校机构代码", name: "XXJGDM", width: 100, align: "left"},
{ label: "学校机构名称", name: "XXJGMC", width: 100, align: "left"},
{ label: "党组织名称", name: "DZZMC", width: 100, align: "left"},
{ label: "党组织编号", name: "DZZBH", width: 100, align: "left"},
{ label: "活动地点", name: "HDDD", width: 100, align: "left"},
{ label: "活动内容", name: "HDNR", width: 100, align: "left"},
{ label: "活动开始时间", name: "HDKSSJ", width: 100, align: "left"},
{ label: "活动结束时间", name: "HDJSSJ", width: 100, align: "left"},
{ label: "参与人数", name: "CYRS", width: 100, align: "left"},
{ label: "数据采集时间", name: "SJCJSJ", width: 100, align: "left"},
],
mainId:'GZZYQKSJID',
isPage: true
});
page.search();
},
search: function (param) {
param = param || {};
$('#gridtable').jfGridSet('reload',{ queryJson: JSON.stringify(param) });
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
};
page.init();
}

+ 47
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Form.cshtml View File

@@ -0,0 +1,47 @@
@{
ViewBag.Title = "党建活动党员主题党日数据表";
Layout = "~/Views/Shared/_Form.cshtml";
}
<div class="lr-form-wrap" id="form">
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">学校机构代码<font face="宋体">*</font></div>
<input id="XXJGDM" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">学校机构名称<font face="宋体">*</font></div>
<input id="XXJGMC" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">党组织名称<font face="宋体">*</font></div>
<input id="DZZMC" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">党组织编号<font face="宋体">*</font></div>
<input id="DZZBH" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">活动地点</div>
<input id="HDDD" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">活动内容</div>
<div id="HDNR" ></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">活动开始时间<font face="宋体">*</font></div>
<input id="HDKSSJ" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">活动结束时间<font face="宋体">*</font></div>
<input id="HDJSSJ" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">参与人数<font face="宋体">*</font></div>
<input id="CYRS" type="text" class="form-control" isvalid="yes" checkexpession="Num" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DJHDDYZTDRSJ" >
<div class="lr-form-item-title">数据采集时间<font face="宋体">*</font></div>
<input id="SJCJSJ" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Form.js")

+ 51
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Form.js View File

@@ -0,0 +1,51 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-10 11:24
* 描 述:党建活动党员主题党日数据表
*/
var acceptClick;
var keyValue = request('keyValue');
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
$('.lr-form-wrap').lrscroll();
page.bind();
page.initData();
},
bind: function () {
$('#HDNR').lrDataItemSelect({ code: 'ztdrhdnrdm' });
},
initData: function () {
if (!!keyValue) {
$.lrSetForm(top.$.rootUrl + '/Changyang_zhdn/ods_djhddyztdrsj/GetFormData?keyValue=' + keyValue, function (data) {
for (var id in data) {
if (!!data[id].length && data[id].length > 0) {
$('#' + id ).jfGridSet('refreshdata', data[id]);
}
else {
$('[data-table="' + id + '"]').lrSetFormData(data[id]);
}
}
});
}
}
};
// 保存数据
acceptClick = function (callBack) {
if (!$('body').lrValidform()) {
return false;
}
var postData = {
strEntity: JSON.stringify($('body').lrGetFormData())
};
$.lrSaveForm(top.$.rootUrl + '/Changyang_zhdn/ods_djhddyztdrsj/SaveForm?keyValue=' + keyValue, postData, function (res) {
// 保存成功后才回调
if (!!callBack) {
callBack();
}
});
};
page.init();
}

+ 26
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Index.cshtml View File

@@ -0,0 +1,26 @@
@{
ViewBag.Title = "党建活动党员主题党日数据表";
Layout = "~/Views/Shared/_Index.cshtml";
}
<div class="lr-layout " >
<div class="lr-layout-center">
<div class="lr-layout-wrap lr-layout-wrap-notitle ">
<div class="lr-layout-tool">
<div class="lr-layout-tool-left">
</div>
<div class="lr-layout-tool-right">
<div class=" btn-group btn-group-sm">
<a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
</div>
<div class=" btn-group btn-group-sm" learun-authorize="yes">
<a id="lr_add" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;新增</a>
<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>
<a id="lr_delete" class="btn btn-default"><i class="fa fa-trash-o"></i>&nbsp;删除</a>
</div>
</div>
</div>
<div class="lr-layout-body" id="gridtable"></div>
</div>
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Index.js")

+ 102
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_djhddyztdrsj/Index.js View File

@@ -0,0 +1,102 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-10 11:24
* 描 述:党建活动党员主题党日数据表
*/
var refreshGirdData;
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
page.initGird();
page.bind();
},
bind: function () {
// 刷新
$('#lr_refresh').on('click', function () {
location.reload();
});
// 新增
$('#lr_add').on('click', function () {
learun.layerForm({
id: 'form',
title: '新增',
url: top.$.rootUrl + '/Changyang_zhdn/ods_djhddyztdrsj/Form',
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
});
// 编辑
$('#lr_edit').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerForm({
id: 'form',
title: '编辑',
url: top.$.rootUrl + '/Changyang_zhdn/ods_djhddyztdrsj/Form?keyValue=' + keyValue,
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
}
});
// 删除
$('#lr_delete').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerConfirm('是否确认删除该项!', function (res) {
if (res) {
learun.deleteForm(top.$.rootUrl + '/Changyang_zhdn/ods_djhddyztdrsj/DeleteForm', { keyValue: keyValue}, function () {
refreshGirdData();
});
}
});
}
});
},
// 初始化列表
initGird: function () {
$('#gridtable').lrAuthorizeJfGrid({
url: top.$.rootUrl + '/Changyang_zhdn/ods_djhddyztdrsj/GetPageList',
headData: [
{ label: "学校机构代码", name: "XXJGDM", width: 100, align: "left"},
{ label: "学校机构名称", name: "XXJGMC", width: 100, align: "left"},
{ label: "党组织名称", name: "DZZMC", width: 100, align: "left"},
{ label: "党组织编号", name: "DZZBH", width: 100, align: "left"},
{ label: "活动地点", name: "HDDD", width: 100, align: "left"},
{ label: "活动内容", name: "HDNR", width: 100, align: "left",
formatterAsync: function (callback, value, row, op,$cell) {
learun.clientdata.getAsync('dataItem', {
key: value,
code: 'ztdrhdnrdm',
callback: function (_data) {
callback(_data.text);
}
});
}},
{ label: "活动开始时间", name: "HDKSSJ", width: 100, align: "left"},
{ label: "活动结束时间", name: "HDJSSJ", width: 100, align: "left"},
{ label: "参与人数", name: "CYRS", width: 100, align: "left"},
{ label: "数据采集时间", name: "SJCJSJ", width: 100, align: "left"},
],
mainId:'GZZYQKSJID',
isPage: true
});
page.search();
},
search: function (param) {
param = param || {};
$('#gridtable').jfGridSet('reload',{ queryJson: JSON.stringify(param) });
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
};
page.init();
}

+ 15
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj View File

@@ -888,6 +888,9 @@
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_zzbyqxjysjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_djhddydhsjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_zzbyqxwjysjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_djhddyrcsjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_djhddyztdrsjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_cjsxhdsjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_xwsxjdsjController.cs" />
</ItemGroup>
<ItemGroup>
@@ -7000,6 +7003,18 @@
<Content Include="Areas\Changyang_zhdn\Views\ods_zzbyqxwjysj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_zzbyqxwjysj\Form.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_zzbyqxwjysj\Form.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyrcsj\Index.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyrcsj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyrcsj\Form.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyrcsj\Form.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyztdrsj\Index.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyztdrsj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyztdrsj\Form.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_djhddyztdrsj\Form.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_cjsxhdsj\Index.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_cjsxhdsj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_cjsxhdsj\Form.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_cjsxhdsj\Form.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_xwsxjdsj\Index.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_xwsxjdsj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_xwsxjdsj\Form.cshtml" />


+ 29
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_CJSXHDSJMap.cs View File

@@ -0,0 +1,29 @@
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Data.Entity.ModelConfiguration;

namespace Learun.Application.Mapping
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:35
/// 描 述:参加赛事活动数据表
/// </summary>
public class ODS_CJSXHDSJMap : EntityTypeConfiguration<ODS_CJSXHDSJEntity>
{
public ODS_CJSXHDSJMap()
{
#region 表、主键
//表
this.ToTable("ODS_CJSXHDSJ");
//主键
this.HasKey(t => t.GZZYQKSJID);
#endregion

#region 配置关系
#endregion
}
}
}


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DJHDDYDHSJMap.cs View File

@@ -7,7 +7,7 @@ namespace Learun.Application.Mapping
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 16:15
/// 日 期:2022-11-09 16:18
/// 描 述:党建活动党员大会数据表
/// </summary>
public class ODS_DJHDDYDHSJMap : EntityTypeConfiguration<ODS_DJHDDYDHSJEntity>


+ 29
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DJHDDYRCSJMap.cs View File

@@ -0,0 +1,29 @@
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Data.Entity.ModelConfiguration;

namespace Learun.Application.Mapping
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:12
/// 描 述:党建活动党员日常数据表
/// </summary>
public class ODS_DJHDDYRCSJMap : EntityTypeConfiguration<ODS_DJHDDYRCSJEntity>
{
public ODS_DJHDDYRCSJMap()
{
#region 表、主键
//表
this.ToTable("ODS_DJHDDYRCSJ");
//主键
this.HasKey(t => t.GZZYQKSJID);
#endregion

#region 配置关系
#endregion
}
}
}


+ 29
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DJHDDYZTDRSJMap.cs View File

@@ -0,0 +1,29 @@
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Data.Entity.ModelConfiguration;

namespace Learun.Application.Mapping
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:24
/// 描 述:党建活动党员主题党日数据表
/// </summary>
public class ODS_DJHDDYZTDRSJMap : EntityTypeConfiguration<ODS_DJHDDYZTDRSJEntity>
{
public ODS_DJHDDYZTDRSJMap()
{
#region 表、主键
//表
this.ToTable("ODS_DJHDDYZTDRSJ");
//主键
this.HasKey(t => t.GZZYQKSJID);
#endregion

#region 配置关系
#endregion
}
}
}


+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Learun.Application.Mapping.csproj View File

@@ -647,6 +647,9 @@
<Compile Include="Changyang_zhdn\ODS_ZZBYQXJYSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_DJHDDYDHSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_ZZBYQXWJYSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_DJHDDYRCSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_DJHDDYZTDRSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_CJSXHDSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_XWSXJDSJMap.cs" />
</ItemGroup>
<ItemGroup>


+ 115
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ODS_CJSXHDSJEntity.cs View File

@@ -0,0 +1,115 @@
using Learun.Util;
using System;
using System.ComponentModel.DataAnnotations.Schema;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:35
/// 描 述:参加赛事活动数据表
/// </summary>
public class ODS_CJSXHDSJEntity
{
#region 实体成员
/// <summary>
/// 主键数据唯一性标识
/// </summary>
[Column("GZZYQKSJID")]
public string GZZYQKSJID { get; set; }
/// <summary>
/// 学校机构代码
/// </summary>
[Column("XXJGDM")]
public string XXJGDM { get; set; }
/// <summary>
/// 学校机构名称
/// </summary>
[Column("XXJGMC")]
public string XXJGMC { get; set; }
/// <summary>
/// 活动名称
/// </summary>
[Column("HDMC")]
public string HDMC { get; set; }
/// <summary>
/// 活动主题
/// </summary>
[Column("HDZT")]
public string HDZT { get; set; }
/// <summary>
/// 活动形式
/// </summary>
[Column("HDXS")]
public string HDXS { get; set; }
/// <summary>
/// 活动内容
/// </summary>
[Column("HDNR")]
public string HDNR { get; set; }
/// <summary>
/// 主办单位
/// </summary>
[Column("ZBDW")]
public string ZBDW { get; set; }
/// <summary>
/// 主办单位级别
/// </summary>
[Column("ZBDWJB")]
public string ZBDWJB { get; set; }
/// <summary>
/// 活动开始日期
/// </summary>
[Column("HDKSRQ")]
public string HDKSRQ { get; set; }
/// <summary>
/// 活动结束日期
/// </summary>
[Column("HDJSRQ")]
public string HDJSRQ { get; set; }
/// <summary>
/// 校方负责人
/// </summary>
[Column("XFFZR")]
public string XFFZR { get; set; }
/// <summary>
/// 参与教师数
/// </summary>
[Column("CYJSS")]
public int? CYJSS { get; set; }
/// <summary>
/// 参与学生数
/// </summary>
[Column("CYXSS")]
public int? CYXSS { get; set; }
/// <summary>
/// 数据采集时间
/// </summary>
[Column("SJCJSJ")]
public string SJCJSJ { get; set; }
#endregion

#region 扩展操作
/// <summary>
/// 新增调用
/// </summary>
public void Create()
{
this.GZZYQKSJID = Guid.NewGuid().ToString();
}
/// <summary>
/// 编辑调用
/// </summary>
/// <param name="keyValue"></param>
public void Modify(string keyValue)
{
this.GZZYQKSJID = keyValue;
}
#endregion
#region 扩展字段
#endregion
}
}


+ 125
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ods_cjsxhdsjBLL.cs View File

@@ -0,0 +1,125 @@
using Learun.Util;
using System;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:35
/// 描 述:参加赛事活动数据表
/// </summary>
public class ods_cjsxhdsjBLL : ods_cjsxhdsjIBLL
{
private ods_cjsxhdsjService ods_cjsxhdsjService = new ods_cjsxhdsjService();

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_CJSXHDSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
return ods_cjsxhdsjService.GetPageList(pagination, queryJson);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 获取ODS_CJSXHDSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_CJSXHDSJEntity GetODS_CJSXHDSJEntity(string keyValue)
{
try
{
return ods_cjsxhdsjService.GetODS_CJSXHDSJEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
ods_cjsxhdsjService.DeleteEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
/// <returns></returns>
public void SaveEntity(string keyValue, ODS_CJSXHDSJEntity entity)
{
try
{
ods_cjsxhdsjService.SaveEntity(keyValue, entity);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

}
}

+ 48
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ods_cjsxhdsjIBLL.cs View File

@@ -0,0 +1,48 @@
using Learun.Util;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:35
/// 描 述:参加赛事活动数据表
/// </summary>
public interface ods_cjsxhdsjIBLL
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
IEnumerable<ODS_CJSXHDSJEntity> GetPageList(Pagination pagination, string queryJson);
/// <summary>
/// 获取ODS_CJSXHDSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
ODS_CJSXHDSJEntity GetODS_CJSXHDSJEntity(string keyValue);
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
void DeleteEntity(string keyValue);
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
void SaveEntity(string keyValue, ODS_CJSXHDSJEntity entity);
#endregion

}
}

+ 158
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_cjsxhdsj/ods_cjsxhdsjService.cs View File

@@ -0,0 +1,158 @@
using Dapper;
using Learun.DataBase.Repository;
using Learun.Util;
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:35
/// 描 述:参加赛事活动数据表
/// </summary>
public class ods_cjsxhdsjService : RepositoryFactory
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">查询参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_CJSXHDSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
var strSql = new StringBuilder();
strSql.Append("SELECT ");
strSql.Append(@"
t.GZZYQKSJID,
t.XXJGDM,
t.XXJGMC,
t.HDMC,
t.HDZT,
t.HDXS,
t.HDNR,
t.ZBDW,
t.ZBDWJB,
t.HDKSRQ,
t.HDJSRQ,
t.XFFZR,
t.CYJSS,
t.CYXSS,
t.SJCJSJ
");
strSql.Append(" FROM ODS_CJSXHDSJ t ");
strSql.Append(" WHERE 1=1 ");
var queryParam = queryJson.ToJObject();
// 虚拟参数
var dp = new DynamicParameters(new { });
return this.BaseRepository("changyang").FindList<ODS_CJSXHDSJEntity>(strSql.ToString(),dp, pagination);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 获取ODS_CJSXHDSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_CJSXHDSJEntity GetODS_CJSXHDSJEntity(string keyValue)
{
try
{
return this.BaseRepository("changyang").FindEntity<ODS_CJSXHDSJEntity>(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
this.BaseRepository("changyang").Delete<ODS_CJSXHDSJEntity>(t=>t.GZZYQKSJID == keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
public void SaveEntity(string keyValue, ODS_CJSXHDSJEntity entity)
{
try
{
if (!string.IsNullOrEmpty(keyValue))
{
entity.Modify(keyValue);
this.BaseRepository("changyang").Update(entity);
}
else
{
entity.Create();
this.BaseRepository("changyang").Insert(entity);
}
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

}
}

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ODS_DJHDDYDHSJEntity.cs View File

@@ -8,7 +8,7 @@ namespace Learun.Application.TwoDevelopment.Changyang_zhdn
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 16:15
/// 日 期:2022-11-09 16:18
/// 描 述:党建活动党员大会数据表
/// </summary>
public class ODS_DJHDDYDHSJEntity


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ods_djhddydhsjBLL.cs View File

@@ -9,7 +9,7 @@ namespace Learun.Application.TwoDevelopment.Changyang_zhdn
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 16:15
/// 日 期:2022-11-09 16:18
/// 描 述:党建活动党员大会数据表
/// </summary>
public class ods_djhddydhsjBLL : ods_djhddydhsjIBLL


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ods_djhddydhsjIBLL.cs View File

@@ -8,7 +8,7 @@ namespace Learun.Application.TwoDevelopment.Changyang_zhdn
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 16:15
/// 日 期:2022-11-09 16:18
/// 描 述:党建活动党员大会数据表
/// </summary>
public interface ods_djhddydhsjIBLL


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddydhsj/ods_djhddydhsjService.cs View File

@@ -12,7 +12,7 @@ namespace Learun.Application.TwoDevelopment.Changyang_zhdn
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 16:15
/// 日 期:2022-11-09 16:18
/// 描 述:党建活动党员大会数据表
/// </summary>
public class ods_djhddydhsjService : RepositoryFactory


+ 95
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ODS_DJHDDYRCSJEntity.cs View File

@@ -0,0 +1,95 @@
using Learun.Util;
using System;
using System.ComponentModel.DataAnnotations.Schema;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:12
/// 描 述:党建活动党员日常数据表
/// </summary>
public class ODS_DJHDDYRCSJEntity
{
#region 实体成员
/// <summary>
/// 主键数据唯一性标识
/// </summary>
[Column("GZZYQKSJID")]
public string GZZYQKSJID { get; set; }
/// <summary>
/// 学校机构代码
/// </summary>
[Column("XXJGDM")]
public string XXJGDM { get; set; }
/// <summary>
/// 学校机构名称
/// </summary>
[Column("XXJGMC")]
public string XXJGMC { get; set; }
/// <summary>
/// 党组织名称
/// </summary>
[Column("DZZMC")]
public string DZZMC { get; set; }
/// <summary>
/// 党组织编号
/// </summary>
[Column("DZZBH")]
public string DZZBH { get; set; }
/// <summary>
/// 活动地点
/// </summary>
[Column("HDDD")]
public string HDDD { get; set; }
/// <summary>
/// 活动内容
/// </summary>
[Column("HDNR")]
public string HDNR { get; set; }
/// <summary>
/// 活动开始时间
/// </summary>
[Column("HDKSSJ")]
public string HDKSSJ { get; set; }
/// <summary>
/// 活动结束时间
/// </summary>
[Column("HDJSSJ")]
public string HDJSSJ { get; set; }
/// <summary>
/// 参与人数
/// </summary>
[Column("CYRS")]
public int? CYRS { get; set; }
/// <summary>
/// 数据采集时间
/// </summary>
[Column("SJCJSJ")]
public string SJCJSJ { get; set; }
#endregion

#region 扩展操作
/// <summary>
/// 新增调用
/// </summary>
public void Create()
{
this.GZZYQKSJID = Guid.NewGuid().ToString();
}
/// <summary>
/// 编辑调用
/// </summary>
/// <param name="keyValue"></param>
public void Modify(string keyValue)
{
this.GZZYQKSJID = keyValue;
}
#endregion
#region 扩展字段
#endregion
}
}


+ 125
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ods_djhddyrcsjBLL.cs View File

@@ -0,0 +1,125 @@
using Learun.Util;
using System;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:12
/// 描 述:党建活动党员日常数据表
/// </summary>
public class ods_djhddyrcsjBLL : ods_djhddyrcsjIBLL
{
private ods_djhddyrcsjService ods_djhddyrcsjService = new ods_djhddyrcsjService();

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_DJHDDYRCSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
return ods_djhddyrcsjService.GetPageList(pagination, queryJson);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 获取ODS_DJHDDYRCSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_DJHDDYRCSJEntity GetODS_DJHDDYRCSJEntity(string keyValue)
{
try
{
return ods_djhddyrcsjService.GetODS_DJHDDYRCSJEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
ods_djhddyrcsjService.DeleteEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
/// <returns></returns>
public void SaveEntity(string keyValue, ODS_DJHDDYRCSJEntity entity)
{
try
{
ods_djhddyrcsjService.SaveEntity(keyValue, entity);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

}
}

+ 48
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ods_djhddyrcsjIBLL.cs View File

@@ -0,0 +1,48 @@
using Learun.Util;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:12
/// 描 述:党建活动党员日常数据表
/// </summary>
public interface ods_djhddyrcsjIBLL
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
IEnumerable<ODS_DJHDDYRCSJEntity> GetPageList(Pagination pagination, string queryJson);
/// <summary>
/// 获取ODS_DJHDDYRCSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
ODS_DJHDDYRCSJEntity GetODS_DJHDDYRCSJEntity(string keyValue);
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
void DeleteEntity(string keyValue);
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
void SaveEntity(string keyValue, ODS_DJHDDYRCSJEntity entity);
#endregion

}
}

+ 154
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyrcsj/ods_djhddyrcsjService.cs View File

@@ -0,0 +1,154 @@
using Dapper;
using Learun.DataBase.Repository;
using Learun.Util;
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:12
/// 描 述:党建活动党员日常数据表
/// </summary>
public class ods_djhddyrcsjService : RepositoryFactory
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">查询参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_DJHDDYRCSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
var strSql = new StringBuilder();
strSql.Append("SELECT ");
strSql.Append(@"
t.GZZYQKSJID,
t.XXJGDM,
t.XXJGMC,
t.DZZMC,
t.DZZBH,
t.HDDD,
t.HDNR,
t.HDKSSJ,
t.HDJSSJ,
t.CYRS,
t.SJCJSJ
");
strSql.Append(" FROM ODS_DJHDDYRCSJ t ");
strSql.Append(" WHERE 1=1 ");
var queryParam = queryJson.ToJObject();
// 虚拟参数
var dp = new DynamicParameters(new { });
return this.BaseRepository("changyang").FindList<ODS_DJHDDYRCSJEntity>(strSql.ToString(),dp, pagination);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 获取ODS_DJHDDYRCSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_DJHDDYRCSJEntity GetODS_DJHDDYRCSJEntity(string keyValue)
{
try
{
return this.BaseRepository("changyang").FindEntity<ODS_DJHDDYRCSJEntity>(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
this.BaseRepository("changyang").Delete<ODS_DJHDDYRCSJEntity>(t=>t.GZZYQKSJID == keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
public void SaveEntity(string keyValue, ODS_DJHDDYRCSJEntity entity)
{
try
{
if (!string.IsNullOrEmpty(keyValue))
{
entity.Modify(keyValue);
this.BaseRepository("changyang").Update(entity);
}
else
{
entity.Create();
this.BaseRepository("changyang").Insert(entity);
}
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

}
}

+ 95
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ODS_DJHDDYZTDRSJEntity.cs View File

@@ -0,0 +1,95 @@
using Learun.Util;
using System;
using System.ComponentModel.DataAnnotations.Schema;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:24
/// 描 述:党建活动党员主题党日数据表
/// </summary>
public class ODS_DJHDDYZTDRSJEntity
{
#region 实体成员
/// <summary>
/// 主键数据唯一性标识
/// </summary>
[Column("GZZYQKSJID")]
public string GZZYQKSJID { get; set; }
/// <summary>
/// 学校机构代码
/// </summary>
[Column("XXJGDM")]
public string XXJGDM { get; set; }
/// <summary>
/// 学校机构名称
/// </summary>
[Column("XXJGMC")]
public string XXJGMC { get; set; }
/// <summary>
/// 党组织名称
/// </summary>
[Column("DZZMC")]
public string DZZMC { get; set; }
/// <summary>
/// 党组织编号
/// </summary>
[Column("DZZBH")]
public string DZZBH { get; set; }
/// <summary>
/// 活动地点
/// </summary>
[Column("HDDD")]
public string HDDD { get; set; }
/// <summary>
/// 活动内容
/// </summary>
[Column("HDNR")]
public string HDNR { get; set; }
/// <summary>
/// 活动开始时间
/// </summary>
[Column("HDKSSJ")]
public string HDKSSJ { get; set; }
/// <summary>
/// 活动结束时间
/// </summary>
[Column("HDJSSJ")]
public string HDJSSJ { get; set; }
/// <summary>
/// 参与人数
/// </summary>
[Column("CYRS")]
public int? CYRS { get; set; }
/// <summary>
/// 数据采集时间
/// </summary>
[Column("SJCJSJ")]
public string SJCJSJ { get; set; }
#endregion

#region 扩展操作
/// <summary>
/// 新增调用
/// </summary>
public void Create()
{
this.GZZYQKSJID = Guid.NewGuid().ToString();
}
/// <summary>
/// 编辑调用
/// </summary>
/// <param name="keyValue"></param>
public void Modify(string keyValue)
{
this.GZZYQKSJID = keyValue;
}
#endregion
#region 扩展字段
#endregion
}
}


+ 125
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ods_djhddyztdrsjBLL.cs View File

@@ -0,0 +1,125 @@
using Learun.Util;
using System;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:24
/// 描 述:党建活动党员主题党日数据表
/// </summary>
public class ods_djhddyztdrsjBLL : ods_djhddyztdrsjIBLL
{
private ods_djhddyztdrsjService ods_djhddyztdrsjService = new ods_djhddyztdrsjService();

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_DJHDDYZTDRSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
return ods_djhddyztdrsjService.GetPageList(pagination, queryJson);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 获取ODS_DJHDDYZTDRSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_DJHDDYZTDRSJEntity GetODS_DJHDDYZTDRSJEntity(string keyValue)
{
try
{
return ods_djhddyztdrsjService.GetODS_DJHDDYZTDRSJEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
ods_djhddyztdrsjService.DeleteEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
/// <returns></returns>
public void SaveEntity(string keyValue, ODS_DJHDDYZTDRSJEntity entity)
{
try
{
ods_djhddyztdrsjService.SaveEntity(keyValue, entity);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

}
}

+ 48
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ods_djhddyztdrsjIBLL.cs View File

@@ -0,0 +1,48 @@
using Learun.Util;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:24
/// 描 述:党建活动党员主题党日数据表
/// </summary>
public interface ods_djhddyztdrsjIBLL
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
IEnumerable<ODS_DJHDDYZTDRSJEntity> GetPageList(Pagination pagination, string queryJson);
/// <summary>
/// 获取ODS_DJHDDYZTDRSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
ODS_DJHDDYZTDRSJEntity GetODS_DJHDDYZTDRSJEntity(string keyValue);
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
void DeleteEntity(string keyValue);
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
void SaveEntity(string keyValue, ODS_DJHDDYZTDRSJEntity entity);
#endregion

}
}

+ 154
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_djhddyztdrsj/ods_djhddyztdrsjService.cs View File

@@ -0,0 +1,154 @@
using Dapper;
using Learun.DataBase.Repository;
using Learun.Util;
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-10 11:24
/// 描 述:党建活动党员主题党日数据表
/// </summary>
public class ods_djhddyztdrsjService : RepositoryFactory
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">查询参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_DJHDDYZTDRSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
var strSql = new StringBuilder();
strSql.Append("SELECT ");
strSql.Append(@"
t.GZZYQKSJID,
t.XXJGDM,
t.XXJGMC,
t.DZZMC,
t.DZZBH,
t.HDDD,
t.HDNR,
t.HDKSSJ,
t.HDJSSJ,
t.CYRS,
t.SJCJSJ
");
strSql.Append(" FROM ODS_DJHDDYZTDRSJ t ");
strSql.Append(" WHERE 1=1 ");
var queryParam = queryJson.ToJObject();
// 虚拟参数
var dp = new DynamicParameters(new { });
return this.BaseRepository("changyang").FindList<ODS_DJHDDYZTDRSJEntity>(strSql.ToString(),dp, pagination);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 获取ODS_DJHDDYZTDRSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_DJHDDYZTDRSJEntity GetODS_DJHDDYZTDRSJEntity(string keyValue)
{
try
{
return this.BaseRepository("changyang").FindEntity<ODS_DJHDDYZTDRSJEntity>(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
this.BaseRepository("changyang").Delete<ODS_DJHDDYZTDRSJEntity>(t=>t.GZZYQKSJID == keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
public void SaveEntity(string keyValue, ODS_DJHDDYZTDRSJEntity entity)
{
try
{
if (!string.IsNullOrEmpty(keyValue))
{
entity.Modify(keyValue);
this.BaseRepository("changyang").Update(entity);
}
else
{
entity.Create();
this.BaseRepository("changyang").Insert(entity);
}
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

}
}

+ 12
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Learun.Application.TwoDevelopment.csproj View File

@@ -2011,6 +2011,18 @@
<Compile Include="Changyang_zhdn\ods_zzbyqxwjysj\ods_zzbyqxwjysjService.cs" />
<Compile Include="Changyang_zhdn\ods_zzbyqxwjysj\ods_zzbyqxwjysjBLL.cs" />
<Compile Include="Changyang_zhdn\ods_zzbyqxwjysj\ods_zzbyqxwjysjIBLL.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyrcsj\ODS_DJHDDYRCSJEntity.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyrcsj\ods_djhddyrcsjService.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyrcsj\ods_djhddyrcsjBLL.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyrcsj\ods_djhddyrcsjIBLL.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyztdrsj\ODS_DJHDDYZTDRSJEntity.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyztdrsj\ods_djhddyztdrsjService.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyztdrsj\ods_djhddyztdrsjBLL.cs" />
<Compile Include="Changyang_zhdn\ods_djhddyztdrsj\ods_djhddyztdrsjIBLL.cs" />
<Compile Include="Changyang_zhdn\ods_cjsxhdsj\ODS_CJSXHDSJEntity.cs" />
<Compile Include="Changyang_zhdn\ods_cjsxhdsj\ods_cjsxhdsjService.cs" />
<Compile Include="Changyang_zhdn\ods_cjsxhdsj\ods_cjsxhdsjBLL.cs" />
<Compile Include="Changyang_zhdn\ods_cjsxhdsj\ods_cjsxhdsjIBLL.cs" />
<Compile Include="Changyang_zhdn\ods_xwsxjdsj\ODS_XWSXJDSJEntity.cs" />
<Compile Include="Changyang_zhdn\ods_xwsxjdsj\ods_xwsxjdsjService.cs" />
<Compile Include="Changyang_zhdn\ods_xwsxjdsj\ods_xwsxjdsjBLL.cs" />


Loading…
Cancel
Save