123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412 |
- <template>
- <div id="xmcg">
- <el-row>
- <el-col :span="24" class="main">
- <el-col :span="24" class="one">
- <div class="w_1200">
- <el-col :span="20" class="left">
- <el-col :span="24" class="leftone">
- <span>科技成果展洽会</span>
- <span>欢迎您</span>
- </el-col>
- <el-col :span="24" class="lefttwo">
- SCIENTIFIC AND TECHNOLOGICAL ACHIEVEEMENTS EXHIBITION
- </el-col>
- </el-col>
- <el-col :span="4" class="right">
- <el-link :underline="false">帮助中心</el-link>
- </el-col>
- </div>
- </el-col>
- <el-col :span="24" class="two">
- <div class="w_1200">
- <el-col :span="24" class="twotop">
- <el-col :span="18" class="left">
- <p>{{ dockInfo.title }}</p>
- <el-image :src="two1"></el-image>
- </el-col>
- <el-col :span="6" class="right">
- <el-image :src="two2"></el-image>
- <p>{{ dockInfo.start_time }}</p>
- <p>距离展会结束还有</p>
- <p>倒计时</p>
- </el-col>
- </el-col>
- <el-col :span="24" class="twocen">
- <el-col :span="15" class="left"> <span>主办单位:</span>{{ dockInfo.sponsor }} </el-col>
- <el-col :span="8" class="right">
- <el-button class="btn1" @click="$router.push({ path: '/halltwo/directTwo', query: { id: dockInfo.id } })">返回展会进行页</el-button>
- <el-button class="btn2" @click="$router.push({ path: '/halltwo/detail', query: { id: dockInfo.id } })">进入展会总结页</el-button>
- </el-col>
- </el-col>
- </div>
- </el-col>
- <el-col :span="24" class="three">
- <div class="w_1200">
- <el-col :span="24" class="threeinfo">
- <p>项目成果</p>
- <el-col :span="24" class="all">
- <el-col :span="3" class="textAll"><span>全部</span></el-col>
- <el-col :span="3" class="field" v-for="(item, index) in fieldList" :key="index" @click.native="change(item, index)">{{ item }}</el-col>
- </el-col>
- <el-col :span="24" class="list">
- <el-table :data="list1" stripe style="width: 100%" fit :show-header="showHead">
- <el-table-column prop="field" width="300">
- <template slot-scope="scope">
- <span style="margin-left: 20px">{{ scope.row.field }}</span>
- </template>
- </el-table-column>
- <el-table-column prop="name" width="700">
- <template slot-scope="scope">
- <span class="name">{{ scope.row.name }}</span>
- </template>
- </el-table-column>
- <el-table-column>
- <template slot-scope="scope">
- <el-button size="mini" type="primary" @click="handleEdit(scope.$index, scope.row)">对接</el-button>
- </template>
- </el-table-column>
- </el-table>
- <el-col class="page1" :span="24">
- <el-pagination
- @current-change="handleCurrentChange"
- :current-page="currentPage"
- layout="total, prev, pager, next, jumper"
- :total="total"
- :page-size="pageSize"
- >
- </el-pagination>
- </el-col>
- </el-col>
- </el-col>
- </div>
- </el-col>
- <el-col :span="24" class="four">
- <div class="w_1200">
- <el-col :span="24" class="info">
- <el-col :span="8" class="left">
- <h1>专家咨询:</h1>
- <p>工作日:08:30~17:00</p>
- <p>咨询电话:</p>
- <p>0431-81666508</p>
- </el-col>
- <el-col :span="8" class="left">
- <h1>业务联系:</h1>
- <p>长春中科北斗工程技术有限公司</p>
- <p>联系人:刘经理</p>
- <p>电话:18604328977</p>
- <p>邮箱:18889898@qq.com</p>
- </el-col>
- <el-col :span="8" class="left right">
- <h1>活动帮微信:</h1>
- <el-image :src="erweima" style="width:132px;height:132px;"></el-image>
- </el-col>
- </el-col>
- </div>
- </el-col>
- </el-col>
- <div class="pz_down">
- <live-foot></live-foot>
- </div>
- </el-row>
- </div>
- </template>
- <script>
- import liveFoot from '@/layout/live/foot.vue';
- import { mapState, createNamespacedHelpers } from 'vuex';
- const { mapActions: dock } = createNamespacedHelpers('dock');
- export default {
- metaInfo() {
- return { title: this.$route.meta.title };
- },
- name: 'xmcg',
- props: {},
- components: {
- liveFoot,
- },
- data: function() {
- return {
- two1: require('@a/sy_04.png'),
- two2: require('@a/dock2.png'),
- // 展會詳情
- dockInfo: {},
- // 指导单位
- erweima: require('@a/二维码.jpg'),
- //领域列表
- fieldList: [],
- //全部列表
- list: [],
- //列表头部
- showHead: false,
- pageSize: 10,
- total: 0,
- currentPage: 1,
- origin: [],
- list1: [],
- };
- },
- async created() {
- await this.searchInfo();
- },
- methods: {
- ...dock({ dockQuery: 'query', dockFetch: 'fetch', goodsquery: 'goodsquery' }),
- async searchInfo() {
- // 查询展会详情
- if (this.id) {
- let res = await this.dockFetch(this.id);
- if (this.$checkRes(res)) {
- this.$set(this, `dockInfo`, res.data);
- let czxm = res.data.apply.map(item => item.goodsList);
- czxm = _.flattenDeep(czxm);
- let czxmNew = czxm.filter(item => item.dockStatus == '1');
- // 技术成果
- let achieve = czxmNew.filter(i => i.type == '1');
- this.$set(this, `list`, achieve);
- this.$set(this, `total`, achieve.length);
- let lists = this.list;
- let fieldLists = this.fieldList;
- for (let item of lists) {
- if (fieldLists.indexOf(item.field) == -1) fieldLists.push(item.field);
- }
- }
- }
- },
- searchPage(page = 1) {
- this.$set(this, `list1`, this.origin[page - 1]);
- },
- handleCurrentChange(currentPage) {
- this.searchPage(currentPage);
- },
- handleEdit(index, row) {
- console.log(index, row);
- },
- change(item, index) {
- let val = this.list;
- let techol = val.filter(i => i.field == item);
- this.$set(this, `list1`, techol);
- this.$set(this, `total`, techol.length);
- },
- },
- computed: {
- ...mapState(['user']),
- id() {
- return this.$route.query.id;
- },
- },
- watch: {
- list: {
- immediate: true,
- deep: true,
- handler(val) {
- if (val && val.length > 0) this.$set(this, `origin`, _.chunk(val, this.pageSize));
- this.searchPage();
- },
- },
- },
- };
- </script>
- <style lang="less" scoped>
- .main {
- .one {
- height: 100px;
- .left {
- height: 100px;
- .leftone {
- margin: 15px 0 0 0;
- span:nth-child(1) {
- font-size: 35px;
- color: #535353;
- font-weight: bold;
- font-family: cursive;
- }
- span:nth-child(2) {
- font-size: 15px;
- padding: 0 10px;
- color: #535353;
- }
- }
- .lefttwo {
- font-size: 12px;
- color: #535353;
- }
- }
- .right {
- height: 100px;
- line-height: 100px;
- text-align: right;
- }
- }
- .two {
- height: 610px;
- background: url('~@/assets/bj1.jpg');
- padding: 20px 0;
- .twotop {
- margin: 0 0 10px 0;
- .left {
- height: 357px;
- margin: 0 10px 0 0;
- background: url('~@/assets/dock1.png');
- p {
- float: left;
- width: 79%;
- font-size: 43px;
- color: #fff;
- font-weight: bold;
- padding: 13% 0 0 20px;
- }
- .el-image {
- float: left;
- width: 153px;
- height: 94px;
- margin: 4% 0 0 0;
- }
- }
- .right {
- background-color: #ffffff;
- width: 24%;
- height: 357px;
- text-align: center;
- padding: 0 10px;
- .el-image {
- width: 120px;
- height: 48px;
- margin: 50px 0 0px 0;
- }
- p:nth-child(2) {
- font-size: 18px;
- margin: 30px 0 5px 0;
- }
- p:nth-child(3) {
- font-size: 22px;
- font-weight: bold;
- margin-bottom: 30px;
- }
- p:nth-child(4) {
- background: #f5f5f5;
- padding: 20px 0px;
- border-radius: 5px;
- height: 50px;
- }
- }
- .right:hover {
- cursor: pointer;
- p:nth-child(3) {
- color: #535353;
- }
- }
- }
- .twocen {
- height: 130px;
- overflow: hidden;
- line-height: 130px;
- background-color: #fff;
- margin: 0 0 35px 0;
- .left {
- font-size: 18px;
- margin: 0 0 0 30px;
- span {
- font-size: 22px;
- font-weight: bold;
- }
- }
- .right {
- .btn1 {
- font-size: 16px;
- color: #fff;
- background: red;
- border: none;
- font-weight: bold;
- }
- .btn2 {
- font-size: 16px;
- color: #ff0000;
- border: 1px solid #ff0000;
- font-weight: bold;
- }
- }
- }
- }
- .three {
- height: 860px;
- overflow: hidden;
- position: relative;
- top: -50px;
- z-index: 999;
- .threeinfo {
- height: 860px;
- overflow: hidden;
- background-color: #fff;
- border: 1px solid red;
- padding: 30px;
- p:nth-child(1) {
- font-family: '微软雅黑';
- font-weight: 400;
- font-size: 26px;
- }
- .all {
- line-height: 46px;
- background: #f8f8f8;
- margin: 20px 0 40px 0;
- .field,
- .textAll {
- text-align: center;
- font-size: 16px;
- padding: 0 15px;
- cursor: pointer;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .textAll {
- background-color: #2152cb;
- span {
- color: #fff;
- }
- }
- .field:hover {
- color: #777;
- }
- }
- .list {
- .page1 {
- margin: 40px 0px;
- text-align: center;
- }
- .name:hover {
- color: #777;
- cursor: pointer;
- }
- }
- }
- }
- .four {
- border-top: 2px solid #305798;
- height: 250px;
- .info {
- .left {
- h1 {
- padding: 15px 0;
- font-weight: bold;
- color: #4d4d4d;
- }
- p {
- font-size: 16px;
- color: #4d4d4d;
- padding: 5px 0;
- }
- }
- .right {
- text-align: center;
- }
- }
- }
- }
- /deep/.el-table .cell {
- font-weight: 400;
- font-size: 14px;
- color: black;
- }
- </style>
|