|
|
@@ -8,6 +8,9 @@ |
|
|
|
@click-left="onClickLeft" |
|
|
|
/> |
|
|
|
<!-- <p class="title">{{attestationDetail.projectName}}</p>--> |
|
|
|
<van-cell title="项目编号" :value="attestationDetail.tenderCode" /> |
|
|
|
<van-cell title="招标评审时间" :value="attestationDetail.revieveAt" /> |
|
|
|
<van-cell title="招标评审地点" :value="attestationDetail.revieveAddress" /> |
|
|
|
<van-cell title="招标方名称" :value="attestationDetail.tenderName" /> |
|
|
|
<van-cell title="资金来源" :value="attestationDetail.moneySource" /> |
|
|
|
<van-cell title="招标代理公司" :value="attestationDetail.agentName" /> |
|
|
@@ -68,7 +71,12 @@ export default { |
|
|
|
tableId:this.$route.query.id |
|
|
|
} |
|
|
|
attachmentQuery(query).then(response => { |
|
|
|
this.attachmentQueryList = response.rows; |
|
|
|
response.rows.forEach(res=>{ |
|
|
|
if (res.fileType!=1){ |
|
|
|
console.log('aaaaaaaaaaaa') |
|
|
|
this.attachmentQueryList.push(res) |
|
|
|
} |
|
|
|
}) |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|