|
- @{
- ViewBag.Title = "基本承包经费支出打印";
- Layout = "~/Views/Shared/_SimpleForm.cshtml";
- }
- <style>
- .list span{
- display: inline-block;
- padding-left:25px;
- }
- .textEm{
- padding-left: 25px;
- }
- h5,p{
- text-align: center;
- padding: 0;
- margin: 0;
- }
- h5{
- font-size: 28px;
- margin: 10px 0;
- }
- p{
- font-size: 18px;
- margin-bottom: 10px;
- }
- tr{
- height: 33px;
- }
- .lr-query-btn {
- position: absolute;
- width: 122px;
- height: 40px;
- line-height: 40px;
- cursor: pointer;
- border: 1px solid #ccc;
- border-radius: 4px;
- text-align: center;
- color: #fff;
- background-color: #039cfd;
- border-color: #039cfd;
- right: 80px;
- top: 40px;
- font-size: 18px;
- }
- </style>
-
-
- <div id="content">
- <h5>北京金隅科技学校资金支出报销单</h5>
- <p>(基本承包经费支出)</p>
- <table border="1" height="800" width="90%" cellspacing="0" align="right" id="t1">
-
-
- </table>
-
-
- </div>
- <div class="lr-query-btn" id="lr_print">打印</div>
- @Html.AppendJsFile("/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/PrintPublic.js", "/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/AmountConversion.js")
|