Browse Source

客户资料

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7930 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 years ago
parent
commit
4a6906a4d1
1 changed files with 10 additions and 7 deletions
  1. 10 7
      src/main/webapp/resources/tpl/index/sale/customer.html

+ 10 - 7
src/main/webapp/resources/tpl/index/sale/customer.html

@@ -31,9 +31,8 @@
 }
 #customer-tab tbody tr{
 	background: none;
-	height: 60px;
+	height: 80px;
 	border-top: #e8e8e8 1px solid;
-	line-height: 60px;
 }
 #customer-tab tbody tr td{
 	text-align: center;
@@ -71,6 +70,9 @@
 	top: 10px;
 	right: 0;
 }
+#customer-tab table tr td a{
+	color: #5078cb;
+}
 </style>
 <div class="loading in" ng-class="{'in': loading}">
 	<i></i>
@@ -100,11 +102,11 @@
 				<tr class="header">
 					<th width="80">UU</th>
 					<th width="180">客户名称</th>
-					<th width="200">地址</th>
+					<th width="180">地址</th>
 					<th width="80">客户联系人</th>
 					<th width="100">联系人电话</th>
 					<th width="80">我方联系人</th>
-					<th width="70">用户分配</th>
+					<th width="110">用户分配</th>
 				</tr>
 			</thead>
 			<tbody ng-repeat="customer in $data" ng-mouseenter="showUserInfo(customer,true)" ng-mouseleave="showUserInfo(customer,false)">
@@ -116,9 +118,10 @@
 						<td ng-bind="::customer.myUser.userTel"></td>
 						<td class="text-center" ng-bind="::customer.vendorUser.userName"></td>
 						<td class="text-center">
-								<a title="新增" style="color: #327ebe;" ng-click="addUserInfo(customer)"><i class="fa fa-plus-circle fa-lg"></i></a>&nbsp;&nbsp;
-								<a title="展开" class="text-muted" ng-click="open(customer,$index)"><i class="fa fa-toggle-down fa-lg"></i></a>
-								<a ng-click="viewDetail(customer.id)">查看详情</a>
+								<!--<a title="展开" class="text-muted" ng-click="open(customer,$index)"><i class="fa fa-toggle-down fa-lg"></i></a>-->
+								<a ng-click="viewDetail(customer.id)">查看详情</a>&nbsp;&nbsp;
+								<a title="新增" style="color: #327ebe;" ng-click="addUserInfo(customer)"><!--<i class="fa fa-plus-circle fa-lg">-->分配</i></a>
+
 							</div>
 						</td>
 					</tr>