123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <div class="panel-content">
- <div class="panel-title fluid">
- <div class="title-main d-flex justify-content-between">
- <div>
- <select class="form-control form-control-sm">
- <option>全部</option>
- <option>编制中</option>
- <option>审批中</option>
- <option>审批完成</option>
- </select>
- </div>
- <div>
- <a href="#" class="btn btn-primary btn-sm pull-right">添加计量</a>
- </div>
- </div>
- </div>
- <div class="content-wrap">
- <div class="c-body">
- <div class="tab-content">
- <table class="table table-bordered">
- <thead>
- <tr>
- <th>计量编号</th>
- <th>计量金额</th>
- <th>计量月份</th>
- <th>计量期数</th>
- <th>状态</th>
- <th>当前处理人</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a href="jiliang-detail.html">WWUJ-2-201710</a></td>
- <td>34234234.00</td>
- <td>201710</td>
- <td>15</td>
- <td>审批中</td>
- <td>监理-张三</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
|