@@ -191,9 +191,9 @@ | |||||
{{each winTheBiddingInformationList as value i}} | {{each winTheBiddingInformationList as value i}} | ||||
<li> | <li> | ||||
<a href="winTheBiddingDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | <a href="winTheBiddingDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | ||||
<p class="fr">{{# value.jzsSignDate}}</p> | |||||
<p class="fr">{{# value.dealTime}}</p> | |||||
<div class="clear"></div> | <div class="clear"></div> | ||||
<p class="m-t-5">项目编号:{{# value.projectCode}}</p> | |||||
<p class="m-t-5">招标方:{{# value.tenderName}}</p> | |||||
</li> | </li> | ||||
{{/each}} | {{/each}} | ||||
</script> | </script> | ||||
@@ -4,7 +4,7 @@ | |||||
<head> | <head> | ||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<title>农燊高科-鉴证详情</title> | |||||
<title>农燊高科-招标详情</title> | |||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||
<meta name="keywords" content="" /> | <meta name="keywords" content="" /> | ||||
@@ -4,7 +4,7 @@ | |||||
<head> | <head> | ||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<title>农燊高科-鉴证详情</title> | |||||
<title>农燊高科-中标详情</title> | |||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||
<meta name="keywords" content="" /> | <meta name="keywords" content="" /> | ||||
@@ -182,6 +182,16 @@ | |||||
<td>用途与经营描述</td> | <td>用途与经营描述</td> | ||||
<td colspan="3">{{announcementInformationDetail.description}}</td> | <td colspan="3">{{announcementInformationDetail.description}}</td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td colspan="4">附件图片</td> | |||||
</tr> | |||||
<tr> | |||||
<td colspan="4"> | |||||
{{each announcementInformationDetail.attachments as value i}} | |||||
<img src="/api{{# value.fileUrl}}" alt="" width="100%"> | |||||
{{/each}} | |||||
</td> | |||||
</tr> | |||||
</script> | </script> | ||||
</table> | </table> | ||||