Эх сурвалжийг харах

人才刚需购房文案修改

linwu 3 жил өмнө
parent
commit
3637fda5cb

+ 5 - 5
public/themes/default/views/app/content/buyhouse/list.blade.php

@@ -297,7 +297,7 @@
                     <tr style="height:52px;page-break-inside:avoid">
                         <td valign="center">
                             <span class="require">*</span>证件信息<br/>
-                            (身份证或护照,本人手持证件正、反面照片)
+                            (优秀人才手持身份证件正、反面照片;配偶身份证正、反面照片)
                         </td>
                         <td valign="center" colspan="11">
                             <el-form-item prop="certificates">
@@ -350,7 +350,7 @@
                     </tr>
                     <tr style="height:52px;page-break-inside:avoid" v-show="user.marry > 1">
                         <td valign="center">
-                            <span class="require">*</span>婚姻证明<br/>
+                            <span class="require">*</span>婚姻关系证明<br/>
                             (结婚证,离婚证,离婚生效文书、丧偶证明等)
                         </td>
                         <td valign="center" colspan="5">
@@ -374,8 +374,8 @@
                     </tr>
                     <tr style="height:52px;page-break-inside:avoid">
                         <td valign="center">
-                            <span class="require">*</span>户口本<br/>
-                            (上传家庭户口本
+                            <span class="require">*</span>优秀人才家庭成员的户口簿<br/>
+                            (或公安部门出具的户籍证明
                         </td>
                         <td valign="center" colspan="5">
                             <el-form-item prop="household_register">
@@ -455,7 +455,7 @@
                     </tr>
                     <tr style="height:52px;page-break-inside:avoid">
                         <td valign="center" style="width:200px;">
-                            <span class="require">*</span>在职证明<br/>
+                            <span class="require">*</span>优秀人才在职证明<br/>
                             (上传在职证明扫描件,格式PNG或JPG)<br/>
                             <a href="{{ theme_asset('app/doc/任职证明(模板).doc') }}" target="_blank" style="color:blue;">点击下载范本</a>
                         </td>

+ 31 - 22
resources/views/admin/ajax/buy_house_detail.blade.php

@@ -68,7 +68,8 @@
     </tr>
     <tr style="height:52px;page-break-inside:avoid">
         <td valign="center" >
-            证件信息
+            证件信息<br/>
+            (优秀人才手持身份证件正、反面照片;配偶身份证正、反面照片)
         </td>
         <td valign="center" colspan="11">
             <div style="padding: 10px 0;display:flex">
@@ -101,30 +102,35 @@
     @if($info['marry'] > 1)
         <tr style="height:52px;page-break-inside:avoid">
             <td valign="center">
-                婚姻证明<br/>
+                婚姻关系证明<br/>
                 (结婚证,离婚证,离婚生效文书、丧偶证明等)
             </td>
             <td valign="center" colspan="5" style="padding:10px;">
-                @foreach($info['marry_prove'] as $k => $v)
-                    <div style="padding:10px;">
-                        <img class="attchment" data-key="{{$k}}" data-name="marry_prove" src="{{ $v->response->path }}" />
-                        <p>{{$v->response->filename}}</p>
-                    </div>
-                @endforeach
+                <div style="padding: 10px 0;display:flex">
+                    @foreach($info['marry_prove'] as $k => $v)
+                        <div style="padding:10px;">
+                            <img class="attchment" data-key="{{$k}}" data-name="marry_prove" src="{{ $v->response->path }}" />
+                            <p>{{$v->response->filename}}</p>
+                        </div>
+                    @endforeach
+                </div>
             </td>
         </tr>
     @endif
     <tr style="height:52px;page-break-inside:avoid">
         <td valign="center">
-            户口本
+            优秀人才家庭成员的户口簿<br/>
+            (或公安部门出具的户籍证明)
         </td>
         <td valign="center" colspan="5" style="padding:10px;">
-            @foreach($info['household_register'] as $k => $v)
-                <div style="padding:10px;">
-                    <img class="attchment" data-key="{{$k}}" data-name="household_register" src="{{ $v->response->path }}" />
-                    <p>{{$v->response->filename}}</p>
-                </div>
-            @endforeach
+            <div style="padding: 10px 0;display:flex">
+                @foreach($info['household_register'] as $k => $v)
+                    <div style="padding:10px;">
+                        <img class="attchment" data-key="{{$k}}" data-name="household_register" src="{{ $v->response->path }}" />
+                        <p>{{$v->response->filename}}</p>
+                    </div>
+                @endforeach
+            </div>
         </td>
     </tr>
     <tr style="height:47px;page-break-inside:avoid">
@@ -181,15 +187,18 @@
     </tr>
     <tr style="height:52px;page-break-inside:avoid">
         <td valign="center" style="width:200px;">
-            工作证明
+            优秀人才在职证明<br/>
+            (上传在职证明扫描件,格式PNG或JPG)
         </td>
         <td valign="center" style="width:1000px;padding:10px;">
-            @foreach($info['work_prove'] as $k => $v)
-                <div style="padding:10px;">
-                    <img class="attchment" data-key="{{$k}}" data-name="work_prove" src="{{ $v->response->path }}" />
-                    <p>{{$v->response->filename}}</p>
-                </div>
-            @endforeach
+            <div style="padding: 10px 0;display:flex">
+                @foreach($info['work_prove'] as $k => $v)
+                    <div style="padding:10px;">
+                        <img class="attchment" data-key="{{$k}}" data-name="work_prove" src="{{ $v->response->path }}" />
+                        <p>{{$v->response->filename}}</p>
+                    </div>
+                @endforeach
+            </div>
         </td>
     </tr>
 </table>