Commit f3d9e163 authored by huangjie's avatar huangjie

*

parent 7b7ba5da
<template>
<div class="supplier">
<div class="search-supplier i">
<div class="project-detail-list-inner">
<div class="sup-miantitle">
<span class="on" @click="cooperateList">评价结果</span>
<span> <i class="el-icon-arrow-right"></i> 详情</span>
</div>
</div>
<div class="title_wrap i j">
<div class="enterprise_title">
基本信息
</div>
<div class="access-content">
<div class="main3-box">
<p>
<label class="label">分供方所属项目</label>
<span>大兴新城西片区起步区(八村安置房)北区DX00-0408-0003地块R2二类居住用地项目</span>
<label class="label">分供方所属组织</label>
<span>中建一局集团第二建筑有限公司第一事业部</span>
</p>
<p>
<label class="label">考核分供方名称</label>
<span>北京达三江电器设备厂</span>
<label class="label">品类</label>
<span>物资-周转材料</span>
</p>
<p>
<label class="label">评分周期</label>
<span>2024年03月</span>
</p>
<p>
<label class="label">发起人</label>
<span>刘叔旺</span>
<label class="label">发起日期</label>
<span>2024-03-13 16:07:00</span>
</p>
</div>
</div>
</div>
<div class="title_wrap i j">
<div class="enterprise_title">
评价详情
</div>
<div class="acc-title i"><strong>结算及时性-结算相应</strong></div>
</div>
</div>
</div>
</template>
<script>
export default {
name: 'resultdetail',
data(){
return{
custmerInfo:[]
}
},
methods:{
cooperateList(){
this.$emit('closedetail')
},
}
}
</script>
<style lang="scss" scoped>
.title_wrap.j{
padding: 16px;
}
.search-supplier.i{
background: #fff;
border-radius: 4px;
}
.acc-title.i{
margin-top: 16px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment