|
|
@@ -0,0 +1,219 @@
|
|
|
+<style>
|
|
|
+ .checkout-steps {
|
|
|
+ background-color: #fff;
|
|
|
+ padding: 0 15px;
|
|
|
+ border: 1px solid #f0f0f0;
|
|
|
+ width: 990px;
|
|
|
+ margin: 10px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .basetop {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .titletip {
|
|
|
+ height: 35px;
|
|
|
+ line-height: 35px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .smalltitle {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: bold;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .in-right {
|
|
|
+ color: #005ea7;
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .item-select {
|
|
|
+ margin-left: 20px;
|
|
|
+ border: 2px solid #e4393c;
|
|
|
+ cursor: pointer;
|
|
|
+ padding: 6px 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .item-noselect {
|
|
|
+ margin-left: 20px;
|
|
|
+ border: 2px solid #ddd;;
|
|
|
+ cursor: pointer;
|
|
|
+ padding: 6px 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .item-noselect:hover {
|
|
|
+ border: 2px solid #e4393c;
|
|
|
+ cursor: pointer;
|
|
|
+ padding: 6px 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .checkout-steps .hr {
|
|
|
+ border-bottom: 1px solid #e6e6e6;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .addr-detail {
|
|
|
+ float: left;
|
|
|
+ line-height: 24px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .addr-detail span {
|
|
|
+ margin-left: 10px
|
|
|
+ }
|
|
|
+
|
|
|
+ .address_more {
|
|
|
+ position: relative;
|
|
|
+ line-height: 30px;
|
|
|
+ text-align: center;
|
|
|
+ border-top: 1px solid #DDD;
|
|
|
+ }
|
|
|
+
|
|
|
+ .address_more a {
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+ margin-top: -1px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ padding: 0 10px 0 10px;
|
|
|
+ border-width: 1px;
|
|
|
+ border-style: solid;
|
|
|
+ border-color: #FFF #DDD #DDD;
|
|
|
+ background: #fff;
|
|
|
+ cursor: pointer;
|
|
|
+ -webkit-transition: border-color .15s ease-in-out;
|
|
|
+ -moz-transition: border-color .15s ease-in-out;
|
|
|
+ transition: border-color .15s ease-in-out;
|
|
|
+ }
|
|
|
+
|
|
|
+ .audit-failure-modal {
|
|
|
+ display: block !important;
|
|
|
+ position: fixed;
|
|
|
+ background-color: white;
|
|
|
+ opacity: 1;
|
|
|
+ width: 300px;
|
|
|
+ height: 140px;
|
|
|
+ top: 250px;
|
|
|
+ left: 554px;
|
|
|
+ font-family: "microsoft yahei";
|
|
|
+ border: 1px solid #d9d5ce;
|
|
|
+ z-index: 10;
|
|
|
+ }
|
|
|
+
|
|
|
+ .audit-failure-modal .title {
|
|
|
+ line-height: 31px;
|
|
|
+ height: 31px;
|
|
|
+ font-size: 14px;
|
|
|
+ background-color: #3a76e4;
|
|
|
+ color: white;
|
|
|
+ text-align: left;
|
|
|
+ font-family: microsoft yahei;
|
|
|
+ padding-left: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .audit-failure-modal .content input {
|
|
|
+ width: 80%;
|
|
|
+ height: 31px;
|
|
|
+ line-height: 31px;
|
|
|
+ border-radius: 4px;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-left: 28px;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .audit-failure-modal .footer .confirm {
|
|
|
+ width: 90px;
|
|
|
+ padding: 5px 10px;
|
|
|
+ background-color: #3A76E4;
|
|
|
+ border: none;
|
|
|
+ color: white;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .audit-failure-modal .footer .cancle-button {
|
|
|
+ width: 90px;
|
|
|
+ padding: 5px 10px;
|
|
|
+ background-color: #D9D5CE;
|
|
|
+ border: none;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<div class="row-fluid sortable">
|
|
|
+ <div class="box">
|
|
|
+ <div class="box-header well" data-original-title>
|
|
|
+ <i class="icon-user"></i> 中奖记录
|
|
|
+ </div>
|
|
|
+ <div class="box-content">
|
|
|
+ <!-- ng-tableStart -->
|
|
|
+ <div class="fullscreen" style="padding: 10px;">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-1">
|
|
|
+ 共<span class="badge">{{usersTableParams.total()}} </span>条
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <div class="btn-group" role="group" aria-label="...">
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':itemActive=='all'}" ng-click="setActive('all')">全部</button>
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':itemActive=='bronze'}" ng-click="setActive('bronze')">青铜</button>
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':itemActive=='gold'}" ng-click="setActive('gold')">黄金</button>
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':itemActive=='diamond'}" ng-click="setActive('diamond')">钻石</button>
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':itemActive=='king'}" ng-click="setActive('king')">王者</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-offset-1 col-sm-3">
|
|
|
+ <div class="btn-group" role="group" aria-label="...">
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':roleActive=='all'}" ng-click="setRole('all')">全部</button>
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':roleActive=='NORMAL'}" ng-click="setRole('NORMAL')">普通</button>
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':roleActive=='CUSTOMER'}" ng-click="setRole('CUSTOMER')">买家</button>
|
|
|
+ <button type="button" class="btn btn-default" ng-class="{'btn-primary':roleActive=='SELLER'}" ng-click="setRole('SELLER')">卖家</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <div class="input-group">
|
|
|
+ <input placeholder="请输入备注查询" class="form-control"
|
|
|
+ ng-model="keyword" ng-search="onSearch()" size="16" type="text">
|
|
|
+ <span class="input-group-btn">
|
|
|
+ <button class="btn btn-primary" type="button" ng-click="onSearch()">搜索</button>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <table ng-table="usersTableParams" class="table table-bordered table-striped" style="margin-top: 10px;">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="text-center" width="50">序号</th>
|
|
|
+ <th class="text-center" width="auto">用户uu</th>
|
|
|
+ <th class="text-center" width="75">用户名称</th>
|
|
|
+ <th class="text-center" width="75">企业uu</th>
|
|
|
+ <th class="text-center" width="100">企业名称</th>
|
|
|
+ <th class="text-center" width="100">手机号</th>
|
|
|
+ <th class="text-center" width="75">用户角色</th>
|
|
|
+ <th class="text-center" width="100">当前等级</th>
|
|
|
+ <th class="text-center" width="100">当前等级计数</th>
|
|
|
+ <th class="text-center" width="100">参与活动时间</th>
|
|
|
+ <th class="text-center" width="100">活动总询价数</th>
|
|
|
+ <th class="text-center" width="75">活动总报价数</th>
|
|
|
+ <th class="text-center" width="100">活动总交易额(¥)</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody class="text-center">
|
|
|
+ <tr class="text-center" ng-repeat="user in $data">
|
|
|
+ <td class="text-center">{{$index+1}}</td>
|
|
|
+ <td class="text-center" ng-bind="user.userUU"></td>
|
|
|
+ <td class="text-center" ng-bind="user.userName"></td>
|
|
|
+ <td class="text-center" ng-bind="user.enUU"></td>
|
|
|
+ <td class="text-center" ng-bind="user.enName"></td>
|
|
|
+ <td class="text-center" ng-bind="user.userTel"></td>
|
|
|
+ <td class="text-center"><span ng-show="user.role=='CUSTOMER'">买家</span><span ng-show="user.role=='SELLER'">卖家</span><span ng-show="user.role=='NORMAL'">普通</span></td>
|
|
|
+ <td class="text-center" ng-bind="user.itemName"></td>
|
|
|
+ <td class="text-center" ng-bind="user.itemCount"></td>
|
|
|
+ <td class="text-center" ng-bind="user.createDate"></td>
|
|
|
+ <td class="text-center" ng-bind="user.activityInquiryCount"></td>
|
|
|
+ <td class="text-center" ng-bind="user.activityReplyCount"></td>
|
|
|
+ <td class="text-center" ng-bind="user.activityTradeCount"></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|