营业执照信息
<{t}>公司名称:<{/t}> <{input type="text" vtype="required" name="company_name" value=$applydata.company_name}>
<{t}>营业执照注册号:<{/t}> <{input type="text" vtype="required" name="shop_info[license_num]" value=$shop_info.license_num}>
<{t}>法定代表人姓名:<{/t}> <{input type="text" vtype="required" name="shop_info[representative]" value=$shop_info.representative}>
<{t}>法人身份:<{/t}>
<{t}>法人身份证号:<{/t}> <{input type="text" id="corid" name="shop_info[corporate_identity]" value=$shop_info.corporate_identity}>
<{t}>法人护照号:<{/t}> <{input type="text" id="passnum" name="shop_info[passport_number]" value=$shop_info.passport_number}>
<{t}>法人身份证正反面复印件:<{/t}> <{input type="image" vtype="required" name="shop_info[corporate_identity_img]" width=100 height=100 value=$shop_info.corporate_identity_img}>
<{t}>营业执照所在地:<{/t}> <{input type="text" vtype="required" name="shop_info[license_area]" value=$shop_info.license_area}>
<{t}>营业执照详细地址:<{/t}> <{input type="text" vtype="required" name="shop_info[license_addr]" value=$shop_info.license_addr}>
<{t}>公司成立日期:<{/t}> <{input type="date" vtype="required" name="shop_info[establish_date]" value=$shop_info.establish_date}>
<{t}>营业执照有效期:<{/t}> <{input type="date" vtype="required" name="shop_info[license_indate]" value=$shop_info.license_indate}>
<{t}>法定经营范围:<{/t}> <{input type="text" vtype="required" name="shop_info[scope]" value=$shop_info.scope}>
<{t}>公司所在地:<{/t}> <{input type="text" vtype="required" name="shop_info[scope]" value=$shop_info.scope}>
<{t}>公司详细地址:<{/t}> <{input type="text" vtype="required" name="shop_info[company_addr]" value=$shop_info.company_addr}>
<{t}>公司电话:<{/t}> <{input type="unsignedint" vtype="required" name="shop_info[company_phone]" value=$shop_info.company_phone}>
<{t}>公司联系人:<{/t}> <{input type="text" vtype="required" name="shop_info[company_contacts]" value=$shop_info.company_contacts}>
<{t}>公司联系人手机:<{/t}> <{input type="unsignedint" vtype="required" name="shop_info[company_cmobile]" value=$shop_info.company_cmobile}>
<{t}>营业执照副本复印件:<{/t}> <{input type="image" vtype="required" name="shop_info[license_img]" value=$shop_info.license_img width=100 height=100}>
<{t}>注册资本:<{/t}> <{input type="text" vtype="required" name="shop_info[enroll_capital]" value=$shop_info.enroll_capital maxlength="20"}>
<{t}>公司官网:<{/t}> <{input type="url" name="shop_info[shop_url]" value=$shop_info.shop_url}>
组织机构代码证
<{t}>组织机构代码:<{/t}> <{input type="text" vtype="required" name="shop_info[tissue_code]" value=$shop_info.tissue_code}>
<{t}>组织机构代码证复印件:<{/t}> <{input type="image" vtype="required" name="shop_info[tissue_code_img]" value=$shop_info.tissue_code_img width=100 height=100}>
税务登记证
<{t}>税务登记证<{/t}> <{input type="text" vtype="required" name="shop_info[tax_code]" value=$shop_info.tax_code}>
<{t}>税务登记证复印件:<{/t}> <{input type="image" vtype="required" name="shop_info[tax_code_img]" value=$shop_info.tax_code_img width=100 height=100}>
结算账号
<{t}>银行开户公司名:<{/t}> <{input type="text" vtype="required" name="shop_info[bank_user_name]" value=$shop_info.bank_user_name}>
<{t}>银行开户账号:<{/t}> <{input type="text" vtype="required" name="shop_info[bankID]" value=$shop_info.bankID}>
<{t}>CNAPS CODE:<{/t}> <{input type="text" vtype="required" name="shop_info[cnaps_code]" value=$shop_info.cnaps_code}>
<{t}>开户银行所在地:<{/t}> <{input type="text" vtype="required" name="shop_info[bank_area]" value=$shop_info.bank_area}>
<{t}>开户银行:<{/t}> <{input type="text" vtype="required" name="shop_info[bank_name]" value=$shop_info.bank_name}>
店铺信息
<{t}>店铺类型:<{/t}>
<{t}>店铺经营类目:<{/t}>
<{t}>经营品牌:<{/t}> <{foreach from=$brands item=brand key=key}> <{$brand.brand_name}>   <{/foreach}>
<{t}>品牌授权书电子版:<{/t}> <{input type="image" vtype="required" name="shop[brand_warranty]" value=$shop.brand_warranty width=100 height=100}>
<{t}>店铺名称:<{/t}> <{$applydata.shop_name}>
<{t}>店铺描述:<{/t}> <{input type="textarea" vtype="required" name="shop[shop_descript]" value=$shop.shop_descript maxlength="200"}>
<{t}>店主姓名:<{/t}> <{input type="text" vtype="required" name="shopuser_name" value=$applydata.shopuser_name}>
<{t}>店主身份证号:<{/t}> <{input type="text" vtype="required" name="shop[shopuser_identity]" value=$shop.shopuser_identity}>
<{t}>店主身份证电子版:<{/t}> <{input type="image" vtype="required" name="shop[shopuser_identity_img]" value=$shop.shopuser_identity_img width=100 height=100}>
<{t}>所在地区:<{/t}> <{input type="text" vtype="required" name="shop[shop_area]" value=$shop.shop_area}>
<{t}>详细地址:<{/t}> <{input type="text" vtype="required" name="shop[shop_addr]" value=$shop.shop_addr}>
<{t}>手机号码:<{/t}> <{input type="digits" vtype="required" name="shop[mobile]" value=$shop.mobile}>
<{t}>邮箱:<{/t}> <{input type="email" vtype="required" name="shop[email]" value=$shop.email}>
<{area inject='.mainFoot'}>
<{assign var="___c" value='确定退出?'|t:'sysshop'}> <{button label="保存并关闭窗口"|t:'sysshop' class="btn-primary" type="button" onclick="submitForm(event,2)"}> <{button label="关 闭"|t:'content' class="btn-secondary" type="button" isclosedialogbtn="1"}>
<{/area}>