|
|
@@ -122,9 +122,27 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>-->
|
|
|
+</div>
|
|
|
+ <div style="margin-top: -55px;">
|
|
|
+ <div class="col-xs-6" style="float: left;"></div>
|
|
|
+ <div class="form-input col-xs-6 myRequest search-bg">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-xs-9">
|
|
|
+ <div class="search">
|
|
|
+ <div class="form-group form-group-sm has-feedback" dropdown auto-close="outsideClick" on-toggle="searchAdvance=open">
|
|
|
+ <input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch()" placeholder="输入企业名称、邀请人进行搜索" />
|
|
|
+ <a class="btn input-group-addon" ng-click="onSearch()">搜索</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-3" style="padding-left: 0;">
|
|
|
+ <p>搜索到<em>{{tableParams.total()}}</em>条</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-<div class="filter-list col-xs-12">
|
|
|
+<div class="filter-list col-xs-12" style="margin-top: 10px;">
|
|
|
<div class="input-select col-xs-2" style="margin-left: 13px;">
|
|
|
<input name="self" type="radio" ng-click="setActive('invitation')" ng-checked="active == 'invitation'"/>
|
|
|
<span class="f14">只看自己</span>
|
|
|
@@ -141,14 +159,15 @@
|
|
|
ng-table="tableParams">
|
|
|
<tbody ng-repeat="record in $data">
|
|
|
<tr class="customer-hd">
|
|
|
- <td colspan="4" class="text-left"><span ng-bind="::record.vendname"></span></td>
|
|
|
+ <td colspan="3" class="text-left"><span ng-bind="::record.vendname"></span></td>
|
|
|
+ <td><div style="font-size: 14px;" ng-show="active == 'invitationTeam'" ><span class="text-muted"style="font-size: 14px;" >邀请人:</span>{{::record.user.userName}}</div></td>
|
|
|
<td class="text-center"><span ng-bind="::record.date| date: 'yyyy-MM-dd'" class="text-muted" style="margin-left: 0;"></span></td>
|
|
|
</tr>
|
|
|
<tr class="customer-bd">
|
|
|
<td class="first" colspan="4">
|
|
|
<div class="col-md-2"><span class="text-muted">联系人:</span><span ng-bind="::record.vendusername"></span></div>
|
|
|
<div ng-if="::record.vendusertel != null" class="col-md-3"><span class="text-muted">电话:</span><span ng-bind="::record.vendusertel"></span></div>
|
|
|
- <div ng-if="::record.venduseremail != null" class="col-md-3"><span class="text-muted">邮箱:</span><span ng-bind="::record.venduseremail"></span></div>
|
|
|
+ <div ng-if="::record.venduseremail != null" class="col-md-4"><span class="text-muted">邮箱:</span><span ng-bind="::record.venduseremail"></span></div>
|
|
|
<div class="text-icon" ng-if="record.active == 1">已注册</div>
|
|
|
<div class="text-icon" ng-if="record.active == 0" style="border: #327ebe 1px solid; color: #327ebe;">未注册</div>
|
|
|
<!--<div><span class="text-muted">次数:</span><span ng-bind="::record.count"></span></div>-->
|