|
@@ -133,6 +133,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <ZhiMaReportBanner
|
|
|
+ v-if="projectInfo.projectname"
|
|
|
+ :buyerName="projectInfo.buyer"
|
|
|
+ :projectName="projectInfo.projectname"
|
|
|
+ :topType="projectInfo.bidstatus"
|
|
|
+ :bId="sid"
|
|
|
+ class="mt-16px"
|
|
|
+ />
|
|
|
<div class="project-content">
|
|
|
<el-card class="project-content">
|
|
|
<div slot="header" class="p-h-title">项目摘要</div>
|
|
@@ -270,6 +278,7 @@ import ProjectForm from '@/views/project/components/ProjectForm.vue'
|
|
|
import QuickPopoverChangeRecord from '@/components/popover-change-record/quick-popover-change-record.vue'
|
|
|
import shareBox from '@/components/shareBox/index.vue'
|
|
|
import BidrenewalDialog from '@/views/BidrenewalDialog/index.vue'
|
|
|
+import ZhiMaReportBanner from '@/components/zhima/report-guide-banner.vue'
|
|
|
import {
|
|
|
getFollowProjectDetail,
|
|
|
followProjectAdd,
|
|
@@ -308,7 +317,8 @@ export default {
|
|
|
noPass,
|
|
|
shareBox,
|
|
|
CommonDialog,
|
|
|
- BidrenewalDialog
|
|
|
+ BidrenewalDialog,
|
|
|
+ ZhiMaReportBanner
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -445,7 +455,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
await this.getJoinBidInfo()
|
|
|
- await this.getProjectReportStatus()
|
|
|
+ // await this.getProjectReportStatus()
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
if (this.bidTimer) {
|