|
@@ -78,27 +78,27 @@
|
|
<el-tab-pane label="找技术">
|
|
<el-tab-pane label="找技术">
|
|
<el-col :span="24" class="newsheight">
|
|
<el-col :span="24" class="newsheight">
|
|
<ul>
|
|
<ul>
|
|
- <li v-for="(acc, index) in jishulist" :key="index">
|
|
|
|
|
|
+ <li v-for="(item, index) in jishulist" :key="index">
|
|
<el-col :span="14" class="lileft">
|
|
<el-col :span="14" class="lileft">
|
|
<p>
|
|
<p>
|
|
- <span class="title" @click="onclickjs(acc)"> {{ acc.name }}</span>
|
|
|
|
|
|
+ <span class="title" @click="onclickjs(item)"> {{ item.name }}</span>
|
|
|
|
|
|
<span><el-button class="duijie">对接</el-button></span>
|
|
<span><el-button class="duijie">对接</el-button></span>
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<p class="newp">
|
|
<p class="newp">
|
|
- <span class="name"><i class="el-icon-user-solid"></i>{{ acc.contact_user }}</span
|
|
|
|
- ><span> <i class="el-icon-phone"></i>{{ acc.contact_tel }}</span>
|
|
|
|
|
|
+ <span class="name"><i class="el-icon-user-solid"></i>{{ item.contact_user }}</span
|
|
|
|
+ ><span> <i class="el-icon-phone"></i>{{ item.contact_tel }}</span>
|
|
</p>
|
|
</p>
|
|
<p>
|
|
<p>
|
|
- <span class="pspan">类型:{{ acc.product_type_name }}</span
|
|
|
|
- ><span class="pspan">研发阶段:{{ acc.phase == '0' ? '阶段成果' : '最终成果' }}</span
|
|
|
|
- ><span class="pspan">交易方式:{{ acc.business == '0' ? '公用' : acc.business == '1' ? '转让' : '竞价' }} </span
|
|
|
|
- ><span class="pspan">交易价格:{{ acc.price }}{{ acc.priceunit }}</span>
|
|
|
|
|
|
+ <span class="pspan">类型:{{ item.product_type_name }}</span
|
|
|
|
+ ><span class="pspan">研发阶段:{{ item.phase == '0' ? '阶段成果' : '最终成果' }}</span
|
|
|
|
+ ><span class="pspan">交易方式:{{ item.business == '0' ? '公用' : item.business == '1' ? '转让' : '竞价' }} </span
|
|
|
|
+ ><span class="pspan">交易价格:{{ item.price }}{{ item.priceunit }}</span>
|
|
</p>
|
|
</p>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="10" class="liright">
|
|
<el-col :span="10" class="liright">
|
|
- <p>摘要:{{ acc.introduction }}</p>
|
|
|
|
|
|
+ <p>摘要:{{ item.introduction }}</p>
|
|
</el-col>
|
|
</el-col>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
@@ -109,7 +109,7 @@
|
|
<ul class="demand">
|
|
<ul class="demand">
|
|
<li class="demandList" v-for="(item, index) in demandList" :key="index">
|
|
<li class="demandList" v-for="(item, index) in demandList" :key="index">
|
|
<p>
|
|
<p>
|
|
- <span class="textOver" style="display:inline-block;width:85%;" @click="dialogVisible = true">{{ item.name }}</span>
|
|
|
|
|
|
+ <span class="textOver" style="display:inline-block;width:85%;" @click="onclickjs(item)">{{ item.name }}</span>
|
|
<el-button type="primary" size="mini" @click="technologyBtn(item.id)" style="position: relative;top: -5px;">对接</el-button>
|
|
<el-button type="primary" size="mini" @click="technologyBtn(item.id)" style="position: relative;top: -5px;">对接</el-button>
|
|
</p>
|
|
</p>
|
|
<p>
|
|
<p>
|
|
@@ -128,7 +128,7 @@
|
|
<el-col :span="24" class="newsheight">
|
|
<el-col :span="24" class="newsheight">
|
|
<ul class="service">
|
|
<ul class="service">
|
|
<li class="serviceList" v-for="(item, index) in serviceList" :key="index">
|
|
<li class="serviceList" v-for="(item, index) in serviceList" :key="index">
|
|
- <p class="company" @click="dialogVisible = true">{{ item.companyName }}</p>
|
|
|
|
|
|
+ <p class="company" @click="onclickjs(item)">{{ item.name }}</p>
|
|
<div class="serviceDown">
|
|
<div class="serviceDown">
|
|
<el-image :src="item.image[0].url"></el-image>
|
|
<el-image :src="item.image[0].url"></el-image>
|
|
<p>
|
|
<p>
|
|
@@ -149,7 +149,7 @@
|
|
<el-image :src="item.imgpath"></el-image>
|
|
<el-image :src="item.imgpath"></el-image>
|
|
<div>
|
|
<div>
|
|
<p>
|
|
<p>
|
|
- <span @click="dialogVisible = true">{{ item.name }}</span>
|
|
|
|
|
|
+ <span @click="zhuanjia(item)">{{ item.name }}</span>
|
|
<span>{{ item.nation }}</span>
|
|
<span>{{ item.nation }}</span>
|
|
</p>
|
|
</p>
|
|
<p>职务:{{ item.position }}</p>
|
|
<p>职务:{{ item.position }}</p>
|
|
@@ -222,8 +222,8 @@
|
|
<el-link :underline="false" @click="clickBtn()" target="_blank">直播中心</el-link>
|
|
<el-link :underline="false" @click="clickBtn()" target="_blank">直播中心</el-link>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <el-dialog title="技术详情" :visible.sync="dialogVisible" width="30%" :before-close="handleClose">
|
|
|
|
- <el-col :span="24" class="detail">
|
|
|
|
|
|
+ <el-dialog title="详情" :visible.sync="dialogVisible" width="30%" :before-close="handleClose">
|
|
|
|
+ <el-col :span="24" class="detail" v-if="policyInfo.totaltype">
|
|
<el-col :span="24" class="infoMess">
|
|
<el-col :span="24" class="infoMess">
|
|
<el-col :span="24" class="info"> 名称:{{ policyInfo.name }} </el-col>
|
|
<el-col :span="24" class="info"> 名称:{{ policyInfo.name }} </el-col>
|
|
<el-col :span="24" class="info"> 类型:{{ policyInfo.product_type_name }} </el-col>
|
|
<el-col :span="24" class="info"> 类型:{{ policyInfo.product_type_name }} </el-col>
|
|
@@ -251,7 +251,7 @@
|
|
<el-col :span="24" class="info"> 描述{{ policyInfo.description }} </el-col>
|
|
<el-col :span="24" class="info"> 描述{{ policyInfo.description }} </el-col>
|
|
<el-col :span="24" class="info"> 知识产权:{{ policyInfo.property }} </el-col>
|
|
<el-col :span="24" class="info"> 知识产权:{{ policyInfo.property }} </el-col>
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" class="info">
|
|
- 状态:{{ policyInfo.status === '0' ? '待审核' : policyInfo.status === '1' ? '通过审核' : policyInfo.status === '2' ? '审核拒绝' : 'underdind' }}
|
|
|
|
|
|
+ <!-- 状态:{{ policyInfo.status === '0' ? '待审核' : policyInfo.status === '1' ? '通过审核' : policyInfo.status === '2' ? '审核拒绝' : 'underdind' }} -->
|
|
</el-col>
|
|
</el-col>
|
|
<!-- <el-col :span="24" class="info"> 是否删除:{{ policyInfo.is_del === '0' ? '否' : policyInfo.is_del === '1' ? '是' : 'underdind' }} </el-col> -->
|
|
<!-- <el-col :span="24" class="info"> 是否删除:{{ policyInfo.is_del === '0' ? '否' : policyInfo.is_del === '1' ? '是' : 'underdind' }} </el-col> -->
|
|
<el-col :span="24" class="info"> 联系人:{{ policyInfo.contact_user }} </el-col>
|
|
<el-col :span="24" class="info"> 联系人:{{ policyInfo.contact_user }} </el-col>
|
|
@@ -259,6 +259,38 @@
|
|
<el-col :span="24" class="info"> 简介:{{ policyInfo.introduction }} </el-col>
|
|
<el-col :span="24" class="info"> 简介:{{ policyInfo.introduction }} </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="24" v-else>
|
|
|
|
+ <el-col :span="24" class="infoMess">
|
|
|
|
+ <el-col :span="24" class="info"> 专家名称:{{ policyInfo.name }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 民族:{{ policyInfo.nation }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 学术成就:{{ policyInfo.achievement }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 身份证号:{{ policyInfo.cardnumber }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 出生日期:{{ policyInfo.birth }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 毕业院校:{{ policyInfo.school }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 证件类型:{{ policyInfo.cardtype }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 学位:{{ policyInfo.degree }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 电子邮箱:{{ policyInfo.email }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 学位:{{ policyInfo.degree }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 性别:{{ policyInfo.gender === '0' ? '男' : policyInfo.gender === '1' ? '女' : 'underdind' }}</el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 学位:{{ policyInfo.field }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 学历:{{ policyInfo.eduback }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 初级职称:{{ policyInfo.technical }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 具体职称:{{ policyInfo.technical_actual }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 职务:{{ policyInfo.position }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 所学专业:{{ policyInfo.major_studied }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 从事专业:{{ policyInfo.professional }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 手机号:{{ policyInfo.phone }} </el-col>
|
|
|
|
+
|
|
|
|
+ <el-col :span="24" class="info"> 主持或参与项目情况:{{ policyInfo.project_profile }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 论文论著:{{ policyInfo.paper }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 主要学术成就及获奖情况:{{ policyInfo.paper }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 可供咨询领域:{{ policyInfo.field }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 领域拼音:{{ policyInfo.field_py }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 业务工作简介:{{ policyInfo.job_profile }} </el-col>
|
|
|
|
+ <el-col :span="24" class="info"> 备注:{{ policyInfo.remark }} </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+
|
|
<span slot="footer" class="annius">
|
|
<span slot="footer" class="annius">
|
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
|
<el-button type="primary" @click="dialogVisible = false">对接</el-button>
|
|
<el-button type="primary" @click="dialogVisible = false">对接</el-button>
|
|
@@ -350,7 +382,45 @@ export default {
|
|
// 找专家
|
|
// 找专家
|
|
expertList: [],
|
|
expertList: [],
|
|
|
|
|
|
- luyanList: [],
|
|
|
|
|
|
+ // 路演
|
|
|
|
+ luyanList: [
|
|
|
|
+ {
|
|
|
|
+ title: '项目路演',
|
|
|
|
+ num: '1234',
|
|
|
|
+ city: '吉林省',
|
|
|
|
+ hy: '所属行业',
|
|
|
|
+ xurz: '股权融资',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '项目路演',
|
|
|
|
+ num: '1234',
|
|
|
|
+ city: '吉林省',
|
|
|
|
+ hy: '所属行业',
|
|
|
|
+ xurz: '股权融资',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '项目路演',
|
|
|
|
+ num: '1234',
|
|
|
|
+ city: '吉林省',
|
|
|
|
+ hy: '所属行业',
|
|
|
|
+ xurz: '股权融资',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '项目路演',
|
|
|
|
+ num: '1234',
|
|
|
|
+ city: '吉林省',
|
|
|
|
+ hy: '所属行业',
|
|
|
|
+ xurz: '股权融资',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '项目路演',
|
|
|
|
+ num: '1234',
|
|
|
|
+ city: '吉林省',
|
|
|
|
+ hy: '所属行业',
|
|
|
|
+ xurz: '股权融资',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+
|
|
superOne: require('@/assets/live/main1.png'),
|
|
superOne: require('@/assets/live/main1.png'),
|
|
two: require('@/assets/live/top_bg.png'),
|
|
two: require('@/assets/live/top_bg.png'),
|
|
|
|
|
|
@@ -358,6 +428,7 @@ export default {
|
|
}),
|
|
}),
|
|
created() {
|
|
created() {
|
|
this.searchInfo();
|
|
this.searchInfo();
|
|
|
|
+ this.searchDock();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
...mapProduct({ mapProductQuery: 'query' }),
|
|
...mapProduct({ mapProductQuery: 'query' }),
|
|
@@ -380,11 +451,18 @@ export default {
|
|
console.log(res);
|
|
console.log(res);
|
|
if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
|
|
if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
|
|
},
|
|
},
|
|
-
|
|
|
|
- onclickjs(acc) {
|
|
|
|
|
|
+ async searchDock() {},
|
|
|
|
+ onclickjs(item) {
|
|
console.log();
|
|
console.log();
|
|
this.dialogVisible = true;
|
|
this.dialogVisible = true;
|
|
- this.$set(this, `policyInfo`, acc);
|
|
|
|
|
|
+
|
|
|
|
+ this.$set(this, `policyInfo`, item);
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ zhuanjia(item) {
|
|
|
|
+ console.log(item);
|
|
|
|
+ this.dialogVisible = true;
|
|
|
|
+ this.$set(this, `policyInfo`, item);
|
|
},
|
|
},
|
|
handleClose(done) {
|
|
handleClose(done) {
|
|
this.$confirm('确认关闭?')
|
|
this.$confirm('确认关闭?')
|