|
@@ -9,6 +9,7 @@ using System.Linq; |
|
|
using Learun.Application.Base.SystemModule; |
|
|
using Learun.Application.Base.SystemModule; |
|
|
using static Learun.Application.TwoDevelopment.EducationalAdministration.StuInfoBasicEntity; |
|
|
using static Learun.Application.TwoDevelopment.EducationalAdministration.StuInfoBasicEntity; |
|
|
using ZipOneCode.ZipProvider; |
|
|
using ZipOneCode.ZipProvider; |
|
|
|
|
|
using Learun.Application.Organization; |
|
|
|
|
|
|
|
|
namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
{ |
|
|
{ |
|
@@ -27,6 +28,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
private StuEncourgementIBLL stuEncourgementIBLL = new StuEncourgementBLL(); |
|
|
private StuEncourgementIBLL stuEncourgementIBLL = new StuEncourgementBLL(); |
|
|
private StuPunishmentIBLL stuPunishmentIBLL = new StuPunishmentBLL(); |
|
|
private StuPunishmentIBLL stuPunishmentIBLL = new StuPunishmentBLL(); |
|
|
private StuScoreIBLL stuScoreIBLL = new StuScoreBLL(); |
|
|
private StuScoreIBLL stuScoreIBLL = new StuScoreBLL(); |
|
|
|
|
|
private CompanyIBLL companyIBLL = new CompanyBLL(); |
|
|
|
|
|
|
|
|
#region 视图功能 |
|
|
#region 视图功能 |
|
|
|
|
|
|
|
@@ -162,6 +164,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
[HttpGet] |
|
|
[HttpGet] |
|
|
public ActionResult Printxjk(string keyValue) |
|
|
public ActionResult Printxjk(string keyValue) |
|
|
{ |
|
|
{ |
|
|
|
|
|
ViewBag.Company = companyIBLL.GetDetail()?.F_FullName; |
|
|
var stuInfoBasicEntity = stuInfoBasicIBLL.GetStuInfoBasicEntity(keyValue); |
|
|
var stuInfoBasicEntity = stuInfoBasicIBLL.GetStuInfoBasicEntity(keyValue); |
|
|
ViewBag.PrintDate = DateTime.Now.ToDate(); |
|
|
ViewBag.PrintDate = DateTime.Now.ToDate(); |
|
|
if (stuInfoBasicEntity == null) |
|
|
if (stuInfoBasicEntity == null) |
|
|