index.html 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. {extend name="default/base/base_seller" /}
  2. {block name="seller_main"}
  3. <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
  4. <thead>
  5. <tr>
  6. <th colspan="20">{$Think.lang.company_contact_information}</th>
  7. </tr>
  8. </thead>
  9. <tbody>
  10. <tr>
  11. <th class="w150">{$Think.lang.company_name}:</th>
  12. <td colspan="20">{$joinin_detail.company_name}</td>
  13. </tr>
  14. <tr>
  15. <th>{$Think.lang.company_location}:</th>
  16. <td>{$joinin_detail.company_address}</td>
  17. <th>{$Think.lang.registered_capital}:</th>
  18. <td colspan="20">{$joinin_detail.company_registered_capital}&nbsp;{$Think.lang.ten_thousand_yuan} </td>
  19. </tr>
  20. <tr>
  21. <th>{$Think.lang.company_address}:</th>
  22. <td colspan="5">{$joinin_detail.company_address_detail}</td>
  23. </tr>
  24. <tr>
  25. <th>{$Think.lang.contact_name}:</th>
  26. <td>{$joinin_detail.contacts_name}</td>
  27. <th>{$Think.lang.contact_number}:</th>
  28. <td>{$joinin_detail.contacts_phone}</td>
  29. <th>{$Think.lang.e_mail}:</th>
  30. <td>{$joinin_detail.contacts_email}</td>
  31. </tr>
  32. </tbody>
  33. </table>
  34. {if $joinin_detail.store_type eq 0}
  35. <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
  36. <thead>
  37. <tr>
  38. <th colspan="20">{$Think.lang.business_license_information}</th>
  39. </tr>
  40. </thead>
  41. <tbody>
  42. <tr>
  43. <th class="w150">{$Think.lang.business_license_number}:</th>
  44. <td>{$joinin_detail.business_licence_number}</td>
  45. </tr>
  46. <tr>
  47. <th>{$Think.lang.place_business_license}:</th>
  48. <td>{$joinin_detail.business_licence_address}</td></tr><tr>
  49. <th>{$Think.lang.validity_business_license}:</th>
  50. <td>{$joinin_detail.business_licence_start} - {$joinin_detail.business_licence_end}</td>
  51. </tr>
  52. <tr>
  53. <th>{$Think.lang.legal_scope_business}:</th>
  54. <td colspan="20">{$joinin_detail.business_sphere}</td>
  55. </tr>
  56. <tr>
  57. <th>{$Think.lang.business_license}<br />
  58. {$Think.lang.electronic_version}:</th>
  59. <td colspan="20">
  60. {notempty name="joinin_detail.business_licence_number_electronic"}
  61. <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>
  62. {/notempty}
  63. </td>
  64. </tr>
  65. <tr>
  66. <th>企业授权书照片:</th>
  67. <td colspan="20">
  68. {notempty name="joinin_detail.business_author_letter"}
  69. <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>
  70. {/notempty}
  71. </td>
  72. </tr>
  73. </tbody>
  74. </table>
  75. {else}
  76. <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
  77. <thead>
  78. <tr>
  79. <th colspan="20">{$Think.lang.identification_information}</th>
  80. </tr>
  81. </thead>
  82. <tbody>
  83. <tr>
  84. <th class="w150">姓名:</th>
  85. <td>{$joinin_detail.contacts_name}</td>
  86. <th class="w150">{$Think.lang.identification_number}:</th>
  87. <td>{$joinin_detail.business_licence_number}</td></tr><tr>
  88. </tr>
  89. <tr>
  90. <th>身份证件正面照片:</th>
  91. <td colspan="20">
  92. {notempty name="joinin_detail.business_licence_number_electronic"}
  93. <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>
  94. {/notempty}
  95. </td>
  96. </tr>
  97. <tr>
  98. <th>身份证件反面照片:</th>
  99. <td colspan="20">
  100. {notempty name="joinin_detail.business_author_letter"}
  101. <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>
  102. {/notempty}
  103. </td>
  104. </tr>
  105. </tbody>
  106. </table>
  107. {/if}
  108. {if $joinin_detail.store_type eq 0}
  109. <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
  110. <thead>
  111. <tr>
  112. <th colspan="20">{$Think.lang.bank_information}:</th>
  113. </tr>
  114. </thead>
  115. <tbody>
  116. <tr>
  117. <th class="w150">{$Think.lang.bank_name}:</th>
  118. <td>{$joinin_detail.bank_account_name}</td>
  119. </tr><tr>
  120. <th>{$Think.lang.company_bank_account}:</th>
  121. <td>{$joinin_detail.bank_account_number}</td></tr>
  122. <tr>
  123. <th>{$Think.lang.name_branch_bank}:</th>
  124. <td>{$joinin_detail.bank_name}</td>
  125. </tr>
  126. <tr>
  127. <th>{$Think.lang.location_bank_account}:</th>
  128. <td colspan="20">{$joinin_detail.bank_address}</td>
  129. </tr>
  130. </tbody>
  131. </table>
  132. {/if}
  133. <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
  134. <thead>
  135. <tr>
  136. <th colspan="20">{$Think.lang.settlement_account_information}:</th>
  137. </tr>
  138. </thead>
  139. <tbody>
  140. {if $joinin_detail.store_type eq 0}
  141. <tr>
  142. <th class="w150">{$Think.lang.settlement_account_information}:</th>
  143. <td>{$joinin_detail.settlement_bank_account_name}</td>
  144. </tr>
  145. <tr>
  146. <th>{$Think.lang.company_bank_account}:</th>
  147. <td>{$joinin_detail.settlement_bank_account_number}</td>
  148. </tr>
  149. <tr>
  150. <th>{$Think.lang.name_branch_bank}:</th>
  151. <td>{$joinin_detail.settlement_bank_name}</td>
  152. </tr>
  153. <tr>
  154. <th>{$Think.lang.location_bank_account}:</th>
  155. <td>{$joinin_detail.settlement_bank_address}</td>
  156. </tr>
  157. {else}
  158. <tr>
  159. <th class="w150">{$Think.lang.sellerinfo_alipay_name}:</th>
  160. <td>{$joinin_detail.settlement_bank_account_name}</td>
  161. </tr>
  162. <tr>
  163. <th>{$Think.lang.sellerinfo_alipay_number}:</th>
  164. <td>{$joinin_detail.settlement_bank_account_number}</td>
  165. </tr>
  166. {/if}
  167. </tbody>
  168. </table>
  169. <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
  170. <thead>
  171. <tr>
  172. <th colspan="20">{$Think.lang.store_operation_information}</th>
  173. </tr>
  174. </thead>
  175. <tbody>
  176. <tr>
  177. <th class="w150">{$Think.lang.seller_account}:</th>
  178. <td>{$joinin_detail.seller_name}</td>
  179. </tr>
  180. <tr>
  181. <th class="w150">{$Think.lang.store_name}:</th>
  182. <td>{$joinin_detail.store_name}</td>
  183. </tr>
  184. {if empty($store_info.is_platform_store)}
  185. <tr>
  186. <th class="w150">{$Think.lang.shop_level}:</th>
  187. <td>{$store_grade_name}</td>
  188. </tr>
  189. {/if}
  190. <tr>
  191. <th class="w150">{$Think.lang.shop_classification}:</th>
  192. <td>{$store_class_name}</td>
  193. </tr>
  194. <tr>
  195. <th>{$Think.lang.business_category}:</th>
  196. <td colspan="2"><table border="0" cellpadding="0" cellspacing="0" id="table_category" class="type">
  197. <thead>
  198. <tr>
  199. <th>{$Think.lang.classification_1}</th>
  200. <th>{$Think.lang.classification_2}</th>
  201. <th>{$Think.lang.classification_3}</th>
  202. <th>{$Think.lang.ratio}</th>
  203. </tr>
  204. </thead>
  205. {notempty name="store_bind_class_list"}
  206. {foreach name="store_bind_class_list" item="val"}
  207. <tr>
  208. <td>{$val.class_1_name}</td>
  209. <td>{$val.class_2_name}</td>
  210. <td>{$val.class_3_name}</td>
  211. <td>{$val.commis_rate}%</td>
  212. </tr>
  213. {/foreach}
  214. {/notempty}
  215. </tbody>
  216. </table></td>
  217. </tr>
  218. <tr>
  219. <th>{$Think.lang.audit_opinion}:</th>
  220. <td colspan="2">{$joinin_detail.joinin_message}</td>
  221. </tr>
  222. </tbody>
  223. </table>
  224. <link rel="stylesheet" href="{$Think.PLUGINS_SITE_ROOT}/js/jquery.lightbox/css/lightbox.min.css">
  225. <script src="{$Think.PLUGINS_SITE_ROOT}/js/jquery.lightbox/js/lightbox.min.js"></script>
  226. {/block}