|
|
|
@ -84,23 +84,21 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><span style="color:red">*</span>真实姓名:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<input type="text" disabled ="disabled" class="input txt" name="username" id="password" style="width:430px" placeholder="{$promoteinfo['real_name']}" value="{$promoteinfo['real_name']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="username" id="password" style="width:430px" placeholder="{$promoteinfo['real_name']}" value="{$promoteinfo['real_name']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" disabled ="disabled" class="input txt" name="username" id="password" style="width:430px" value="{$promoteinfo['real_name']}">
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="username" id="password" style="width:430px" value="{$promoteinfo['real_name']}">
|
|
|
|
|
</if>
|
|
|
|
|
<span id="password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><span style="color:red">*</span>身份证号码:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<input type="text" disabled ="disabled" class="input txt" name="id_card" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['idcard']}" value="{$promoteinfo['idcard']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="id_card" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['idcard']}" value="{$promoteinfo['idcard']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" disabled ="disabled" class="input txt" name="id_card" id="confirm_password" style="width:430px" value="{$promoteinfo['idcard']}">
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="id_card" id="confirm_password" style="width:430px" value="{$promoteinfo['idcard']}">
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<span id="confirm_password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -200,12 +198,11 @@
|
|
|
|
|
<tr style="margin-top:50px">
|
|
|
|
|
<td class="l"><span style="color:red">*</span>电话:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<input type="text" disabled ="disabled" class="input txt" name="tel" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['mobile_phone']}" value="{$promoteinfo['mobile_phone']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="tel" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['mobile_phone']}" value="{$promoteinfo['mobile_phone']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" disabled ="disabled" class="input txt" name="tel" id="confirm_password" style="width:430px" value="{$promoteinfo['mobile_phone']}">
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="tel" id="confirm_password" style="width:430px" value="{$promoteinfo['mobile_phone']}">
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<span id="confirm_password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -218,12 +215,11 @@
|
|
|
|
|
<select id="s_province" name="s_province" class="areaselect1 select_gallery" style="width: 90px;"></select>
|
|
|
|
|
<select id="s_city" name="s_city" class="areaselect2 select_gallery" style="width: 120px;"></select>
|
|
|
|
|
<select id="s_county" name="s_county" class="areaselect3 select_gallery" style="width: 90px;"></select>
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="address" id="confirm_password" style="width:430px;margin-left:20px" placeholder="{$addr}" value="{$addr}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="address" id="confirm_password" style="width:430px;margin-left:20px" placeholder="{$addr}" value='{$addr}'>
|
|
|
|
|
<?php }?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="address" id="confirm_password" style="width:430px;margin-left:20px" value="{$addr}">
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="address" id="confirm_password" style="width:430px;margin-left:20px" value='{$addr}'>
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" >
|
|
|
|
|
var pro="{:$promoteinfo['addressdata']['0']}";
|
|
|
|
@ -251,12 +247,11 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><span style="color:red">*</span>邮箱:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="email" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['email']}" value="{$promoteinfo['email']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="email" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['email']}" value="{$promoteinfo['email']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="email" id="confirm_password" style="width:430px" value="{$promoteinfo['email']}">
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="email" id="confirm_password" style="width:430px" value="{$promoteinfo['email']}">
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<span id="confirm_password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -264,23 +259,21 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><span style="color:red">*</span>账户类型{$promoteinfo['complanystatus']}:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($promoteinfo['complanystatus'] == 1) {?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="radio" class="input txt" name="account_type" value="公司" checked>公司<input type="radio" class="input txt" style="margin-left:20px" name="account_type" value="个人" >个人
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($promoteinfo['complanystatus'] == 0) {?>
|
|
|
|
|
<else />
|
|
|
|
|
<input type="radio" class="input txt" name="account_type" value="公司" >公司<input type="radio" class="input txt" style="margin-left:20px" name="account_type" value="个人" checked>个人
|
|
|
|
|
<?php }?>
|
|
|
|
|
</if>
|
|
|
|
|
<span id="confirm_password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><span style="color:red">*</span>开户银行:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="bank_name" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['bank_name']}" value="{$promoteinfo['bank_name']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="bank_name" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['bank_name']}" value="{$promoteinfo['bank_name']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="bank_name" id="confirm_password" style="width:430px" value="{$promoteinfo['bank_name']}">
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<span id="confirm_password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -288,12 +281,11 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><span style="color:red">*</span>银行账户名:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="bank_account" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['bank_account']}" value="{$promoteinfo['bank_account']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="bank_account" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['bank_account']}" value="{$promoteinfo['bank_account']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="bank_account" id="confirm_password" style="width:430px" value="{$promoteinfo['bank_account']}">
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<span id="confirm_password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -301,12 +293,11 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><span style="color:red">*</span>银行账号:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<?php if($ver_status == 1 ){?>
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="bank_card" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['bank_card']}" value="{$promoteinfo['bank_card']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<?php if($ver_status != 1) {?>
|
|
|
|
|
<input type="text" class="input txt" name="bank_card" id="confirm_password" style="width:430px" placeholder="{$promoteinfo['bank_card']}" value="{$promoteinfo['bank_card']}">
|
|
|
|
|
<?php }?>
|
|
|
|
|
<if condition="$ver_status eq 1">
|
|
|
|
|
<input type="text" class="input txt" disabled ="disabled" name="bank_card" id="confirm_password" style="width:430px" value="{$promoteinfo['bank_card']}">
|
|
|
|
|
<else />
|
|
|
|
|
<input type="text" class="input txt" name="bank_card" id="confirm_password" style="width:430px" value="{$promoteinfo['bank_card']}">
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<span id="confirm_password_tip"></span></td>
|
|
|
|
|
</tr>
|
|
|
|
|