|
@@ -25,17 +25,6 @@ style="margin: 0 auto;width: 96%;padding: 30px 0px;"
|
|
|
@endforeach
|
|
|
</select>
|
|
|
</div>
|
|
|
- <div class="form-group col col-lg-2 col-md-2 col-sm-2 col-xs-2" style="margin-right: 2px;">
|
|
|
- <select name="custom_uid" class="form-control selectpicker" require="" data-live-search="true" data-live-search-placeholder="搜索人员" data-none-results-text="未搜索到 {0}" title="使用对象" >
|
|
|
- @foreach ($customList as $group)
|
|
|
- <optgroup label="{{$group['user_group']}}">
|
|
|
- @foreach ($group['user_list'] as $user)
|
|
|
- <option value="{{$user['uid']}}" data-content='<img src="{{$user["userpic"]}}" alt="" height="30"> {{$user["username"]}}' > {{$user['username']}} </option>
|
|
|
- @endforeach
|
|
|
- </optgroup>
|
|
|
- @endforeach
|
|
|
- </select>
|
|
|
- </div>
|
|
|
<div class="form-group col col-lg-2 col-md-2 col-sm-2 col-xs-2" style="margin-right: 2px;">
|
|
|
<select name="is_follow" class="form-control" require="" >
|
|
|
<option value="0" > 推送客服 </option>
|
|
@@ -55,7 +44,6 @@ style="margin: 0 auto;width: 96%;padding: 30px 0px;"
|
|
|
<th>二维码</th>
|
|
|
<th>二维码名称</th>
|
|
|
<th>接待客服</th>
|
|
|
- <!-- <th>商业人员/地区代表</th> -->
|
|
|
<th>标签信息</th>
|
|
|
<th>配置ID</th>
|
|
|
<th>操作</th>
|
|
@@ -75,7 +63,6 @@ style="margin: 0 auto;width: 96%;padding: 30px 0px;"
|
|
|
@endforeach
|
|
|
@endforeach
|
|
|
</td>
|
|
|
- <td>{{$a['custom_name']}}</td>
|
|
|
<td>
|
|
|
@foreach ($corpTagList as $group)
|
|
|
@foreach ($group['tag'] as $tag)
|