Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -21,7 +21,6 @@ | ... | @@ -21,7 +21,6 @@ |
21 | 查询证明编号: {{ form.djSqcxDO.cxbh }} | 21 | 查询证明编号: {{ form.djSqcxDO.cxbh }} |
22 | </h5> | 22 | </h5> |
23 | <p | 23 | <p |
24 | v-if="form.cxjgList.length > 0" | ||
25 | style=" | 24 | style=" |
26 | text-indent: 2em; | 25 | text-indent: 2em; |
27 | margin-top: 15px; | 26 | margin-top: 15px; |
... | @@ -31,12 +30,12 @@ | ... | @@ -31,12 +30,12 @@ |
31 | > | 30 | > |
32 | 根据《不动产登记暂行条例》和《不动产登记资料查询暂行办法》 | 31 | 根据《不动产登记暂行条例》和《不动产登记资料查询暂行办法》 |
33 | 有关规定,经线上查询不动产登记信息系统,权利人: | 32 | 有关规定,经线上查询不动产登记信息系统,权利人: |
34 | {{ form.cxjgList[0].qlrmc }} ,证件号:{{ form.cxjgList[0].zjhm }},截止{{ | 33 | {{ form.sqrList[0].sqrxm }} ,证件号:{{ form.sqrList[0].sqrzjhm }},截止{{ |
35 | newDatez | 34 | newDatez |
36 | }} | 35 | }} |
37 | ,名下不动产登记信息查询结果如下: | 36 | ,名下不动产登记信息查询结果如下: |
38 | </p> | 37 | </p> |
39 | <table | 38 | <table v-if="form.cxjgList.length > 0" |
40 | style=" | 39 | style=" |
41 | border-collapse: collapse; | 40 | border-collapse: collapse; |
42 | width: 100%; | 41 | width: 100%; |
... | @@ -158,6 +157,7 @@ | ... | @@ -158,6 +157,7 @@ |
158 | </tr> | 157 | </tr> |
159 | </tbody> | 158 | </tbody> |
160 | </table> | 159 | </table> |
160 | <p style="text-align: center;font-size: 18px;" v-else> 无任何房产信息</p> | ||
161 | <h6 style="font-size: 28px; margin-top: 20px; font-weight: 100"> | 161 | <h6 style="font-size: 28px; margin-top: 20px; font-weight: 100"> |
162 | 特此证明。 | 162 | 特此证明。 |
163 | </h6> | 163 | </h6> | ... | ... |
-
Please register or sign in to post a comment