You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PrintPublic.cshtml 1.3 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @{
  2. ViewBag.Title = "基本承包经费支出打印";
  3. Layout = "~/Views/Shared/_SimpleForm.cshtml";
  4. }
  5. <style>
  6. .list span{
  7. display: inline-block;
  8. padding-left:25px;
  9. }
  10. .textEm{
  11. padding-left: 25px;
  12. }
  13. h5,p{
  14. text-align: center;
  15. padding: 0;
  16. margin: 0;
  17. }
  18. h5{
  19. font-size: 28px;
  20. margin: 10px 0;
  21. }
  22. p{
  23. font-size: 18px;
  24. margin-bottom: 10px;
  25. }
  26. tr{
  27. height: 33px;
  28. }
  29. .lr-query-btn {
  30. position: absolute;
  31. width: 122px;
  32. height: 40px;
  33. line-height: 40px;
  34. cursor: pointer;
  35. border: 1px solid #ccc;
  36. border-radius: 4px;
  37. text-align: center;
  38. color: #fff;
  39. background-color: #039cfd;
  40. border-color: #039cfd;
  41. right: 80px;
  42. top: 40px;
  43. font-size: 18px;
  44. }
  45. </style>
  46. <div id="content">
  47. <h5>北京金隅科技学校资金支出报销单</h5>
  48. <p>(基本承包经费支出)</p>
  49. <table border="1" height="800" width="90%" cellspacing="0" align="right" id="t1">
  50. </table>
  51. </div>
  52. <div class="lr-query-btn" id="lr_print">打印</div>
  53. @Html.AppendJsFile("/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/PrintPublic.js", "/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/AmountConversion.js")