This commit is contained in:
路 范
2021-09-15 14:45:14 +08:00

View File

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