优化公会更改

master
chenzhi 5 years ago
parent 09e71420e0
commit ec4d180287

@ -1428,7 +1428,7 @@ class PromoteController extends ThinkController
}
$data = array(
'promote_id' => $promote_id,
// 'company_belong' => $company_belong,
'company_belong' => $company_belong,
'company_relation' => $company_relation,
'can_view_recharge' => $can_view_recharge,
'company_type' => $company_type,

@ -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>

Loading…
Cancel
Save