wangchuanjin 7 年之前
父节点
当前提交
b09084f53a

+ 3 - 0
src/web/staticres/css/dev2/biddingSearch.css

@@ -453,6 +453,7 @@ border-radius:2px;
 
 #searchInner .searchControl .searchTender .region .region-content {
   float: left;
+  width: 1010px;
 }
 
 #searchInner .searchControl .searchTender .region .region-content span {
@@ -509,6 +510,7 @@ border-radius:2px;
 
 #searchInner .searchControl .searchTender .information .info-content {
   float: left;
+  width: 1010px;
 }
 
 #searchInner .searchControl .searchTender .information .info-content img {
@@ -786,6 +788,7 @@ width:1160px;
 #searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table {
   width: 100%;
   border-collapse: collapse;
+  table-layout: fixed;
 }
 
 #searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table i {

+ 2 - 2
src/web/templates/pc/biddingsearch_enterprise.html

@@ -457,7 +457,7 @@
 						{{if .T.searchvalue}}
 							<td width="45">序号</td>
 							<td width="150">中标日期</td>
-							<td width="855">项目名称</td>
+							<td width="854">项目名称</td>
 							<td width="150">中标金额(万元)</td>
 						{{else}}
 							<td width="48">序号</td>
@@ -1495,7 +1495,7 @@
 				}else{
 					formItem += '<td width="150"></td>';
 				}
-				formItem +='<td class="tt-l" width="855">'+datas[i].projectname+'</td>'
+				formItem +='<td class="tt-l" width="854">'+datas[i].projectname+'</td>'
 				//
 				if(typeof(datas[i].bidamount) != "undefined" && datas[i].bidamount != null && datas[i].bidamount != ""){
 					var bidamount = parseInt(datas[i].bidamount)/10000;

+ 7 - 1
src/web/templates/weixin/follow/set.html

@@ -217,7 +217,10 @@ $(function(){
 							+'</div>'
 						+'</div>';
 				
-			}		
+			}
+			if(myhtml!=""){
+				$("#notice,.jynotice").removeClass("hidden");
+			}
 			$(".jynotice").append(myhtml);
 		}
 		if (relationinfo!= null&&relationinfo != ""){
@@ -288,6 +291,9 @@ $(function(){
 				}*/
 			}
 		}
+		if(listhtml!=""){
+			$("#notice,.jynotice").removeClass("hidden");
+		}
 		$(".jynotice").append(listhtml);
 		$("#followsure").click(function(){
 			followSave(2);