123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <div class="panel-content">
- <div class="panel-title fluid">
- <div class="title-main d-flex justify-content-between"><!--工具-->
- <div>
- <div class="btn-group">
- <select class="form-control form-control-sm mt-0">
- <option>第 15 期</option>
- <option>第 14 期</option>
- <option>第 13 期</option>
- <option>第 12 期</option>
- <option>第 11 期</option>
- </select>
- </div>
- <div class="btn-group">
- <select class="form-control form-control-sm mt-0">
- <option>终审 王五</option>
- <option>2审 赵四</option>
- <option>1审 张三</option>
- </select>
- </div>
- <div class="btn-group">
- <div class="form-check-inline">
- <label class="form-check-label">
- <input class="form-check-input" type="checkbox">
- 审批结果比较
- </label>
- </div>
- </div>
- </div>
- <div>
- </div>
- </div>
- </div>
- <div class="content-wrap">
- <div class="c-body">
- <table class="table table-bordered">
- <thead>
- <tr>
- <th rowspan="2">1</th>
- <th rowspan="2">项目节编号</th>
- <th rowspan="2">清单编号</th>
- <th rowspan="2">名称</th>
- <th rowspan="2">单位</th>
- <th rowspan="2">单价</th>
- <th colspan="2">0号台账合同</th>
- <th colspan="2">本期合同计量</th>
- <th colspan="3">本期数量变更计量</th>
- <th colspan="2">本期完成计量</th>
- <th colspan="2">截止本期合同计量</th>
- <th colspan="2">截止本期数量变更</th>
- <th colspan="2">截止本期完成计量</th>
- <th rowspan="2">图(册)号</th>
- <th rowspan="2">累计完成率(%)</th>
- <th rowspan="2">备注</th>
- </tr>
- <tr>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- <th>变更令</th>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- </tr>
- </thead>
- </table>
- <!--审批结果比较-->
- <table class="table table-bordered">
- <thead>
- <tr>
- <th rowspan="2">1</th>
- <th rowspan="2">项目节编号</th>
- <th rowspan="2">清单编号</th>
- <th rowspan="2">名称</th>
- <th rowspan="2">单位</th>
- <th rowspan="2">单价</th>
- <th colspan="2">上报</th>
- <th colspan="2">1审 张三</th>
- <th colspan="2">2审 赵四</th>
- <th colspan="2">终审 王五</th>
- </tr>
- <tr>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- <th>数量</th>
- <th>金额</th>
- </tr>
- </thead>
- </table>
- </div>
- </div>
- </div>
|