vendor.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <title>供应商列表</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  7. <meta name="Keywords" content=""/>
  8. <meta name="Description" content=""/>
  9. <link rel="stylesheet" href="static/css/add.css "/>
  10. </head>
  11. <body>
  12. <style>
  13. .wrap-content table{
  14. background-color: #fff;
  15. }
  16. .wrap-content table .table-hover {
  17. border: 1px red solid;
  18. }
  19. #customer-tab .header th,#customer-tab tbody tr.header,#customer-tab tbody tr.header th{
  20. height: 38px;
  21. text-align: center;
  22. padding: 0;
  23. line-height: 38px;
  24. border-bottom-width: 0;
  25. background: #f5f5f5;
  26. border: none;
  27. font-size: 12px;
  28. }
  29. #customer-tab tbody tr.header:hover{
  30. border: none;
  31. }
  32. .pane-header{
  33. /*border-radius: 0px 0 0px 0px;
  34. box-shadow: 0 0 3px #ccc;
  35. background: linear-gradient(to top, #e7e7e7 0%,#ffffff 100%);*/
  36. height: 40px;
  37. font-size: 14px;
  38. line-height: 40px;}
  39. #customer-tab .pane-header th{
  40. border-bottom: none;
  41. }
  42. .table>tbody+tbody{
  43. border-top: none;
  44. }
  45. #customer-tab tbody td{
  46. border: none;
  47. }
  48. #customer-tab .pane-body{
  49. padding: 0;
  50. }
  51. #customer-tab tbody tr{
  52. background: none;
  53. height: 100px;
  54. border-top: #e8e8e8 1px solid;
  55. line-height: 100px;
  56. }
  57. #customer-tab tbody tr td{
  58. text-align: center;
  59. line-height: 20px;
  60. vertical-align: inherit;
  61. font-size: 14px;
  62. }
  63. #customer-tab tbody tr:hover{
  64. border: #3f84f6 2px solid;
  65. }
  66. #customer-tab .com_title{
  67. margin-bottom: 10px;
  68. }
  69. #customer-tab tbody tr td a{
  70. color: #5078cb;
  71. }
  72. #customer-tab tbody tr td a:hover{
  73. color: #d32526 !important;
  74. text-decoration: underline !important;
  75. }
  76. #customer-tab table tr td a.color32{
  77. color: #323232;
  78. }
  79. </style>
  80. <link rel="stylesheet" href="static/css/public.css">
  81. <div class="pub-com_head">
  82. <span>供应商资料</span>
  83. <div class="p-right">
  84. </div>
  85. </div>
  86. <div id="public">
  87. <div class="condition block" style="padding: 10px 15px;">
  88. <div class="search-bg condition block" style="padding: 10px 15px;">
  89. <div class="row">
  90. <div id="topSearch" style="float: left">
  91. <span class="text-muted f16"><i class="fa fa-search fa-lg"></i> 搜索"{{tip}}",为您找到结果:</span>
  92. 单据{{total}}条
  93. </div>
  94. <div class="col-xs-6">
  95. <div class="search">
  96. <div class="form-group form-group-sm has-feedback" dropdown auto-close="outsideClick" on-toggle="searchAdvance=open">
  97. <input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch(keyword)" placeholder="输入企业名称、营业执照号、申请人或审核人" style="width: 100%"/>
  98. <a class="btn input-group-addon" ng-click="onSearch(keyword)">搜索</a>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. <div class="wrap-content" id="customer-tab">
  107. <div>
  108. <!--供应商列表-->
  109. <table class="table table-hover"
  110. ng-table="customerParams">
  111. <thead>
  112. <tr class="pane-header">
  113. <th width="80" class="text-center">UU</th>
  114. <th width="180" class="text-center">供应商名称</th>
  115. <th width="120" class="text-center">简称</th>
  116. <th width="200" class="text-center">地址</th>
  117. <th width="100" class="text-center">联系人</th>
  118. <th width="80" class="text-center">联系电话</th>
  119. <th width="170" class="text-center">操作</th>
  120. </tr>
  121. </thead>
  122. <tbody ng-if="$data.length === 0">
  123. <tr>
  124. <td colspan="7">
  125. <div id="empty">
  126. <div class="left_img">
  127. <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/empty/uas_empty.png"></a>
  128. <a href="#/index" title="B2B商务首页">B2B 商务</a>
  129. </div>
  130. <div class="right_link">
  131. <p>暂无对应的供应商信息</p>
  132. </div>
  133. </div>
  134. </td>
  135. </tr>
  136. </tbody>
  137. <tbody>
  138. <tr ng-repeat="vendor in $data">
  139. <td ng-bind="::vendor.vendorEnterprise.uu"></td>
  140. <td class="text-center"><a href="#/purc/vendor/{{vendor.id}}" ng-bind="::vendor.vendorEnterprise.enName" title="查看供应商资料" class="color32 order-detail"></a></td>
  141. <td class="text-center" ng-bind="::vendor.vendorEnterprise.enShortname"></td>
  142. <td class="text-center" ng-bind="::vendor.vendorEnterprise.enAddress"></td>
  143. <td class="text-center" ng-bind="::vendor.vendorUser.userName"></td>
  144. <td class="text-center" ng-bind="::vendor.vendorUser.userTel"></td>
  145. <td class="text-center">
  146. <a ng-click="purcByEn(vendor.vendorEnterprise.enBussinessCode)">下采购单</a>
  147. <a href="#/purc/purcinquiry/{{vendor.vendorEnterprise.enBussinessCode}}">立即询价</a>
  148. </td>
  149. </tr>
  150. </tbody>
  151. </table>
  152. </div>
  153. </div>
  154. </body>
  155. </html>