Commit e8b6ebdf authored by hujun's avatar hujun

经纪人冻结

parent 26b7299c
......@@ -168,6 +168,7 @@ class Setting extends Basic
$redis->set('s_lookNum', $agent_shop_num); //业务员最多可查看的商铺数量
$redis->set('s_agent_call_day', $data['agent_call_day']); //业务员多少天可以打多少电话
$redis->set('s_agent_call_number', $data['agent_call_number']); //业务员多少天可以打多少电话
$redis->set('s_agent_suspend', $data['agent_suspend']); //业务员多少天可以打多少电话
return ;
}
......
......@@ -52,6 +52,11 @@
<div class="col-sm-8">
<input type="number" class="form-control btn5" name="agent_shop_num" placeholder="业务员最多可查看的商铺数量" value="[%= JSON.parse(it[item]['rule']).agent_shop_num %]">
</div>
[% } else if (it[item]['params'] == 'agent_suspend') { %]
<label class="col-sm-4 control-label" style="text-align: right">帐号自动冻结(客户跟进少于多少条):</label>
<div class="col-sm-8">
<input type="number" class="form-control btn5" name="agent_suspend" placeholder="帐号自动冻结,客户跟进数量" value="[%= JSON.parse(it[item]['rule']).agent_suspend %]">
</div>
[% } %]
[% } %]
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment