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 5cbe0ad4e..d1259d55c 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 @@ -13,22 +13,13 @@ +
-
-

- - - - - 线 -

-
@Model.DisTitle
-
-
-
-

@Model.DisFrom

来 文 单 位

-

- @*@Model.Copies - 份 数 *@ - @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("/", "-")
-
- - 由: - - @Model.Reasons - - -
- @*
- - 件: @Model.AttachmentName - -
*@ -
-
- 呈送意见:@Model.Render + @*批示*@ +
+
+ @foreach (var item in ViewBag.pSList) + { +
+ @item +
+ }
-

- - - @Model.RenderDate.ToShortDateString().ToString().Replace("/", "-") - - -

-
-
- - 批 示: - -
- @foreach (var item in ViewBag.pSList) - { -
- @item -
- } +
+
+ @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 -

-

+ } +
+
+ + @Model.DisOffice 收 文 单 位 + @Model.DisWork + @Model.DisMark + @Model.DisYear + @Model.DisMonth + @Model.DisDay +
-
-
打印
- @**@ - - - - - + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/static/css/print.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/static/css/print.css new file mode 100644 index 000000000..7281694b8 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/static/css/print.css @@ -0,0 +1,5 @@ +@media print{ + .noPrint{ + display:none; + } +} \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/static/img/printBg.png b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/static/img/printBg.png new file mode 100644 index 000000000..4f4c8df83 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/static/img/printBg.png differ