index.ejs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <div class="panel-content">
  2. <div class="panel-title fluid">
  3. <div class="title-main d-flex justify-content-between"><!--工具-->
  4. <div>
  5. <div class="btn-group">
  6. <select class="form-control form-control-sm mt-0">
  7. <option>第 15 期</option>
  8. <option>第 14 期</option>
  9. <option>第 13 期</option>
  10. <option>第 12 期</option>
  11. <option>第 11 期</option>
  12. </select>
  13. </div>
  14. <div class="btn-group">
  15. <select class="form-control form-control-sm mt-0">
  16. <option>终审 王五</option>
  17. <option>2审 赵四</option>
  18. <option>1审 张三</option>
  19. </select>
  20. </div>
  21. <div class="btn-group">
  22. <div class="form-check-inline">
  23. <label class="form-check-label">
  24. <input class="form-check-input" type="checkbox">
  25. 审批结果比较
  26. </label>
  27. </div>
  28. </div>
  29. </div>
  30. <div>
  31. </div>
  32. </div>
  33. </div>
  34. <div class="content-wrap">
  35. <div class="c-body">
  36. <table class="table table-bordered">
  37. <thead>
  38. <tr>
  39. <th rowspan="2">1</th>
  40. <th rowspan="2">项目节编号</th>
  41. <th rowspan="2">清单编号</th>
  42. <th rowspan="2">名称</th>
  43. <th rowspan="2">单位</th>
  44. <th rowspan="2">单价</th>
  45. <th colspan="2">0号台账合同</th>
  46. <th colspan="2">本期合同计量</th>
  47. <th colspan="3">本期数量变更计量</th>
  48. <th colspan="2">本期完成计量</th>
  49. <th colspan="2">截止本期合同计量</th>
  50. <th colspan="2">截止本期数量变更</th>
  51. <th colspan="2">截止本期完成计量</th>
  52. <th rowspan="2">图(册)号</th>
  53. <th rowspan="2">累计完成率(%)</th>
  54. <th rowspan="2">备注</th>
  55. </tr>
  56. <tr>
  57. <th>数量</th>
  58. <th>金额</th>
  59. <th>数量</th>
  60. <th>金额</th>
  61. <th>数量</th>
  62. <th>金额</th>
  63. <th>数量</th>
  64. <th>金额</th>
  65. <th>变更令</th>
  66. <th>数量</th>
  67. <th>金额</th>
  68. <th>数量</th>
  69. <th>金额</th>
  70. <th>数量</th>
  71. <th>金额</th>
  72. </tr>
  73. </thead>
  74. </table>
  75. <!--审批结果比较-->
  76. <table class="table table-bordered">
  77. <thead>
  78. <tr>
  79. <th rowspan="2">1</th>
  80. <th rowspan="2">项目节编号</th>
  81. <th rowspan="2">清单编号</th>
  82. <th rowspan="2">名称</th>
  83. <th rowspan="2">单位</th>
  84. <th rowspan="2">单价</th>
  85. <th colspan="2">上报</th>
  86. <th colspan="2">1审 张三</th>
  87. <th colspan="2">2审 赵四</th>
  88. <th colspan="2">终审 王五</th>
  89. </tr>
  90. <tr>
  91. <th>数量</th>
  92. <th>金额</th>
  93. <th>数量</th>
  94. <th>金额</th>
  95. <th>数量</th>
  96. <th>金额</th>
  97. <th>数量</th>
  98. <th>金额</th>
  99. </tr>
  100. </thead>
  101. </table>
  102. </div>
  103. </div>
  104. </div>