diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml
index 784a444d0..3a85e42b4 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml
@@ -1,4 +1,6 @@
-@model Learun.Application.TwoDevelopment.EducationalAdministration.StuInfoBasicEntity
+@using Learun.Util
+@using Microsoft.Practices.ObjectBuilder2
+@model Learun.Application.TwoDevelopment.EducationalAdministration.StuInfoBasicEntity
@@ -66,23 +68,23 @@
page-break-after: always;
}
- .btn {
- width: 100px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- margin: 30px auto;
- border: 1px solid #ccc;
- cursor: pointer;
- border-radius: 4px;
+ .noPrint {
+ display: none;
}
- .tableBox {
- width: 90%;
- margin: 30px auto;
+ .pageBreak {
+ page-break-after: always;
}
+
+ /* .tablehtml{
+ width: 100%;
+ height: 2000px;
+ background: rgb(221, 161, 161);
+ } */
+
+
+ if((siH + wuH) >700){
+ $("#table4").addClass("pageBreak")
+ $("#table5").removeClass("pageBreak")
+ }
+
+ if((erH + sanH + siH)>700){
+ $("#table2").addClass("pageBreak")
+ $("#table3").removeClass("pageBreak")
+ $("#table4").classList.add("pageBreak")
+ }
+ })
+
+