Browse Source

首页企业圈修正“新的合作伙伴”跳转链接,新增询价单修改样式及增加无记录状态。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8184 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 8 years ago
parent
commit
e59eff5aa6

+ 10 - 3
src/main/webapp/resources/css/index.css

@@ -1404,11 +1404,11 @@ ul>li.item-link>a {
 
 .side-image  img {
 	margin-bottom: 15px;	
-	cursor: pointer;
+	/*cursor: pointer;*/
 }
 
 .side-image  img:hover {
-	opacity: 0.8;
+	/*opacity: 0.8;*/
 	top: 0px;
 }
 
@@ -2959,7 +2959,7 @@ input::-webkit-clear{display:none;}
 }
 .enterprise-btn div a:hover{
 	text-decoration: none;
-	background: #05acd1;
+	background: #f6c20d;
 }
 
 /*所有列表筛选改动样式*/
@@ -3197,3 +3197,10 @@ input::-webkit-clear{display:none;}
 	background: #fff;
 	border-radius: 0 !important;
 }*/
+.no-record{
+	text-align: center;
+	color: #666;
+	border-top: #e8e8e8 1px dotted;
+	line-height: 40px;
+	border-bottom: #e8e8e8 1px dotted;
+}

+ 1 - 1
src/main/webapp/resources/tpl/index/baseInfo/customersInfo.html

@@ -68,7 +68,7 @@
 	border-radius: 0;
 	position: absolute;
 	top: 0;
-	right: 0;
+	right: 15px;
 }
 #customer-tab table tr td a{
 	color: #5078cb;

+ 1 - 1
src/main/webapp/resources/tpl/index/home/right.html

@@ -135,7 +135,7 @@
 			<img src="static/img/home/entLib.png" >
 			<div>
 				<a title="我的合作伙伴" ui-sref="baseInfo.vendorInfo">我的合作伙伴</a><br/>
-				<a title="新的合作伙伴" ui-sref="baseInfo.partner">新的合作伙伴<em></em></a>
+				<a title="新的合作伙伴" ui-sref="baseInfo.myRequest">新的合作伙伴<em></em></a>
 			</div>
 		</div>
 		<!--<a href="#/baseInfo/enterpriseList"><img src="static/img/home/entLib.png" ></a>-->

+ 10 - 3
src/main/webapp/resources/tpl/index/purc/inquiry_new.html

@@ -51,7 +51,7 @@
 .tender-desc {
 	width: 100px;
 	float: left;
-	padding-top: 4px;
+	/*padding-top: 4px;*/
 }
 /* 输入框 */
 .tender-input {
@@ -855,6 +855,12 @@ input[type="radio"], input[type="checkbox"] {
 #isOpenChoice div span{
     font-size: 14px;
 }
+.tender-content .row{
+    margin-bottom: 15px;
+}
+.tender-content .input-select{
+    padding: 0;
+}
 </style>
 <div class="ng-scope">
     <form name="tenderForm">
@@ -872,7 +878,7 @@ input[type="radio"], input[type="checkbox"] {
                     <span style="color: rgb(211,37,38);">*</span>
                 </div>
                 <div class="row base-info">
-                    <div class="row" style="margin-bottom: 15px;">
+                    <div class="row">
                         <div class = "col-xs-4">
                             <div class="tender-desc">询价单号:</div>
                             <input class="tender-input01" type="text" name="title" ng-model="inquiry.code" required readonly/>
@@ -909,7 +915,7 @@ input[type="radio"], input[type="checkbox"] {
                     <div class="row">
                     	 <div class="col-xs-12">
 	                        <div class="tender-desc">收货地址:</div>
-	                        <span required="required">
+	                        <span required="required" style="line-height: 34px;">
 	                             <select class="select fl" style="width: 70%; height: 34px; line-height: 34px; font-size: 14px;" ng-model="inquiry.ship" required="required" ng-options="(ship.address + ship.addressdet + ship.receiver + ship.usertel) as (ship.address + ship.addressdet + ' ' + ship.receiver + ' ' + ship.usertel) for ship in ships">
 									<option value="">请选择收货地址</option>
 								 </select>
@@ -991,6 +997,7 @@ input[type="radio"], input[type="checkbox"] {
                                         <span class="wid03"><a ng-click="del($index)"><i class="fa fa-close"></i></a></span>
                                     </dd>
                                 </div>
+                                <div ng-if="inquiry.inquiryItems.length == 0" class="no-record">暂无产品信息!</div>
                             </dl>
                         </div>
                     </div>