|
|
|
@ -64,36 +64,15 @@
|
|
|
|
|
<input type="hidden" name="promote_id" value="{$data['promote_id']}">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<!-- <tr>
|
|
|
|
|
<td class="l">工会归属:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input id="company_belong" name="company_belong" value="{$data['company_belong']}" type="hidden">
|
|
|
|
|
<span class="form_radio">
|
|
|
|
|
{:getCompanyBlong($data['company_belong'])}
|
|
|
|
|
<!-- <label >
|
|
|
|
|
<input type="radio" value="3" name="company_belong" <?php if($data['company_belong'] ==3):?>
|
|
|
|
|
checked="checked"
|
|
|
|
|
<?php endif?> class="company_belong"> 无
|
|
|
|
|
</label>
|
|
|
|
|
<label >
|
|
|
|
|
<input type="radio" value="0" name="company_belong" <?php if($data['company_belong'] ==0):?>
|
|
|
|
|
checked="checked"
|
|
|
|
|
<?php endif?> class="company_belong"> 内团
|
|
|
|
|
</label >
|
|
|
|
|
<label >
|
|
|
|
|
<input type="radio" value="1" name="company_belong" <?php if($data['company_belong'] ==1):?>
|
|
|
|
|
checked="checked"
|
|
|
|
|
<?php endif?> class="company_belong"> 外团
|
|
|
|
|
</label>
|
|
|
|
|
<label >
|
|
|
|
|
<input type="radio" value="2" name="company_belong" <?php if($data['company_belong'] ==2):?>
|
|
|
|
|
checked="checked"
|
|
|
|
|
<?php endif?> class="company_belong"> 外团-分发联盟
|
|
|
|
|
</label> -->
|
|
|
|
|
</span>
|
|
|
|
|
<!-- <span class="notice-text"></span>-->
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tr> -->
|
|
|
|
|
|
|
|
|
|
<tr id="company_relation">
|
|
|
|
|
<td class="l">工会关系:</td>
|
|
|
|
|