invitation.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <style>
  2. .wrap table{
  3. background-color: #fff;
  4. }
  5. .wrap table .table-hover {
  6. border: 1px red solid;
  7. }
  8. #customer-tab .header th,#customer-tab tbody tr.header,#customer-tab tbody tr.header th{
  9. height: 38px;
  10. text-align: center;
  11. padding: 0;
  12. line-height: 38px;
  13. border-bottom-width: 0;
  14. background: #f5f5f5;
  15. border: none;
  16. font-size: 12px;
  17. }
  18. #customer-tab tbody tr.header:hover{
  19. border: none;
  20. }
  21. .pane-header{
  22. /*border-radius: 0px 0 0px 0px;
  23. box-shadow: 0 0 3px #ccc;
  24. background: linear-gradient(to top, #e7e7e7 0%,#ffffff 100%);*/
  25. height: 40px;
  26. font-size: 14px;
  27. line-height: 40px;}
  28. #customer-tab .pane-header th{
  29. border-bottom: none;
  30. }
  31. .table>tbody+tbody{
  32. border-top: none;
  33. }
  34. #customer-tab tbody td{
  35. border: none;
  36. }
  37. #customer-tab .pane-body{
  38. padding: 0;
  39. }
  40. #customer-tab tbody tr{
  41. background: none;
  42. height: 100px;
  43. border-top: #e8e8e8 1px solid;
  44. line-height: 100px;
  45. }
  46. #customer-tab tbody tr td{
  47. text-align: center;
  48. line-height: 20px;
  49. vertical-align: inherit;
  50. font-size: 14px;
  51. }
  52. /*#customer-tab tbody tr:hover{
  53. border: #d32526 2px solid;
  54. }*/
  55. #customer-tab .com_title{
  56. margin-bottom: 10px;
  57. }
  58. #customer-tab tbody tr td a{
  59. color: #3578ba;
  60. }
  61. #customer-tab tbody tr td a:hover{
  62. color: #d32526;
  63. }
  64. #customer-tab .content{
  65. width: 100%;
  66. }
  67. #myquest-public .group-container{
  68. width: 100%;
  69. }
  70. #myquest-public .group-container .btn-group {
  71. width: 160px;
  72. border: none;
  73. height: 45px;
  74. }
  75. #myquest-public .group-container .btn-group .btn {
  76. border: none;
  77. font-size: 16px;
  78. }
  79. #myquest-public .group-container .btn-group .btn em {
  80. color: #d32526;
  81. font-style: inherit;
  82. }
  83. #myquest-public .group-container .btn-group .btn:hover {
  84. background: #fff;
  85. color: #d32526;
  86. }
  87. #myquest-public .group-container .btn-group .btn-info {
  88. color: #d32526;
  89. background: #fff;
  90. border: none;
  91. }
  92. #myquest-public .margin-bot{
  93. margin-bottom: 10px;
  94. }
  95. #myquest-public .group-container{
  96. height: 45px;
  97. padding: 0;
  98. background: #fff;
  99. }
  100. #myquest-public #public .search-bg .input-group-addon{
  101. width: 85px;
  102. }
  103. </style>
  104. <div style="margin-left: -240px; width: 1170px; background: #f5f5f5;" id="myquest-public">
  105. <div ng-include src="'static/tpl/index/baseInfo/vendorAndCustomer.html'"></div>
  106. <link rel="stylesheet" href="static/css/public.css">
  107. <div id="public" style="background: #f5f5f5;">
  108. <div class="condition" style="padding: 0;">
  109. <div class="myReuest search-bg condition" >
  110. <div class="row">
  111. <div class="col-xs-5">
  112. <div class="search">
  113. <div class="form-group form-group-sm has-feedback" dropdown auto-close="outsideClick" on-toggle="searchAdvance=open">
  114. <input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch(keyword)" placeholder="输入企业名称、联系人姓名、电话或邮箱搜索" style="width: 100%"/>
  115. <a class="btn input-group-addon" ng-click="onSearch(keyword)">搜索</a>
  116. </div>
  117. </div>
  118. </div>
  119. <div class="col-xs-4">
  120. <p>搜索到<em>{{tableParams.total()}}</em>条</p>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <div class="wrap" id="customer-tab">
  127. <div class="content">
  128. <!--供应商列表-->
  129. <table class="table table-hover customer-tab"
  130. ng-table="tableParams">
  131. <tbody ng-repeat="record in $data">
  132. <tr class="customer-hd">
  133. <td colspan="4" class="text-left"><span ng-bind="::record.vendname"></span></td>
  134. </tr>
  135. <tr class="customer-bd">
  136. <td class="first" colspan="4">
  137. <div>联系人:<span ng-bind="::record.vendusername"></span></div>
  138. <div ng-if="::record.vendusertel != null">电话:<span ng-bind="::record.vendusertel"></span></div>
  139. <div ng-if="::record.venduseremail != null">邮箱:<span ng-bind="::record.venduseremail"></span></div>
  140. <div>邀请时间:<span ng-bind="::record.date| date: 'yyyy-MM-dd'"></span></div>
  141. <div>次数:<span ng-bind="::record.count"></span></div>
  142. <div>注册状态:
  143. <span ng-if="record.active == 1">已注册</span>
  144. <span ng-if="record.active == 0">未注册</span>
  145. </div>
  146. <!-- <div ng-if="record.active == 0 && record.samecount > 1">
  147. 提示:当前企业名称匹配到多个企业,<a ng-click="search(record.vendname)">点击查看</a>
  148. </div> -->
  149. </td>
  150. <td width="400" class="text-center all-btn">
  151. </td>
  152. </tr>
  153. </tbody>
  154. <tbody ng-if="tableParams.total() == 0" class="no-record-tab">
  155. <tr>
  156. <td>
  157. <div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂无邀请记录!</h3></div>
  158. </td>
  159. </tr>
  160. </tbody>
  161. </table>
  162. </div>
  163. </div>
  164. </div>