|
|
@@ -61,9 +61,9 @@
|
|
|
vertical-align: inherit;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-#customer-tab tbody tr:hover{
|
|
|
+/*#customer-tab tbody tr:hover{
|
|
|
border: #d32526 2px solid;
|
|
|
-}
|
|
|
+}*/
|
|
|
#customer-tab .com_title{
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
@@ -73,23 +73,54 @@
|
|
|
#customer-tab tbody tr td a:hover{
|
|
|
color: #d32526;
|
|
|
}
|
|
|
+#customer-tab .content{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+#myquest-public .group-container{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+#myquest-public .group-container .btn-group {
|
|
|
+ width: 160px;
|
|
|
+ border: none;
|
|
|
+ height: 45px;
|
|
|
+}
|
|
|
+#myquest-public .group-container .btn-group .btn {
|
|
|
+ border: none;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+#myquest-public .group-container .btn-group .btn em {
|
|
|
+ color: #d32526;
|
|
|
+ font-style: inherit;
|
|
|
+}
|
|
|
+ #myquest-public .group-container .btn-group .btn:hover {
|
|
|
+ background: #fff;
|
|
|
+ color: #d32526;
|
|
|
+}
|
|
|
+#myquest-public .group-container .btn-group .btn-info {
|
|
|
+ color: #d32526;
|
|
|
+ background: #fff;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+#myquest-public .margin-bot{
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+#myquest-public .group-container{
|
|
|
+ height: 45px;
|
|
|
+ padding: 0;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+#myquest-public #public .search-bg .input-group-addon{
|
|
|
+ width: 85px;
|
|
|
+}
|
|
|
</style>
|
|
|
+<div style="margin-left: -240px; width: 1170px; background: #f5f5f5;" id="myquest-public">
|
|
|
<div ng-include src="'static/tpl/index/baseInfo/vendorAndCustomer.html'"></div>
|
|
|
<link rel="stylesheet" href="static/css/public.css">
|
|
|
-<div class="pub-com_head">
|
|
|
- <span>供应商资料</span>
|
|
|
- <div class="p-right">
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-<div id="public">
|
|
|
- <div class="condition block" style="padding: 10px 15px;">
|
|
|
- <div class="search-bg condition block" style="padding: 10px 15px;">
|
|
|
+<div id="public" style="background: #f5f5f5;">
|
|
|
+ <div class="condition" style="padding: 0;">
|
|
|
+ <div class="myReuest search-bg condition" >
|
|
|
<div class="row">
|
|
|
- <div id="topSearch" style="float: left">
|
|
|
- <span class="text-muted f16"><i class="fa fa-search fa-lg"></i> 搜索"{{tip}}",为您找到结果:</span>
|
|
|
- 单据{{total}}条
|
|
|
- </div>
|
|
|
- <div class="col-xs-6">
|
|
|
+ <div class="col-xs-5">
|
|
|
<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(keyword)" placeholder="输入企业名称、简称或申请人搜索" style="width: 100%"/>
|
|
|
@@ -97,6 +128,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="col-xs-4">
|
|
|
+ <p>搜索到<em>{{customerParams.total()}}</em>条</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -104,9 +138,9 @@
|
|
|
<div class="wrap" id="customer-tab">
|
|
|
<div class="content">
|
|
|
<!--供应商列表-->
|
|
|
- <table class="table table-hover"
|
|
|
+ <table class="table table-hover customer-tab"
|
|
|
ng-table="customerParams">
|
|
|
- <thead>
|
|
|
+ <!--<thead>
|
|
|
<tr class="pane-header">
|
|
|
<th width="180" class="text-center">企业名称</th>
|
|
|
<th width="120" class="text-center">简称</th>
|
|
|
@@ -116,24 +150,27 @@
|
|
|
<th width="80" class="text-center">联系方式</th>
|
|
|
<th width="170" class="text-center">操作</th>
|
|
|
</tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <tr ng-repeat="vendor in $data">
|
|
|
- <td class="text-center" ng-bind="::vendor.vendorEnterprise.enName"></td>
|
|
|
- <td class="text-center" ng-bind="::vendor.vendorEnterprise.enShortname"></td>
|
|
|
- <td class="text-center" ng-bind="::vendor.vendorEnterprise.enAddress"></td>
|
|
|
- <td class="text-center" ng-bind="::vendor.vendorUser.userName"></td>
|
|
|
- <td ng-bind="::vendor.vendorUser.position"></td>
|
|
|
- <td class="text-center" ng-bind="::vendor.vendorUser.userTel"></td>
|
|
|
- <td class="text-center">
|
|
|
- <a href="#/purc/vendor/{{vendor.id}}">查看详情</a><br/>
|
|
|
- <a ng-click="purcByEn(vendor.vendorEnterprise.enBussinessCode)">下达采购单</a>
|
|
|
- <a ng-click="relieve(vendor.id)">取消合作关系</a>
|
|
|
+ </thead>-->
|
|
|
+ <tbody ng-repeat="vendor in $data">
|
|
|
+ <tr class="customer-hd">
|
|
|
+ <td colspan="4" class="text-left"><span ng-bind="::vendor.vendorEnterprise.enName"></span></td>
|
|
|
+ <td width="200" class="text-center"><a ng-click="relieve(vendor.id)">取消合作关系</a></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="customer-bd">
|
|
|
+ <td class="first" colspan="4">
|
|
|
+ <div>企业地址:<span ng-bind="::vendor.vendorEnterprise.enAddress"></span></div>
|
|
|
+ <div>联系人:<span ng-bind="::vendor.vendorUser.userName"></span></div>
|
|
|
+ <div>电话:<span ng-bind="::vendor.vendorUser.userTel"></span></div>
|
|
|
+ </td>
|
|
|
+ <td width="200" class="text-center all-btn">
|
|
|
+ <a href="#/purc/vendor/{{vendor.id}}" class="btn01">查看详情</a><br/>
|
|
|
+ <a ng-click="purcByEn(vendor.vendorEnterprise.enBussinessCode)" class="btn02">下达采购单</a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
+</div>
|
|
|
</body>
|
|
|
</html>
|