소스 검색

产权交易问题修改

rongxin_prod
庞东旭 1 년 전
부모
커밋
d62b09f39d
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. +9
    -1
      src/views/notice/inviteTendersDetail.vue

+ 9
- 1
src/views/notice/inviteTendersDetail.vue 파일 보기

@@ -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)
}
})
});
},



불러오는 중...
취소
저장