diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Print.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Print.cshtml
index d1259d55c..64d352038 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Print.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Print.cshtml
@@ -45,7 +45,6 @@
html, body, #content {
width: 100%;
- height: 100%;
border: none;
position: relative !important;
}
@@ -59,7 +58,6 @@
}
.absoluteDivs{
width:100%;
- height:100%;
position:relative;
}
.absoluteDivs > * {
@@ -71,14 +69,14 @@
-
+ @*
*@
@*来文单位*@
@Model.DisFrom
@*字*@
@Model.DisWork
@*号*@
-
@Model.DisMark
+
@Model.DisMark
@*年*@
@Model.DisYear
@*月*@
@@ -86,16 +84,24 @@
@*日*@
@Model.DisDay
@*事由*@
-
@Model.Reasons
+
@Model.Reasons
@*附件*@
@Model.AttachmentName
@*呈送意见*@
- @Model.Render 某某
- @Model.RenderDate.ToShortDateString().ToString().Replace("/", "-")
+ @Model.Render
+
+
+ @Model.RenderDate.Year
+
+
+ @Model.RenderDate.Month
+
+
+ @Model.RenderDate.Day
@*批示*@
-
+
@foreach (var item in ViewBag.pSList)
{
@@ -105,60 +111,27 @@
}
+ @*收文单位*@
+
@Model.DisOffice
+ @*字*@
+
@Model.DisWork
+ @*号*@
+
@Model.DisMark
+ @*年*@
+
@Model.DisYear
+ @*月*@
+
@Model.DisMonth
+ @*日*@
+
@Model.DisDay
-
-
@Model.DisFrom来 文 单 位
-
-
@Model.DisWork
-
字
-
@Model.DisMark
-
号
-
-
@Model.DisYear
-
年
-
@Model.DisMonth
-
月
-
@Model.DisDay
-
日
-
-
事 由:
-
- @Model.Reasons
-
-
-
附 件: @Model.AttachmentName
-
-
呈送意见:@Model.Render
- @Model.RenderDate.ToShortDateString().ToString().Replace("/", "-")
-
- 批
示:
-
-
- @foreach (var item in ViewBag.pSList)
- {
-
- @item
-
- }
-
-
-
-
@Model.DisOffice 收 文 单 位
-
@Model.DisWork字
-
@Model.DisMark号
-
@Model.DisYear年
-
@Model.DisMonth月
-
@Model.DisDay日
-
-
-
-
打印
- @*
*@
-
-
-
-
-
+
+
+
+
+