wangchuanjin 7 年之前
父節點
當前提交
868fe11576
共有 1 個文件被更改,包括 33 次插入29 次删除
  1. 33 29
      src/web/templates/pc/biddingsearch_enterprise.html

+ 33 - 29
src/web/templates/pc/biddingsearch_enterprise.html

@@ -455,22 +455,26 @@
 							<td width="830">项目名称</td>
 							<td>中标金额(万元)</td>
 						{{else}}
-							<td width="47">序号</td>
-							<td width="320">项目名称</td>
-							<td width="83">公告类型</td>
-							<td width="65">预算<br>(万元)</td>
-							<td width="180">招标单位</td>
-							<td width="100">开标时间</td>
-							<td width="180">中标单位</td>
-							<td>中标金额<br>(万元)</td>
-							<td width="100">发布时间</td>
+							<td width="48">序号</td>
+							<td width="315">项目名称</td>
+							<td width="84">公告类型</td>
+							<td width="73">预算<br>(万元)</td>
+							<td width="181">招标单位</td>
+							<td width="103">开标时间</td>
+							<td width="174">中标单位</td>
+							<td width="76">中标金额<br>(万元)</td>
+							<td width="103">发布时间</td>
 						{{end}}
 						</tr>
 						</thead>
-						<tbody class="formTable" id="formTable">
-						
-						</tbody>
 					</table>
+					<div>
+						<table>
+							<tbody class="formTable" id="formTable">
+							
+							</tbody>
+						</table>
+					</div>
 				</div>	
 			</div>
 
@@ -1407,18 +1411,18 @@
 				}
 				listItem+='</div></div></li>'
 				tableHtml +='<tr onclick="noIn(this)" dataid="'+datas[i].linkid+'" dataindustry="'+datas[i].industry+'" target="_blank">'
-						+'<td><div>'+index+'</div></td>'
+						+'<td width="48"><div>'+index+'</div></td>'
 						
 				if(typeof(datas[i].projectname) != "undefined" && datas[i].projectname != null && datas[i].projectname != ""){
-					tableHtml += '<td class="tt-l"><div>'+datas[i].projectname+'</div></td>';
+					tableHtml += '<td class="tt-l" width="315"><div>'+datas[i].projectname+'</div></td>';
 				}else{
-					tableHtml += '<td class="tt-l"><div>'+datas[i].title+'</div></td>';
+					tableHtml += '<td class="tt-l" width="315"><div>'+datas[i].title+'</div></td>';
 				}
 						
 				if(typeof(stype) != "undefined" && stype != null && stype != ""){
-					tableHtml += '<td><div>'+stype+'公告</div></td>';
+					tableHtml += '<td width="84"><div>'+stype+'公告</div></td>';
 				}else{
-					tableHtml += '<td><div></div></td>';
+					tableHtml += '<td width="84"><div></div></td>';
 				}
 				
 				if(typeof(datas[i].budget) != "undefined" && datas[i].budget != null && datas[i].budget != ""){
@@ -1430,25 +1434,25 @@
 							budget=budget.toString().substr(0,6)
 						}
 					}
-					tableHtml += '<td class="tt-r"><div>'+budget+'</div></td>';
+					tableHtml += '<td class="tt-r" width="73"><div>'+budget+'</div></td>';
 				}else{
-					tableHtml += '<td class="tt-r"><div></div></td>';
+					tableHtml += '<td class="tt-r" width="73"><div></div></td>';
 				}
 				if(typeof(datas[i].buyer) != "undefined" && datas[i].buyer != null && datas[i].buyer != ""){
-					tableHtml += '<td class="tt-l"><div>'+datas[i].buyer+'</div></td>';
+					tableHtml += '<td class="tt-l" width="181"><div>'+datas[i].buyer+'</div></td>';
 				}else{
-					tableHtml += '<td class="tt-l"><div></div></td>';
+					tableHtml += '<td class="tt-l" width="181"><div></div></td>';
 				}
 				if(typeof(datas[i].bidopentime) != "undefined" && datas[i].bidopentime != null && datas[i].bidopentime != ""){
 					var diff = formatDate(Number(datas[i].bidopentime),"l");
-					tableHtml += '<td><div>'+diff+'</div></td>';
+					tableHtml += '<td width="103"><div>'+diff+'</div></td>';
 				}else{
-					tableHtml += '<td><div></div></td>';
+					tableHtml += '<td width="103"><div></div></td>';
 				}
 				if(typeof(datas[i].winner) != "undefined" && datas[i].winner != null && datas[i].winner != ""){
-					tableHtml += '<td class="tt-l"><div>'+datas[i].winner+'</div></td>';
+					tableHtml += '<td class="tt-l" width="174"><div>'+datas[i].winner+'</div></td>';
 				}else{
-					tableHtml += '<td class="tt-l"><div></div></td>';
+					tableHtml += '<td class="tt-l" width="174"><div></div></td>';
 				}
 				if(typeof(datas[i].bidamount) != "undefined" && datas[i].bidamount != null && datas[i].bidamount != ""){
 					var bidamount = parseInt(datas[i].bidamount)/10000;
@@ -1459,18 +1463,18 @@
 							bidamount=bidamount.toString().substr(0,6);
 						}
 					}
-					tableHtml += '<td class="tt-r"><div>'+bidamount+'</div></td>';
+					tableHtml += '<td class="tt-r" width="76"><div>'+bidamount+'</div></td>';
 				}else{
-					tableHtml += '<td class="tt-r"><div></div></td>';
+					tableHtml += '<td class="tt-r" width="76"><div></div></td>';
 				}
 				
 				if(typeof(datas[i].publishtime) != "undefined" && datas[i].publishtime != null && datas[i].publishtime != ""){
 					var diff = formatDate(Number(datas[i].publishtime),"s");
 					if(diff != null){
-						tableHtml += '<td><div>'+diff+'</div></td>';
+						tableHtml += '<td width="103"><div>'+diff+'</div></td>';
 					}
 				}else{
-					tableHtml += '<td><div></div></td>';
+					tableHtml += '<td width="103"><div></div></td>';
 				}
 					tableHtml+='</tr>'
 			}else{