From 5726e25039d46d2fb2326d6bcfa53f2825c9fec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Tue, 12 Oct 2021 11:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=88=90=E6=9E=9C=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer/index.vue | 208 +++++++++++++++++---- src/views/technology/achievement/index.vue | 14 ++ 2 files changed, 189 insertions(+), 33 deletions(-) diff --git a/src/views/customer/index.vue b/src/views/customer/index.vue index 34bf581..6ed35a3 100644 --- a/src/views/customer/index.vue +++ b/src/views/customer/index.vue @@ -16,7 +16,7 @@ @@ -126,36 +126,49 @@ @@ -204,12 +217,74 @@ 取 消 --> + + + + + + + + + + + + + + + + + + + @@ -435,6 +510,36 @@ export default { // 上传的地址 url: process.env.VUE_APP_BASE_API + '/system/user/importData' }, + // 产出选项 + methodOptions: [ + { + value: 1, + label: '爬虫' + }, + { + value: 2, + label: '手动添加' + } + ], + // 归口选项 + attributeOptions: [ + { + value: 'KJJ', + label: '科技' + }, + { + value: 'JXJ', + label: '经信' + }, + { + value: 'FGW', + label: '发改' + }, + { + value: 'OTHER', + label: '其他' + } + ], optionList1: [ { value: '2', @@ -459,7 +564,14 @@ export default { label: '未评估' } ], + openDialog: false, dialogVisible: false, + query: { + pageNum: 1, + pageSize: 10 + }, + dialogTotal: 0, + dialogData: [], formA: {}, oneMenuList: [], // 所属领域一级菜单 twoMenuList: [], // 所属领域二级菜单 @@ -544,6 +656,36 @@ export default { data.regTime = parseTime(data.regTime); this.formA = data; }, + handleCollecDialog(row) { + this.openDialog = true; + console.log(row.id); + this.getCollecList(); + }, + getCollecList() { + this.dialogData = [ + { + id: '1447500160736436224', + method: 1, + title: + '关于公开征求《合肥市外国专家“合肥友谊奖”考核暂行办法》(修订版)意见的通知', + level: 3, + attribute: 'KJJ', + listDate: '2021-10-11', + source: '外国专家与科技人才管理服务处' + }, + { + id: '1447500160736436225', + method: 1, + title: + '关于公开征求《合肥市外国专家“合肥友谊奖”考核暂行办法》(修订版)意见的通知', + level: 3, + attribute: 'KJJ', + listDate: '2021-10-11', + source: '外国专家与科技人才管理服务处' + } + ]; + this.dialogTotal = this.dialogData.length; + }, /** 下载模板操作 */ importTemplate() { // importTemplate().then(response => { @@ -578,7 +720,7 @@ export default { } @media screen and (min-width: 1440px) { /deep/.el-dialog { - width: 55% !important; + // width: 55% !important; .el-form-item { margin-bottom: 12px; } diff --git a/src/views/technology/achievement/index.vue b/src/views/technology/achievement/index.vue index 85729c4..23ad48a 100644 --- a/src/views/technology/achievement/index.vue +++ b/src/views/technology/achievement/index.vue @@ -48,6 +48,20 @@ }} --> + + +