|
@@ -16,58 +16,8 @@
|
|
|
</p>
|
|
|
<p>
|
|
|
<span>产品类型:{{ detailInfo.product_type_name || '暂无' }}</span>
|
|
|
- <span v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1"
|
|
|
- >收费标准:{{ detailInfo.price || '暂无' }}/{{
|
|
|
- detailInfo.priceunit === '0' ? '公斤' : detailInfo.business === '1' ? '套' : detailInfo.business === '2' ? '件' : '' || '暂无'
|
|
|
- }}</span
|
|
|
- >
|
|
|
- </p>
|
|
|
- <p>
|
|
|
<span>
|
|
|
- 交易方式:{{ detailInfo.business === '0' ? '公用' : detailInfo.business === '1' ? '转让' : detailInfo.business === '2' ? '竞价' : '暂无' }}
|
|
|
- </span>
|
|
|
-
|
|
|
- <span v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1">
|
|
|
- 合作方式:{{
|
|
|
- detailInfo.coopermode === '0'
|
|
|
- ? '技术转让'
|
|
|
- : detailInfo.coopermode === '1'
|
|
|
- ? '技术服务'
|
|
|
- : detailInfo.coopermode === '2'
|
|
|
- ? '技术许可'
|
|
|
- : detailInfo.coopermode === '3'
|
|
|
- ? '技术融资'
|
|
|
- : detailInfo.coopermode === '4'
|
|
|
- ? '其他'
|
|
|
- : '暂无'
|
|
|
- }}
|
|
|
- </span>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- <span v-if="detailInfo.totaltype == 0">研发阶段:{{ detailInfo.phase == 1 ? '阶段成果' : detailInfo.phase == 2 ? '最终成果' : '暂无' }}</span>
|
|
|
- <span v-if="detailInfo.totaltype == 0">投入预算:{{ detailInfo.budget || '暂无' }}</span>
|
|
|
- </p>
|
|
|
-
|
|
|
- <p>
|
|
|
- <span>联系人:{{ detailInfo.contact_user || '暂无' }}</span>
|
|
|
- <span>联系电话:{{ detailInfo.contact_tel || '暂无' }}</span>
|
|
|
- </p>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="newDown">
|
|
|
- <div>
|
|
|
- <p v-if="detailInfo.totaltype == 0">
|
|
|
- <span>需求截止日期:{{ detailInfo.end_date || '暂无' }}</span>
|
|
|
- </p>
|
|
|
- <p v-if="detailInfo.totaltype == 0" class="newpa">
|
|
|
- <span>难题:{{ detailInfo.difficult_problem || '暂无' }}</span>
|
|
|
- </p>
|
|
|
-
|
|
|
- <p v-if="detailInfo.totaltype == 0" class="newpa">
|
|
|
- <span>企业解决需求:{{ detailInfo.demand || '暂无' }}</span>
|
|
|
- </p>
|
|
|
-
|
|
|
- <p>所属领域:</p>
|
|
|
- <p class="newpa">
|
|
|
+ 所属领域:
|
|
|
{{
|
|
|
detailInfo.field == 0
|
|
|
? '先进制造'
|
|
@@ -79,41 +29,86 @@
|
|
|
? '文化和科技融合'
|
|
|
: '暂无'
|
|
|
}}
|
|
|
+ </span>
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ <span>联系人:{{ detailInfo.contact_user || '暂无' }}</span>
|
|
|
+ <span>联系电话:{{ detailInfo.contact_tel || '暂无' }}</span>
|
|
|
+ </p>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="newDown">
|
|
|
+ <div>
|
|
|
+ <p v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1" class="newpa">
|
|
|
+ <el-col :span="12" v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1">
|
|
|
+ <span v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1">
|
|
|
+ 合作方式:{{
|
|
|
+ detailInfo.coopermode === '0'
|
|
|
+ ? '技术转让'
|
|
|
+ : detailInfo.coopermode === '1'
|
|
|
+ ? '技术服务'
|
|
|
+ : detailInfo.coopermode === '2'
|
|
|
+ ? '技术许可'
|
|
|
+ : detailInfo.coopermode === '3'
|
|
|
+ ? '技术融资'
|
|
|
+ : detailInfo.coopermode === '4'
|
|
|
+ ? '其他'
|
|
|
+ : '暂无'
|
|
|
+ }}
|
|
|
+ </span></el-col
|
|
|
+ >
|
|
|
+ <el-col :span="12" v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1"
|
|
|
+ ><span v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1">
|
|
|
+ 交易方式:{{ detailInfo.business === '0' ? '公用' : detailInfo.business === '1' ? '转让' : detailInfo.business === '2' ? '竞价' : '暂无' }}
|
|
|
+ </span></el-col
|
|
|
+ >
|
|
|
</p>
|
|
|
-
|
|
|
- <!-- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span>企业解决需求:{{ detailInfo.demand || '暂无' }}</span>
|
|
|
- </p> -->
|
|
|
-
|
|
|
- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span>单位名称:{{ detailInfo.company || '暂无' }}</span>
|
|
|
- </p>
|
|
|
-
|
|
|
- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span>单位地址:{{ detailInfo.address || '暂无' }}</span>
|
|
|
- </p>
|
|
|
- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span>技术团队情况:{{ detailInfo.team || '暂无' }}</span>
|
|
|
- </p>
|
|
|
-
|
|
|
- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span>知识产权情况:{{ detailInfo.property || '暂无' }}</span>
|
|
|
- </p>
|
|
|
-
|
|
|
- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span
|
|
|
- >技术成熟度:
|
|
|
- {{
|
|
|
- detailInfo.mature == 0 ? '实验室' : detailInfo.mature == 1 ? '小试' : detailInfo.mature == 2 ? '中试' : detailInfo.mature == 3 ? '成熟' : '暂无'
|
|
|
- }}</span
|
|
|
+ <p class="newpa" v-if="detailInfo.totaltype == 0">
|
|
|
+ <el-col :span="12" v-if="detailInfo.totaltype == 0">
|
|
|
+ <span v-if="detailInfo.totaltype == 0"
|
|
|
+ >研发阶段:{{ detailInfo.phase == 1 ? '阶段成果' : detailInfo.phase == 2 ? '最终成果' : '暂无' }}</span
|
|
|
+ ></el-col
|
|
|
+ >
|
|
|
+ <el-col :span="12" v-if="detailInfo.totaltype == 0">
|
|
|
+ <span v-if="detailInfo.totaltype == 0">投入预算:{{ detailInfo.budget || '暂无' }}</span></el-col
|
|
|
>
|
|
|
</p>
|
|
|
- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span>合作企业:{{ detailInfo.coopercompany || '暂无' }}</span>
|
|
|
+ <p v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1" class="newpa">
|
|
|
+ <el-col :span="12" v-if="detailInfo.totaltype == 1">
|
|
|
+ <span v-if="detailInfo.totaltype == 1"
|
|
|
+ >技术成熟度:
|
|
|
+ {{
|
|
|
+ detailInfo.mature == 0
|
|
|
+ ? '实验室'
|
|
|
+ : detailInfo.mature == 1
|
|
|
+ ? '小试'
|
|
|
+ : detailInfo.mature == 2
|
|
|
+ ? '中试'
|
|
|
+ : detailInfo.mature == 3
|
|
|
+ ? '成熟'
|
|
|
+ : '暂无'
|
|
|
+ }}</span
|
|
|
+ >
|
|
|
+ </el-col>
|
|
|
+
|
|
|
+ <el-col :span="12" v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1">
|
|
|
+ <span v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1"
|
|
|
+ >收费标准:{{ detailInfo.price || '暂无' }}/{{
|
|
|
+ detailInfo.priceunit === '0' ? '公斤' : detailInfo.business === '1' ? '套' : detailInfo.business === '2' ? '件' : '' || '暂无'
|
|
|
+ }}</span
|
|
|
+ >
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" v-if="detailInfo.totaltype == 0">
|
|
|
+ <span>需求截止日期:{{ detailInfo.end_date || '暂无' }}</span>
|
|
|
+ </el-col>
|
|
|
</p>
|
|
|
|
|
|
- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
- <span>其他需求:{{ detailInfo.other || '暂无' }}</span>
|
|
|
+ <p class="newpa" v-if="detailInfo.totaltype == 1">
|
|
|
+ <el-col :span="12">
|
|
|
+ <span v-if="detailInfo.totaltype == 1">单位名称:{{ detailInfo.company || '暂无' }}</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <span v-if="detailInfo.totaltype == 1">单位地址:{{ detailInfo.address || '暂无' }}</span>
|
|
|
+ </el-col>
|
|
|
</p>
|
|
|
</div>
|
|
|
<!-- <div>
|
|
@@ -124,6 +119,7 @@
|
|
|
</span>
|
|
|
</p>
|
|
|
</div> -->
|
|
|
+ <!-- <el-col :span="24"></el-col> -->
|
|
|
<div>
|
|
|
<p>服务范围:</p>
|
|
|
<p class="moreScope" v-if="scope != ''">{{ detailInfo.scope || '暂无' }}</p>
|
|
@@ -143,6 +139,36 @@
|
|
|
<span v-else @click="introductionMore1()">收起</span>
|
|
|
</el-button>
|
|
|
</div>
|
|
|
+
|
|
|
+ <el-col :span="24">
|
|
|
+ <p v-if="detailInfo.totaltype == 0" class="newpa">
|
|
|
+ <span>难题:{{ detailInfo.difficult_problem || '暂无' }}</span>
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <p v-if="detailInfo.totaltype == 0" class="newpa">
|
|
|
+ <span>企业解决需求:{{ detailInfo.demand || '暂无' }}</span>
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <!-- <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
+ <span>企业解决需求:{{ detailInfo.demand || '暂无' }}</span>
|
|
|
+ </p> -->
|
|
|
+
|
|
|
+ <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
+ <span>技术团队情况:{{ detailInfo.team || '暂无' }}</span>
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
+ <span>知识产权情况:{{ detailInfo.property || '暂无' }}</span>
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
+ <span>合作企业:{{ detailInfo.coopercompany || '暂无' }}</span>
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <p v-if="detailInfo.totaltype == 1" class="newpa">
|
|
|
+ <span>其他需求:{{ detailInfo.other || '暂无' }}</span>
|
|
|
+ </p>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="anniu">
|
|
|
<el-button type="primary" @click="btnPhone()" v-if="this.user.uid != detailInfo.userid">对接聊天</el-button>
|
|
@@ -315,10 +341,10 @@ p {
|
|
|
font-weight: bold;
|
|
|
padding: 20px 0;
|
|
|
}
|
|
|
- p:nth-child(2) span:last-child {
|
|
|
- color: red;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
+ // p:nth-child(2) span:last-child {
|
|
|
+ // // color: red;
|
|
|
+ // // font-weight: bold;
|
|
|
+ // }
|
|
|
}
|
|
|
.oneDown {
|
|
|
border-top: 1px dashed #ccc;
|
|
@@ -330,7 +356,8 @@ p {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
p:first-child {
|
|
|
- color: #333;
|
|
|
+ color: #000;
|
|
|
+ // color: #333;
|
|
|
font-weight: bold;
|
|
|
padding: 0 0 10px 0;
|
|
|
}
|
|
@@ -382,8 +409,8 @@ p {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
p:first-child {
|
|
|
- color: #333;
|
|
|
-
|
|
|
+ // color: #333;
|
|
|
+ color: #000;
|
|
|
padding: 0 0 10px 0;
|
|
|
}
|
|
|
}
|