From 35731f12a833b8837a8547f4b45e53e1ec29835e Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Wed, 7 Sep 2022 17:54:26 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=AD=A6?=
=?UTF-8?q?=E7=94=9F=E6=97=A5=E5=B8=B8=E8=A7=84=E7=AE=A1=E7=90=86=EF=BC=9A?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../LogisticsManagement/Views/Acc_StuDayRoutine/Form.cshtml | 6 +++++-
.../LogisticsManagement/Views/Acc_StuDayRoutine/Form.js | 2 +-
.../Acc_StuDayRoutine/Acc_StuDayRoutineEntity.cs | 5 +++++
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.cshtml
index ee00ad846..c8d45d73a 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.cshtml
@@ -35,7 +35,11 @@
+
@Html.AppendJsFile("/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.js")
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.js
index 792081fe4..acdee64d7 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Acc_StuDayRoutine/Form.js
@@ -68,7 +68,7 @@ var bootstrap = function ($, learun) {
text: "classname"
});
$('#StuNo').lrDataSourceSelect({ code: 'StuInfoBasic', value: 'stuno', text: 'stuname'});
-
+ $('#Files').lrUploader();
},
initData: function () {
if (!!keyValue) {
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_StuDayRoutine/Acc_StuDayRoutineEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_StuDayRoutine/Acc_StuDayRoutineEntity.cs
index d16263a6f..dbc0d9ba8 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_StuDayRoutine/Acc_StuDayRoutineEntity.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_StuDayRoutine/Acc_StuDayRoutineEntity.cs
@@ -79,6 +79,11 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
///
[Column("MODIFYTIME")]
public DateTime? ModifyTime { get; set; }
+ ///
+ /// 附件上传
+ ///
+ [Column("FILES")]
+ public string Files { get; set; }
#endregion
#region 扩展操作