update:更新评估结果Pdf样式
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div id="printdiv">
|
||||
<!-- 表格1 -->
|
||||
<table
|
||||
style="margin:0 auto; font-family: 宋体;table-layout:fixed;"
|
||||
style="margin:0 auto; margin-top:10px;font-family: 宋体;table-layout:fixed;"
|
||||
data-sort="sortDisabled"
|
||||
cellspacing="0"
|
||||
cellpadding="0"
|
||||
@@ -98,7 +98,7 @@
|
||||
</tr>
|
||||
<!-- 第一小行 -->
|
||||
<tr>
|
||||
<td rowspan="4" class="Mulitc" id="SurveyTd">
|
||||
<td rowspan="3" class="Mulitc" id="SurveyTd">
|
||||
估<br />价<br />对<br />象
|
||||
</td>
|
||||
<td colspan="2" class="tdc">
|
||||
@@ -178,7 +178,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 空行? -->
|
||||
<tr id="SurveyTr0">
|
||||
<!-- <tr id="SurveyTr0">
|
||||
<td colspan="2" class="tdc">
|
||||
<span id="Section"></span>
|
||||
</td>
|
||||
@@ -203,7 +203,7 @@
|
||||
<td colspan="1" class="tdc">
|
||||
<span id="Value_Survey4"></span>
|
||||
</td>
|
||||
</tr>
|
||||
</tr> -->
|
||||
|
||||
<!-- 附属物行 -->
|
||||
<tr>
|
||||
@@ -221,7 +221,7 @@
|
||||
<td colspan="1" class="tdc">车房面积<br />(㎡)</td>
|
||||
</tr>
|
||||
<!-- 空行? -->
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<td colspan="2" class="tdc">
|
||||
<span id="CourtyardArea"></span>
|
||||
</td>
|
||||
@@ -243,7 +243,7 @@
|
||||
<td colspan="1" class="tdc">
|
||||
<span id="GarageArea"></span>
|
||||
</td>
|
||||
</tr>
|
||||
</tr> -->
|
||||
|
||||
<!-- 估价目的 -->
|
||||
<tr>
|
||||
@@ -256,9 +256,10 @@
|
||||
<td colspan="1" class="tdc">
|
||||
价值时点
|
||||
</td>
|
||||
<td colspan="1" class="tdc">
|
||||
<!-- 空白列? -->
|
||||
<!-- <td colspan="1" class="tdc">
|
||||
<span id="MoneyPoint"></span>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td
|
||||
@@ -351,6 +352,7 @@
|
||||
单价(元/㎡)
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 住宅装修价格行 -->
|
||||
<tr id="DecorateTr1">
|
||||
<td colspan="1" class="tdc">
|
||||
公式
|
||||
@@ -361,13 +363,14 @@
|
||||
<td colspan="2" class="tdc">
|
||||
使用面积小计(㎡)
|
||||
</td>
|
||||
<td colspan="1" class="tdc">
|
||||
<!-- 空白列? -->
|
||||
<!-- <td colspan="1" class="tdc">
|
||||
<span id="DecorateArea"></span>
|
||||
</td>
|
||||
</td> -->
|
||||
<td colspan="2" class="tdc">
|
||||
评估金额(元)
|
||||
</td>
|
||||
<td colspan="1" class="tdc">
|
||||
<td colspan="2" class="tdc">
|
||||
<span id="DecorateAssessedValue"></span>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -436,6 +439,7 @@
|
||||
<span id="countValue_XX"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 估价人员签章行 -->
|
||||
<tr>
|
||||
<td colspan="1" class="tdc3">估价<br />人员<br />签章</td>
|
||||
<td colspan="7" class="tdc3"></td>
|
||||
@@ -444,8 +448,8 @@
|
||||
<p style="height:50px">
|
||||
<br />
|
||||
</p>
|
||||
<p style="text-align: right;margin-right:20px;height:20px">
|
||||
年 月 日
|
||||
<p style="text-align: center;height:20px">
|
||||
年 月 日
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -472,7 +476,7 @@ export default {};
|
||||
font-size: 8px;
|
||||
.pdf {
|
||||
width: 80%;
|
||||
margin: 10px auto;
|
||||
margin: 10px auto 20px;
|
||||
padding: 0 10px;
|
||||
border: 1px solid black;
|
||||
#printdiv {
|
||||
@@ -484,7 +488,7 @@ export default {};
|
||||
span,
|
||||
label {
|
||||
// font-size: 12px;
|
||||
line-height: 18px;
|
||||
// line-height: 18px;
|
||||
font-family: 宋体;
|
||||
height: auto;
|
||||
// min-height: 18px;
|
||||
@@ -492,14 +496,14 @@ export default {};
|
||||
|
||||
#printdiv table td {
|
||||
// font-size: 12px;
|
||||
line-height: 18px;
|
||||
// line-height: 18px;
|
||||
height: auto !important;
|
||||
min-height: 18px;
|
||||
}
|
||||
|
||||
#printdiv table td span {
|
||||
// font-size: 12px;
|
||||
line-height: 18px;
|
||||
// line-height: 18px;
|
||||
height: auto !important;
|
||||
min-height: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user