|
@@ -14,6 +14,12 @@
|
|
|
.with-30{
|
|
|
width:30%;
|
|
|
}
|
|
|
+ .with-20{
|
|
|
+ width:20%;
|
|
|
+ }
|
|
|
+ .with-50{
|
|
|
+ width:50%;
|
|
|
+ }
|
|
|
.with-70{
|
|
|
width:60%;
|
|
|
}
|
|
@@ -76,6 +82,20 @@
|
|
|
</table>
|
|
|
<table cellpadding="8">
|
|
|
<tr>
|
|
|
+ <td class="content with-30"></td>
|
|
|
+ <td class="content with-20">商品名称</td>
|
|
|
+ <td class="content with-20">总金额(元)</td>
|
|
|
+ <td class="content with-30">商品规格、单价、数量</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="content with-30">采购明细</td>
|
|
|
+ <td class="content with-20">商品名称</td>
|
|
|
+ <td class="content with-20">总金额(元)</td>
|
|
|
+ <td class="content with-20">商品规格、单价、数量</td>
|
|
|
+ </tr>
|
|
|
+</table>
|
|
|
+<table cellpadding="8">
|
|
|
+ <tr>
|
|
|
<td class="content" rowspan="3">审批流程</td>
|
|
|
<td class="content" style="line-height: 100%;">
|
|
|
<div style="line-height: 100%;">拟由总务处(安全办)阅办。请校长审批。</div>
|