Browse Source

业务员分配添加核价信息,修改详情页样式

liusw 7 years ago
parent
commit
408aaf32f9

BIN
src/main/webapp/resources/img/seekPurchase/recieved-left.png


+ 24 - 21
src/main/webapp/resources/view/admin/seek_salesman_detail.html

@@ -9,35 +9,35 @@
 .menu{
 .menu{
 	width: 100%;
 	width: 100%;
 	height: 40px;
 	height: 40px;
-	background: #229ee6;
+	/*background: #229ee6;*/
 	margin: 0;
 	margin: 0;
 	line-height: 40px;
 	line-height: 40px;
 	overflow: hidden;
 	overflow: hidden;
 }
 }
 .menu .btn{
 .menu .btn{
 	border: none;
 	border: none;
-	background: none;
-	color: #fff;
-	padding: 8px 30px;
+	/*background: none;*/
+	/*color: #fff;*/
+	/*padding: 8px 30px;*/
 	width: 100px;
 	width: 100px;
 }
 }
-.menu .btn:active{
-	background: none;
-}
+/*.menu .btn:active{*/
+	/*background: none;*/
+/*}*/
 .menu .btn-group{
 .menu .btn-group{
 	height: 40px;
 	height: 40px;
 }
 }
-.menu .btn-primary:before,.menu a:hover:before{
-	content: "";
-	width: 20px;
-	height: 20px;
-	display: inline-block;
-	background: #fff;
-	transform: rotate(-45deg);
-	position: absolute;
-	bottom: -18px;
-	left: 40%;
-}
+/*.menu .btn-primary:before{*/
+	/*!*content: "";*!*/
+	/*!*width: 20px;*!*/
+	/*!*height: 20px;*!*/
+	/*!*display: inline-block;*!*/
+	/*background: blue;*/
+	/*!*transform: rotate(-45deg);*!*/
+	/*!*position: absolute;*!*/
+	/*!*bottom: -18px;*!*/
+	/*!*left: 40%;*!*/
+/*}*/
 .menu .col-sm-3{
 .menu .col-sm-3{
 	float: right;
 	float: right;
 	margin-right: 100px;
 	margin-right: 100px;
@@ -73,8 +73,11 @@
 	color: #219ee6;
 	color: #219ee6;
 }
 }
 	.adopt {
 	.adopt {
-		background: red;
+		position: absolute;
+		left: 0px;
+		top: 0px;
 	}
 	}
+
 </style>
 </style>
 <div>
 <div>
 	<div class="box-header well">
 	<div class="box-header well">
@@ -203,8 +206,8 @@
 				</tr>
 				</tr>
 			</thead>
 			</thead>
 			<tbody ng-repeat="qutation in seek.qutations">
 			<tbody ng-repeat="qutation in seek.qutations">
-				<tr class="text-center" ng-class="{'adopt':qutation.agreed == 1}">
-					<td><span ng-bind="qutation.offerTime | date:'yyyy-MM-dd HH:mm:ss'"></span></td>
+				<tr class="text-center">
+					<td style="position: relative;"><span ng-bind="qutation.offerTime | date:'yyyy-MM-dd HH:mm:ss'"></span><img ng-if="qutation.agreed == 1" class="adopt" src="static/img/seekPurchase/recieved-left.png" alt=""></td>
 					<td><p ng-bind="qutation.enterprise.enName"></p></td>
 					<td><p ng-bind="qutation.enterprise.enName"></p></td>
 					<td><span ng-bind="qutation.enterprise.enTel"></span></td>
 					<td><span ng-bind="qutation.enterprise.enTel"></span></td>
 					<td><span ng-bind="qutation.leadtime"></span></td>
 					<td><span ng-bind="qutation.leadtime"></span></td>