入会保存,参会验证
This commit is contained in:
@@ -409,8 +409,8 @@ export default {
|
|||||||
getFormFieldList(item) {
|
getFormFieldList(item) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.rh_pageData = JSON.parse(JSON.stringify(item)).rh_pageData
|
this.rh_pageData = JSON.parse(JSON.stringify(item)).rh_pageData
|
||||||
this.rh_pageData.fillLeader = ''
|
|
||||||
this.rh_pageData.fillPeople = this.$store.getters.userInfo.userName
|
this.rh_pageData.fillPeople = this.$store.getters.userInfo.userName
|
||||||
|
this.fillFileList = this.rh_pageData.fillFile
|
||||||
this.rh_pageData.fillPeopleId = this.$store.getters.userInfo.userId
|
this.rh_pageData.fillPeopleId = this.$store.getters.userInfo.userId
|
||||||
this.roleForm = JSON.parse(JSON.stringify(item)).roleList
|
this.roleForm = JSON.parse(JSON.stringify(item)).roleList
|
||||||
this.infoSourcesLength = this.rh_pageData.infoSources.length
|
this.infoSourcesLength = this.rh_pageData.infoSources.length
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
<el-table-column prop="fillPost" align="center" label="身份"/>
|
<el-table-column prop="fillPost" align="center" label="身份"/>
|
||||||
<el-table-column prop="fillTel" align="center" label="电话"/>
|
<el-table-column prop="fillTel" align="center" label="电话"/>
|
||||||
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
||||||
<el-table-column prop="fillFile" align="center" label="资料" show-overflow-tooltip>
|
<el-table-column prop="fillFile" align="center" label="资料">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
||||||
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
<el-table-column prop="fillPost" align="center" label="身份"/>
|
<el-table-column prop="fillPost" align="center" label="身份"/>
|
||||||
<el-table-column prop="fillTel" align="center" label="电话"/>
|
<el-table-column prop="fillTel" align="center" label="电话"/>
|
||||||
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
||||||
<el-table-column prop="fillFile" align="center" label="资料" show-overflow-tooltip>
|
<el-table-column prop="fillFile" align="center" label="资料">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
||||||
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
<el-table-column prop="fillPost" align="center" label="身份"/>
|
<el-table-column prop="fillPost" align="center" label="身份"/>
|
||||||
<el-table-column prop="fillTel" align="center" label="电话"/>
|
<el-table-column prop="fillTel" align="center" label="电话"/>
|
||||||
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
||||||
<el-table-column prop="fillFile" align="center" label="资料" show-overflow-tooltip>
|
<el-table-column prop="fillFile" align="center" label="资料">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
||||||
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
<el-table-column prop="fillPost" align="center" label="身份"/>
|
<el-table-column prop="fillPost" align="center" label="身份"/>
|
||||||
<el-table-column prop="fillTel" align="center" label="电话"/>
|
<el-table-column prop="fillTel" align="center" label="电话"/>
|
||||||
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
<el-table-column prop="fillMail" align="center" label="邮箱"/>
|
||||||
<el-table-column prop="fillFile" align="center" label="资料" show-overflow-tooltip>
|
<el-table-column prop="fillFile" align="center" label="资料">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
<span v-if="scope.row.fillFile.length === 0">{{ '-' }}</span>
|
||||||
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
<span v-for="item in scope.row.fillFile" :key="item.id" style="color: #409EFF;" @click="previews(item.id)">
|
||||||
|
|||||||
@@ -360,6 +360,16 @@ export default {
|
|||||||
sort: '1',
|
sort: '1',
|
||||||
meetingTable: [],
|
meetingTable: [],
|
||||||
fileTextList: [],
|
fileTextList: [],
|
||||||
|
fillPeopleId: '',
|
||||||
|
fillPeople: '',
|
||||||
|
fillUnit: '',
|
||||||
|
fillDept: '',
|
||||||
|
fillPost: '',
|
||||||
|
fillTel: '',
|
||||||
|
fillMail: '',
|
||||||
|
fillLeader: '',
|
||||||
|
fillFile: '',
|
||||||
|
|
||||||
},
|
},
|
||||||
associaNameOptions: [
|
associaNameOptions: [
|
||||||
{value: '0', label: '国内法规入库流程'},
|
{value: '0', label: '国内法规入库流程'},
|
||||||
|
|||||||
@@ -214,17 +214,7 @@ export default {
|
|||||||
active: '1',
|
active: '1',
|
||||||
|
|
||||||
acceptShow: false,
|
acceptShow: false,
|
||||||
ch_pageData: {
|
ch_pageData: {},
|
||||||
fillPeopleId: '',
|
|
||||||
fillPeople: '',
|
|
||||||
fillUnit: '',
|
|
||||||
fillDept: '',
|
|
||||||
fillPost: '',
|
|
||||||
fillTel: '',
|
|
||||||
fillMail: '',
|
|
||||||
fillLeader: '',
|
|
||||||
fillFile: '',
|
|
||||||
},
|
|
||||||
ch_rules: {},
|
ch_rules: {},
|
||||||
nodeList: [],
|
nodeList: [],
|
||||||
commentText: '',
|
commentText: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user