|
|
|
@ -24,15 +24,17 @@
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select name="promote_id" id="promote_id">
|
|
|
|
|
<option value="">会长账号</option>
|
|
|
|
|
<volist name="promoteList" id="vo">
|
|
|
|
|
<empty name="record">
|
|
|
|
|
<volist name="promoteList" id="vo">
|
|
|
|
|
<option value="{$vo.id}">{$vo.account}({$vo.real_name})</option>
|
|
|
|
|
</volist>
|
|
|
|
|
<else/>
|
|
|
|
|
<option value="{$vo.id}" <if condition="$vo.id eq $record.promote_id">selected</if> >{$vo.account}({$vo.real_name})</option>
|
|
|
|
|
</empty>
|
|
|
|
|
<volist name="promoteList" id="vo">
|
|
|
|
|
<option value="{$vo.id}" <if condition="$vo['id'] eq $record['promote_id']">selected</if> >{$vo.account}({$vo.real_name})</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</empty>
|
|
|
|
|
</select>
|
|
|
|
|
<span class="notice-text">通过推广员后台注册申请或者管理后台创建的账号</span>
|
|
|
|
|
<span class="notice-text">一级渠道推广员账号</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
@ -40,60 +42,32 @@
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select id="game_id" name="game_id" class="select_gallery" >
|
|
|
|
|
<option value="">游戏名称</option>
|
|
|
|
|
<volist name="gameList" id="vo">
|
|
|
|
|
<empty name="record">
|
|
|
|
|
<volist name="gameList" id="vo">
|
|
|
|
|
<option value="{$vo.id}">{$vo.game_name}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
<else/>
|
|
|
|
|
<option value="{$vo.id}" <if condition="$vo.id eq $record.game_id">selected</if> >{$vo.game_name}</option>
|
|
|
|
|
</empty>
|
|
|
|
|
<volist name="gameList" id="vo">
|
|
|
|
|
<option value="{$vo.id}" <if condition="$vo['id'] eq $record['game_id']">selected</if> >{$vo.game_name}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</empty>
|
|
|
|
|
</select>
|
|
|
|
|
<span class="notice-text">密码长度必须大于6位</span>
|
|
|
|
|
<span class="notice-text">会长推广平台已申请的游戏</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">账号状态:</td>
|
|
|
|
|
<td class="l">原分成比例:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<label >
|
|
|
|
|
<input type="radio" value="1" name="status" checked="checked"> 开启
|
|
|
|
|
</label >
|
|
|
|
|
<label >
|
|
|
|
|
<input type="radio" value="2" name="status" > 锁定
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="notice-text">锁定状态下,推广员账号则无法登录</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">真实姓名:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<input type="text" class="txt" name="real_name" value="" placeholder=" 输入推广员负责人姓名">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">手机号:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<input type="text" class="txt" name="mobile_phone" value="" placeholder="输入推广员负责人手机号">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<td class="l">邮箱:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<input type="text" class="txt" name="email" value="" placeholder="输入推广员邮箱">
|
|
|
|
|
<span class="form_radio table_btn"></span>
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">商务专员</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select name="ba_id" id="admin">
|
|
|
|
|
<option value="0">请选择商务专员</option>
|
|
|
|
|
<volist name=":get_business_affairs_list()" id="vo">
|
|
|
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
<span class="notice-text">设置该推广员所属的商务专员组</span>
|
|
|
|
|
<td class="l">现分成比例:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="txt" name="account" value="" placeholder="" onKeyUp="value=value.replace(/[^\w\.\/]/ig,'')">
|
|
|
|
|
<span class="notice-text">当前需要修改成的分成比例</span>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|