taizhang-jl.html 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta http-equiv="x-ua-compatible" content="ie=edge">
  7. <title>台帐管理-计量支付</title>
  8. <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
  9. <link rel="stylesheet" href="css/main.css">
  10. <link rel="stylesheet" href="css/font-awesome/font-awesome.min.css">
  11. </head>
  12. <body>
  13. <div class="header">
  14. <h1 class="logo"><a>台帐管理-纵横变更管理系统</a></h1>
  15. <div class="poj-name">
  16. <span class="name">项目A</span>
  17. <div class="btn-group">
  18. <a class=" btn" data-toggle="dropdown" >
  19. <span class="fa fa-caret-down" data-toggle="tooltip" data-placement="bottom" title="切换项目"></span>
  20. </a>
  21. <div class="dropdown-menu">
  22. <a href="#" class="dropdown-item">项目B</a>
  23. <a href="#" class="dropdown-item">项目C</a>
  24. <a href="#" class="dropdown-item">项目D</a>
  25. </div>
  26. </div>
  27. <a href="settings-poj.html" class="btn" data-toggle="tooltip" data-placement="bottom" title="项目设置"><i class="fa fa-cogs"></i></a>
  28. </div>
  29. <div class="poj-name">
  30. <span class="name">WWUJ-1</span>
  31. <div class="btn-group">
  32. <a class=" btn" data-toggle="dropdown" >
  33. <span class="fa fa-caret-down" data-toggle="tooltip" data-placement="bottom" title="切换项目"></span>
  34. </a>
  35. <div class="dropdown-menu">
  36. <a href="#" class="dropdown-item">WWUJ-2</a>
  37. <a href="#" class="dropdown-item">WWUJ-3</a>
  38. <a href="#" class="dropdown-item">WWUJ-4</a>
  39. </div>
  40. </div>
  41. </div>
  42. <div class="poj-name">
  43. <span class="name">计量台帐</span>
  44. </div>
  45. <div class="header-box">
  46. <div class="header-nav"></div>
  47. <div class="header-user pull-right">
  48. <div class="avatar btn-group">
  49. <a class="dropdown-toggle" data-toggle="dropdown">
  50. <span class="pic"><img src="img/avatar.png"></span>
  51. <span>张三</span>
  52. <span class="caret"></span>
  53. </a>
  54. <div class="dropdown-menu">
  55. <a href="account-info.html" class="dropdown-item">账号资料</a>
  56. <a href="#" class="dropdown-item">账号安全</a>
  57. <div class="dropdown-divider"></div>
  58. <a href="#" class="dropdown-item">新手引导</a>
  59. <a href="#" class="dropdown-item">帮助中心</a>
  60. <a href="#" class="dropdown-item">退出登录</a>
  61. </div>
  62. </div>
  63. <div class="msg">
  64. <a>
  65. <i class="fa fa-bell"></i><sup >0</sup>
  66. </a>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. <div class="main">
  72. <div class="main-nav">
  73. <div class="nav-top">
  74. <ul class="nav nav-pills flex-column bg-nav">
  75. <li class="nav-item"><a href="dashboard.html"title="代办事项"><i class="fa fa-dashboard"></i> 代办事项</a></li>
  76. <li class="nav-item"><a href="biaoduan.html"title="标段管理"><i class="fa fa-list-ul"></i> 标段管理</a></li>
  77. <li class="nav-item active"><a href="javascript:void(0);"title="台帐管理"><i class="fa fa-list-alt"></i> 台帐管理 <i class="fa fa-angle-down pull-right menu-arrow"></i></a>
  78. <ul class="sub-menu">
  79. <li><a href="taizhang.html">台帐分解</a></li>
  80. </ul>
  81. <ul class="sub-menu">
  82. <li><a href="taizhang-bg.html">台帐修订</a></li>
  83. </ul>
  84. <ul class="sub-menu">
  85. <li><a href="taizhang-jl.html">计量台帐</a></li>
  86. </ul>
  87. </li>
  88. <li class="nav-item"><a href="javascript:void(0);"title="计量管理"><i class="fa fa-calendar-check-o"></i> 中间计量 <i class="fa fa-angle-down pull-right menu-arrow"></i></a>
  89. <ul class="sub-menu">
  90. <li><a href="jiliang.html">计量编制</a></li>
  91. </ul>
  92. <ul class="sub-menu">
  93. <li><a href="jiliang-list.html">计量审批</a></li>
  94. </ul>
  95. </li>
  96. <li class="nav-item"><a href="jiliang-qi.html"title="期计量"><i class="fa fa-calendar-check-o"></i> 期计量</a></li>
  97. <li class="nav-item"><a href="biangeng.html"title="变更管理"><i class="fa fa-retweet"></i> 变更管理</a></li>
  98. <li class="nav-item"><a href="hetong.html"title="合同管理"><i class="fa fa-handshake-o"></i> 合同管理</a></li>
  99. </ul>
  100. </div>
  101. </div>
  102. <div class="main-panel">
  103. <div class="panel-content">
  104. <div class="panel-title fluid">
  105. <div class="title-main d-flex justify-content-between"><!--工具-->
  106. <div>
  107. <div class="d-inline-block">
  108. <select class="form-control form-control-sm mt-0">
  109. <option>第 15 期</option>
  110. <option>第 14 期</option>
  111. <option>第 13 期</option>
  112. <option>第 12 期</option>
  113. <option>第 11 期</option>
  114. </select>
  115. </div>
  116. <div class="d-inline-block">
  117. <select class="form-control form-control-sm mt-0">
  118. <option>终审 王五</option>
  119. <option>2审 赵四</option>
  120. <option>1审 张三</option>
  121. </select>
  122. </div>
  123. <div class="d-inline-block">
  124. <div class="form-check-inline">
  125. <label class="form-check-label">
  126. <input class="form-check-input" type="checkbox">
  127. 审批结果比较
  128. </label>
  129. </div>
  130. <div class="form-check-inline">
  131. <label class="form-check-label">
  132. <input type="checkbox" class="form-check-input">
  133. 变更令
  134. </label>
  135. </div>
  136. </div>
  137. </div>
  138. <div>
  139. </div>
  140. </div>
  141. </div>
  142. <div class="content-wrap">
  143. <div class="c-header p-0"></div>
  144. <div class="c-body">
  145. <div class="sjs-height-1">
  146. <table class="table table-bordered">
  147. <thead>
  148. <tr>
  149. <th rowspan="2">1</th>
  150. <th rowspan="2">项目节编号</th>
  151. <th rowspan="2">清单编号</th>
  152. <th rowspan="2">名称</th>
  153. <th rowspan="2">单位</th>
  154. <th rowspan="2">单价</th>
  155. <th colspan="2">0号台帐合同</th>
  156. <th colspan="2">本期合同计量</th>
  157. <th colspan="3">本期数量变更计量</th>
  158. <th colspan="2">本期完成计量</th>
  159. <th colspan="2">截止本期合同计量</th>
  160. <th colspan="2">截止本期数量变更</th>
  161. <th colspan="2">截止本期完成计量</th>
  162. <th rowspan="2">图(册)号</th>
  163. <th rowspan="2">累计完成率(%)</th>
  164. <th rowspan="2">备注</th>
  165. </tr>
  166. <tr>
  167. <th>数量</th>
  168. <th>金额</th>
  169. <th>数量</th>
  170. <th>金额</th>
  171. <th>数量</th>
  172. <th>金额</th>
  173. <th>数量</th>
  174. <th>金额</th>
  175. <th>变更令</th>
  176. <th>数量</th>
  177. <th>金额</th>
  178. <th>数量</th>
  179. <th>金额</th>
  180. <th>数量</th>
  181. <th>金额</th>
  182. </tr>
  183. </thead>
  184. </table>
  185. <!--审批结果比较-->
  186. <table class="table table-bordered">
  187. <thead>
  188. <tr>
  189. <th rowspan="2">1</th>
  190. <th rowspan="2">项目节编号</th>
  191. <th rowspan="2">清单编号</th>
  192. <th rowspan="2">名称</th>
  193. <th rowspan="2">单位</th>
  194. <th rowspan="2">单价</th>
  195. <th colspan="2">上报</th>
  196. <th colspan="2">1审 张三</th>
  197. <th colspan="2">2审 赵四</th>
  198. <th colspan="2">终审 王五</th>
  199. </tr>
  200. <tr>
  201. <th>数量</th>
  202. <th>金额</th>
  203. <th>数量</th>
  204. <th>金额</th>
  205. <th>数量</th>
  206. <th>金额</th>
  207. <th>数量</th>
  208. <th>金额</th>
  209. </tr>
  210. </thead>
  211. </table>
  212. </div>
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. <!-- JS. -->
  219. <script src="js/jquery/jquery-3.2.1.min.js"></script>
  220. <script src="js/popper/popper.min.js"></script>
  221. <script src="js/bootstrap/bootstrap.min.js"></script>
  222. <script src="js/global.js"></script>
  223. </body>
  224. <script type="text/javascript">
  225. autoFlashHeight();
  226. </script>
  227. </html>