|
@@ -42,7 +42,9 @@
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
<th class="w150">{$Think.lang.business_license_number}:</th>
|
|
<th class="w150">{$Think.lang.business_license_number}:</th>
|
|
- <td>{$joinin_detail.business_licence_number}</td></tr><tr>
|
|
|
|
|
|
+ <td>{$joinin_detail.business_licence_number}</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
|
|
<th>{$Think.lang.place_business_license}:</th>
|
|
<th>{$Think.lang.place_business_license}:</th>
|
|
<td>{$joinin_detail.business_licence_address}</td></tr><tr>
|
|
<td>{$joinin_detail.business_licence_address}</td></tr><tr>
|
|
@@ -63,6 +65,14 @@
|
|
{/notempty}
|
|
{/notempty}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <th>企业授权书照片:</th>
|
|
|
|
+ <td colspan="20">
|
|
|
|
+ {notempty name="joinin_detail.business_author_letter"}
|
|
|
|
+ <a data-lightbox="lightbox-image" href="{:get_store_joinin_imageurl($joinin_detail.business_author_letter)}"> <img src="{:get_store_joinin_imageurl($joinin_detail.business_author_letter)}" alt="" /> </a>
|
|
|
|
+ {/notempty}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
{else}
|
|
{else}
|
|
@@ -74,14 +84,24 @@
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
|
|
+ <th class="w150">姓名:</th>
|
|
|
|
+ <td>{$joinin_detail.contacts_name}</td>
|
|
<th class="w150">{$Think.lang.identification_number}:</th>
|
|
<th class="w150">{$Think.lang.identification_number}:</th>
|
|
<td>{$joinin_detail.business_licence_number}</td></tr><tr>
|
|
<td>{$joinin_detail.business_licence_number}</td></tr><tr>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <th>{$Think.lang.identification_photo}:</th>
|
|
|
|
|
|
+ <th>身份证件正面照片:</th>
|
|
<td colspan="20">
|
|
<td colspan="20">
|
|
{notempty name="joinin_detail.business_licence_number_electronic"}
|
|
{notempty name="joinin_detail.business_licence_number_electronic"}
|
|
- <a data-lightbox="lightbox-image" href="{:get_store_joinin_imageurl($joinin_detail.business_licence_number_electronic)}"> <img src="{:get_store_joinin_imageurl($joinin_detail.business_licence_number_electronic)}" alt="" /> </a>
|
|
|
|
|
|
+ <a data-lightbox="lightbox-image" href="{:get_member_idcard_image($joinin_detail.business_licence_number_electronic)}"> <img src="{:get_member_idcard_image($joinin_detail.business_licence_number_electronic)}" alt="" /> </a>
|
|
|
|
+ {/notempty}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <th>身份证件反面照片:</th>
|
|
|
|
+ <td colspan="20">
|
|
|
|
+ {notempty name="joinin_detail.business_author_letter"}
|
|
|
|
+ <a data-lightbox="lightbox-image" href="{:get_member_idcard_image($joinin_detail.business_author_letter)}"> <img src="{:get_member_idcard_image($joinin_detail.business_author_letter)}" alt="" /> </a>
|
|
{/notempty}
|
|
{/notempty}
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|