From 16f14dc6b2fb3f2cd5a7f7ec21a5a62a22bcdd64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?=
=?UTF-8?q?=E7=A8=80?= <2675540038@qq.com>
Date: Tue, 22 Apr 2025 18:09:16 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E6=96=B0=E5=A2=9E=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=202.=E4=BC=98=E5=8C=96=E7=BC=96=E8=BE=91=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=203.=E4=BC=98=E5=8C=96=E5=85=A5=E4=BC=9A=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/register/index.vue | 185 +-
src/pages/user/user_add.vue | 3189 ++++++++++++++++++------------
src/pages/user/user_edit.vue | 3607 ++++++++++++++++++++++------------
src/pages/user/user_info.vue | 9 +-
4 files changed, 4425 insertions(+), 2565 deletions(-)
diff --git a/src/pages/register/index.vue b/src/pages/register/index.vue
index 350f0a1..8d4d654 100644
--- a/src/pages/register/index.vue
+++ b/src/pages/register/index.vue
@@ -4,7 +4,7 @@
-
+
-
![]()
@@ -90,7 +90,7 @@
-
![]()
@@ -110,7 +110,7 @@
-
![]()
@@ -123,7 +123,7 @@
">
![]()
-

+
-->
@@ -269,7 +269,7 @@
-
@@ -295,7 +295,7 @@
-
@@ -316,7 +316,7 @@
-
+
全国人大代表
全国政协委员
全国青联委员
@@ -451,7 +451,7 @@
:data="{ association_id: 1 }" accept="image/*,.pdf"
:format-response="(response) => formatResponse(response, 3)">
-
@@ -488,7 +487,7 @@
:data="{ association_id: 1 }" accept="image/*,.pdf"
:format-response="(response) => formatResponse(response, 7)">
-
-

+ src="@/assets/c1.png" style="width:220px; height: 124px" />
-
-
@@ -653,7 +652,7 @@
-

+
删除文件
@@ -662,7 +661,7 @@
-

+
@@ -737,9 +736,8 @@
*
国家/城市
-
+
@@ -870,7 +868,7 @@
-
@@ -943,7 +941,7 @@
-
@@ -954,7 +952,7 @@
-
+
确定保存
@@ -999,8 +997,7 @@
-->
-
+
@@ -1144,7 +1141,8 @@ export default {
post: '',
phone: '',
}],
- main_social_positions: [],//社会职务
+ main_social_positions: '',//社会职务
+ main_social: [],
other_social_positions: '',//其他社会职务
enterprise_name: '',//企业名称
unified_code: '',//统一社会信用代码
@@ -1175,8 +1173,9 @@ export default {
qitaqiyerenzhiqingkuang: '',//其他企业人员资质情况
enterprise_lvxingzeren: '',//企业履行社会责任情况
if_abroad: null,//是否海外业务 1开展 2不开展
- abroad_region_id: null,//海外业务区域
- abroad_region: [],//海外业务区域
+ abroad_region_id: '',//海外业务区域
+ abroad_region_arr: [],
+ abroad_region: '',
staff_size: '',//人员规模
last_year_local_revenue: '',//上年度本地营业收入
business_case: '',//经营情况
@@ -1384,6 +1383,8 @@ export default {
//1.3
if (newVal.region_id != '' && newVal.mail_address != '' && newVal.phone != '' && newVal.zip_code != '' && newVal.photo_image != '' && newVal.nikename != '' && newVal.gender != null && newVal.birth_time != '' && newVal.nation != '' && newVal.political != '' && newVal.jiguan != '' && newVal.institution != '' && newVal.education != '' && newVal.academic_degree != '' && newVal.card_number != '' && newVal.work_unit != '' && newVal.unit_position != '') {
this.right_card_list[0].content[2].ok = true;
+ } else {
+ this.right_card_list[0].content[2].ok = false;
}
//1111111
if (this.right_card_list[0].content[0].ok && this.right_card_list[0].content[1].ok && this.right_card_list[0].content[2].ok) {
@@ -1405,7 +1406,7 @@ export default {
this.right_card_list[1].content[2].ok = true;
}
}//2.4
- if (newVal.main_social_positions.length > 0) {
+ if (newVal.main_social.length > 0) {
this.right_card_list[1].content[3].ok = true;
} else {
this.right_card_list[1].content[3].ok = false;
@@ -1451,7 +1452,7 @@ export default {
this.right_card_list[4].content[0].ok = false;
}
if (newVal.if_abroad == 1) {
- if (newVal.abroad_region_id != null && newVal.staff_size != '') {
+ if (newVal.abroad_region_arr.length > 0 || newVal.abroad_region_id != '' && newVal.staff_size != '') {
this.right_card_list[4].content[1].ok = true;
}
if (newVal.business_case != '') {
@@ -1493,7 +1494,7 @@ export default {
// id: 'duihuahezuo',
// ok: false,
// });
- console.log(this.right_card_list[4].content);
+ //console.log(this.right_card_list[4].content);
} else {
this.right_card_list[4].content = [
{
@@ -1514,6 +1515,9 @@ export default {
beforeDestroy() {
window.removeEventListener('scroll', this.handleScroll);
},
+ destroyed() {
+ window.removeEventListener('scroll', this.handleScroll)
+ },
mounted() {
window.addEventListener('scroll', this.handleScroll);
console.log(this.$route.query.id);
@@ -1586,10 +1590,10 @@ export default {
.then((res) => {
console.log(res);
const nodes = res.data.map(item => ({
- value: item.id,
- label: item.name,
- children: item.children
- }));
+ value: item.id,
+ label: item.name,
+ children: item.children
+ }));
this.internationa_list = nodes;
})
.catch((e) => {
@@ -1640,7 +1644,7 @@ export default {
return;
}
const link = document.createElement('a');
- link.href = `https://hnyea.0rui.cn/api/move/pdf_member/exportPdf?openid=${this.formData.openid}`;
+ link.href = `http://192.168.10.140/api/move/pdf_member/exportPdf?openid=${this.formData.openid}`;
link.target = '_blank'; // 新标签页打开
link.rel = 'noopener noreferrer'; // 安全考虑
link.style.display = 'none';
@@ -1817,11 +1821,12 @@ export default {
} else {
this.formData.other = JSON.parse(res.data.other_contacts);
}
+ this.formData.main_social_positions = res.data.main_social_positions;
//社会职务
if (res.data.main_social_positions == '' || res.data.main_social_positions == null) {
- this.formData.main_social_positions = [];
+ this.formData.main_social = [];
} else {
- this.formData.main_social_positions = res.data.main_social_positions.split(',');
+ this.formData.main_social = res.data.main_social_positions.split(',');
}
//其他社会职务
this.formData.other_social_positions = res.data.other_social_positions;
@@ -1885,11 +1890,40 @@ export default {
this.formData.enterprise_lvxingzeren = res.data.enterprise_lvxingzeren;
//是否海外业务
this.formData.if_abroad = res.data.if_abroad;
+ if (res.data.if_abroad == 1) {
+ this.right_card_list[4].content.push(
+ {
+ title: '2.区域与资源',
+ active: false,
+ id: 'haiwiquyu',
+ ok: false,
+ },
+ {
+ title: '3.财务与运营',
+ active: false,
+ id: 'caiwuyunying',
+ ok: false,
+ },
+ {
+ title: '4.对华合作',
+ active: false,
+ id: 'duihuahezuo',
+ ok: false,
+ });
+ }
//海外业务区域
- this.formData.abroad_region_id = res.data.abroad_region_id;
- //var arr = res.data.abroad_region_id.split(',');
- //const result = arr.map((_, i) => arr.slice(0, i + 1).join('-'));
- this.inputProps.value = '1 / 2 / 3 / 4';
+ if (res.data.abroad_region_id == '' || res.data.abroad_region_id == null) {
+ this.formData.abroad_region_id = '';
+ } else {
+ //var arr = res.data.abroad_region_id.split(',');
+ //const result = arr.map((_, i) => arr.slice(0, i + 1).join('-'));
+ //选择
+ // this.formData.abroad_region_arr = result;
+ //信息
+ this.formData.abroad_region_id = res.data.abroad_region_id;
+ //名字
+ this.inputProps.value = res.data.abroad_region;
+ }
//人员规模
this.formData.staff_size = res.data.staff_size;
//上年度本地营业收入
@@ -1911,11 +1945,11 @@ export default {
//上级党组织
this.formData.manager_party = res.data.manager_party;
//党组织负责人
- this.formData.dangweifuzerenxinxi = res.data.dangweifuzerenxinxi;
- if (res.data.dangweifuzerenxinxi == '' || res.data.dangweifuzerenxinxi == null) {
+ this.formData.party_json = res.data.party_json;
+ if (res.data.party_json == '' || res.data.party_json == null) {
this.formData.dang = [];
} else {
- this.formData.dang = JSON.parse(res.data.dangweifuzerenxinxi);
+ this.formData.dang = JSON.parse(res.data.party_json);
}
//是否建立团组织
this.formData.if_organization = res.data.if_organization;
@@ -2096,18 +2130,26 @@ export default {
return;
} else {
//转json字符串
+ console.log(typeof this.formData.work);
+
//把work里面的time转成年月日 至 年月日
- this.formData.work.forEach(item => {
- item.time = item.time[0] + '至' + item.time[1];
- });
- this.formData.work_experience = JSON.stringify(this.formData.work);
+ if (typeof this.formData.work == 'object') {
+ this.formData.work.forEach(item => {
+ if (typeof item.time == 'object') {
+ item.time = item.time[0] + '至' + item.time[1];
+ } else {
+ item.time = item.time;
+ }
+ });
+ this.formData.work_experience = JSON.stringify(this.formData.work);
+ }
}
- if (this.formData.main_social_positions == null || this.formData.main_social_positions.length == 0) {
+ if (this.formData.main_social == null || this.formData.main_social.length == 0) {
this.$message.error('请选择主要社会职务!');
return;
} else {
//数组转字符串
- this.formData.main_social_positions = this.formData.main_social_positions.join(',');
+ this.formData.main_social_positions = this.formData.main_social.join(',');
}
// if (this.formData.other_social_positions == null || this.formData.other_social_positions == '') {
// this.$message.error('请输入其他社会职务资料!');
@@ -2227,11 +2269,11 @@ export default {
return;
}
if (this.formData.if_abroad == 1) {
- if (this.formData.abroad_region.length == 0) {
+ if (this.formData.abroad_region_arr.length == 0) {
this.$message.error('请选择国家/城市!');
return;
} else {
- this.formData.abroad_region_id = this.formData.abroad_region.join(',');
+ this.formData.abroad_region_id = this.formData.abroad_region_arr.join(',');
}
if (this.formData.staff_size == null || this.formData.staff_size == '') {
this.$message.error('请输入人员规模!');
@@ -2272,7 +2314,7 @@ export default {
this.$message.error('请输入党委负责人信息!');
return;
} else {
- this.formData.party = JSON.stringify(this.formData.party);
+ this.formData.party_json = JSON.stringify(this.formData.dang);
}
}
@@ -2281,7 +2323,7 @@ export default {
this.$message.error('请选择是否成立团组织!');
return;
}
- if (this.formData.if_party == 1) {
+ if (this.formData.if_organization == 0) {
if (this.formData.nature == null) {
this.$message.error('请选择团组织性质!');
return;
@@ -2302,7 +2344,7 @@ export default {
this.$message.error('请输入上级团组织!');
return;
}
- if (this.formData.party.length == 0) {
+ if (this.formData.tuan.length == 0) {
this.$message.error('请输入团组织负责人信息!');
return;
} else {
@@ -2325,7 +2367,7 @@ export default {
// setTimeout(() => {
// this.$router.push(`/login?id=`+this.id);
// }, 1000);
- //this.getInfo();
+ this.getInfo();
})
.catch((e) => {
console.log(e);
@@ -2381,10 +2423,10 @@ export default {
this.formData.enterprise.splice(index, 1);
},
delParty(index) {
- this.formData.party.splice(index, 1);
+ this.formData.dang.splice(index, 1);
},
addParty() {
- this.formData.party.push({
+ this.formData.dang.push({
name: '',
sex: '',
danwei_zhiwu: '',
@@ -2713,4 +2755,27 @@ export default {
.input_box_end {
width: 565px;
}
+
+.reg_box {
+ width: 88%;
+}
+
+.right_card_box {
+ background-color: #fff;
+ border-radius: 10px;
+ width: 12%;
+ height: 80%;
+ position: fixed;
+ right: 0;
+ overflow-y: auto;
+}
+@media screen and (max-width: 1440px) {
+ .reg_box {
+ width: 84%;
+ }
+ .right_card_box{
+ width: 16%;
+ right: 0px;
+ }
+}
\ No newline at end of file
diff --git a/src/pages/user/user_add.vue b/src/pages/user/user_add.vue
index 04f2a3e..034eb84 100644
--- a/src/pages/user/user_add.vue
+++ b/src/pages/user/user_add.vue
@@ -1,22 +1,29 @@
-
-
-
-
-
-
1.入会资料
-
-
+
+
+
+
+
+
+
+
1.推荐信息
+
-
+
-
-
-
+
+
+
-
+
@@ -26,35 +33,26 @@
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -63,84 +61,100 @@
-
-
2.基本信息
-
-
-
-
证件照
-
-
-
-
![]()
-
-
-
请上传证件照,照片将作为会员证照
+
+
+
2.身份信息
+
+
+
+ *
+ 身份证正面:
+
+
+

+
![]()
+
+
+
+ *
+ 身份证反面:
+
+
+
+

+
![]()
+
+
+
+
+
+
3.基本信息
+
+
+
+ *
+ 证件照
+
+
+
+
+

+
![]()
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
@@ -153,34 +167,26 @@
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
-
-
-
+
+
@@ -188,332 +194,221 @@
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
-
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
-
身份证照
-
-
-
-
-
-
![]()
-
-
请上传身份证正面照片
-
- 上传图片
-
-
-
-
-
-
![]()
-
-
请上传身份证背面照片
-
- 上传图片
-
-
-
-
-
-
-
个人简介
-
-
-
-
-
-
- onCreatedJJ(e)"
- />
-
-
-
-
-
主要成就以及获奖情况
-
-
-
-
-
-
- onCreatedCJ(e)"
- />
-
-
-
-
-
-
学习工作经历
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
-
-
-
-
-
- 起止日期 |
- 地区单位 |
- 担任职务 |
- 操作 |
-
-
- {{ item.time }} |
- {{ item.address }} |
- {{ item.book }} |
-
- 移除
- |
-
-
-
-
-
社会职务资料
-
-
-
-
主要社会职务(可多选)
+
1.个人简介
+
描述经历或特长
+
+
+
+ onCreatedJJ(e)" />
+
+
+
+
+
2.主要成就以及获奖情况
+
+
-
-
-
- 全国人大代表
- 全国政协委员
- 全国青联委员
- 省级人大代表
- 省级政协委员
- 省级青联委员
- 市级人大代表
- 市级政协委员
- 市级青联委员
-
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+ 添加更多
-
-
-
其他社会职务
+
+
3.学习工作经历
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+ 添加更多
+
+
+
+
+
4.社会职务
+
+
+
+ *
+ 主要社会职务(可多选)
+
-
+
+
+
+
+ 全国人大代表
+ 全国政协委员
+ 全国青联委员
+ 省级人大代表
+ 省级政协委员
+ 省级青联委员
+ 市级人大代表
+ 市级政协委员
+ 市级青联委员
+
+
+
+
+
+
+
-
紧急(助理)联系人
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
-
-
-
-
-
-
- 姓名 |
- 职务 |
- 电话 |
- 操作 |
-
-
-
-
- {{ item.name }} |
- {{ item.post }} |
- {{ item.phone }} |
-
- 移除
- |
-
-
-
-
+
+
+
-
-
3.企业信息
-
-
+
+
1.基本信息
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
+
+
@@ -522,430 +417,617 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
公司形象
-
-
-
+
+
+
+
2.法律文件
+
+
+
+ *
+ 营业执照:
+
+
-
+
![]()
+ style="width:220px; height: 124px;object-fit: cover;" />
+
+
+
- 请上传营业执照
-
- 上传图片
-
+
+
+
+
+ *
+ 公司LOGO:
-
+
-
+

+
![]()
+
+
+
+
+
+ *
+ 企业征信报告:
+
+
+
+
![]()
-
- 请上传公司LOGO
-
- 上传图片
-
-
-
-
-
-
-
公司介绍
-
-
-
-
-
+ v-if="formData.enterprise_credit_report != '' && getExt(formData.enterprise_credit_report) != 'pdf'"
+ :src="$store.state.user.apiUrl + formData.enterprise_credit_report"
+ style="width:220px; height: 124px;object-fit: cover;" />
+
+
+
-
onCreatedGS(e)"
- />
-
+
-
-
主营业务介绍
-
-
-
-
-
-
- onCreatedZY(e)"
- />
-
+
+
+ *
+ 无犯罪记录证明:
+
+
+

+
![]()
+
+
+
+
+
-
-
-
-
企业所获荣誉以及专利
-
-
-
-
-
-
- onCreatedRY(e)"
- />
-
+
+
+ *
+ 上一年度企业营业税完税证明:
+
+
+

+
![]()
+
+
+
+
+
-
-
其他企业任职情况
-
-
-
-
-
-
- onCreatedQT(e)"
- />
-
+
-
-
-
-
企业履行社会责任情况
-
-
-
-
-
-
-
onCreatedLX(e)"
- />
+
+
+

+
![]()
+
+
+
-
+
-
-
4.建团信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
![]()
-
-
请上传批复文件
-
- 上传图片
-
+
+
+
3.紧急联系人
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
团委负责人信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
-
-
-
-
-
-
- 姓名 |
- 性别 |
- 单位职务 |
- 团委职务 |
- 手机号 |
- 操作 |
-
-
-
-
- {{ item.name }} |
- {{ item.sex }} |
- {{ item.job }} |
- {{ item.tun_job }} |
- {{ item.phone }} |
-
- 移除
- |
-
-
-
-
-
-
-
+
+
+
添加更多
+
+
-
- 提交
-
-
-
-
-
+
+
+
+
1.文档资料
+
+
+
+ *
+ 公司介绍
+
+
+
+
+ onCreatedGS(e)" />
+
+
+
+
+
+ *
+ 主营业务
+
+
+
+
+ onCreatedZY(e)" />
+
+
+
-
-
-
![]()
+
+
+ *
+ 荣誉与专利
+
+
+
+
+
+
+
+
+

+
删除文件
+
+
+
+
![]()
+
+

+
+
+
+
+
+
+
+
+ *
+ 其他企业任职情况
+
+
+
+
+
+
+
+
+ onCreatedQT(e)" />
+
+
+
+
+
+ *
+ 企业履行社会责任情况
+
+
+
+
+
+
+
+
+ onCreatedLX(e)" />
+
+
-
-
+
+
-
+
+.top_title {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ border-radius: 8px;
+ width: 185px;
+ padding: 0px 10px;
+ font-weight: 400;
+}
+
+.top_title_no_active {
+ background: #F5F6F8;
+ color: #000000;
+}
+
+.top_title_active {
+ background: #2552CD;
+ color: #fff;
+}
+
+.nei_color {
+ color: #999999;
+}
+
+.nei_color_active {
+ color: #2552CD;
+}
+
+.title_box {
+ font-size: 17px;
+ font-weight: 600;
+ margin: 20px 0px;
+ color: #3D3D3D;
+}
+
+.title_box_active {
+ font-size: 17px;
+ font-weight: 600;
+ margin: 20px 0px;
+ color: #2552CD;
+}
+
+//优化滚动条
+::-webkit-scrollbar {
+ width: 5px !important;
+ height: 5px !important;
+}
+
+::-webkit-scrollbar-track {
+ background: #f1f1f1 !important;
+}
+
+::-webkit-scrollbar-thumb {
+ background: #000;
+ border-radius: 6px;
+}
+
+::-webkit-scrollbar-thumb:hover {
+ background: #889fdd;
+}
+
+.input_box {
+ width: 270px;
+}
+
+.input_box_end {
+ width: 565px;
+}
+
\ No newline at end of file
diff --git a/src/pages/user/user_edit.vue b/src/pages/user/user_edit.vue
index f464c88..670e865 100644
--- a/src/pages/user/user_edit.vue
+++ b/src/pages/user/user_edit.vue
@@ -1,22 +1,30 @@
-
-
-
-
-
-
1.入会资料
-
-
+
+
+
+
+
+
+
+
1.推荐信息
+
-
+
-
-
-
+
+
+
-
+
@@ -26,44 +34,26 @@
-
+
-
+
-
-
-
+
+
-
-
+
+
-
-
+
+
@@ -72,84 +62,100 @@
-
-
2.基本信息
-
-
-
-
证件照
-
-
-
-
![]()
-
-
-
请上传证件照,照片将作为会员证照
+
+
+
2.身份信息
+
+
+
+ *
+ 身份证正面:
+
+
+

+
![]()
+
+
+
+ *
+ 身份证反面:
+
+
+
+

+
![]()
+
+
+
+
+
+
3.基本信息
+
+
+
+ *
+ 证件照
+
+
+
+
+

+
![]()
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
@@ -162,34 +168,26 @@
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
-
-
-
+
+
@@ -197,332 +195,221 @@
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
-
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
-
身份证照
-
-
-
-
-
-
![]()
-
-
请上传身份证正面照片
-
- 上传图片
-
-
-
-
-
-
![]()
-
-
请上传身份证背面照片
-
- 上传图片
-
-
-
-
-
-
-
个人简介
-
-
-
-
-
-
- onCreatedJJ(e)"
- />
-
-
-
-
-
主要成就以及获奖情况
-
-
-
-
-
-
- onCreatedCJ(e)"
- />
-
-
-
-
-
-
学习工作经历
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
-
-
-
-
-
- 起止日期 |
- 地区单位 |
- 担任职务 |
- 操作 |
-
-
- {{ item.time }} |
- {{ item.address }} |
- {{ item.book }} |
-
- 移除
- |
-
-
-
-
-
社会职务资料
-
-
-
-
主要社会职务(可多选)
+
1.个人简介
+
描述经历或特长
+
+
+
+ onCreatedJJ(e)" />
+
+
+
+
+
2.主要成就以及获奖情况
+
+
-
-
-
- 全国人大代表
- 全国政协委员
- 全国青联委员
- 省级人大代表
- 省级政协委员
- 省级青联委员
- 市级人大代表
- 市级政协委员
- 市级青联委员
-
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+ 添加更多
-
-
-
其他社会职务
+
+
3.学习工作经历
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+ 添加更多
+
+
+
+
+
4.社会职务
+
+
+
+ *
+ 主要社会职务(可多选)
+
-
+
+
+
+
+ 全国人大代表
+ 全国政协委员
+ 全国青联委员
+ 省级人大代表
+ 省级政协委员
+ 省级青联委员
+ 市级人大代表
+ 市级政协委员
+ 市级青联委员
+
+
+
+
+
+
+
-
紧急(助理)联系人
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
-
-
-
-
-
-
- 姓名 |
- 职务 |
- 电话 |
- 操作 |
-
-
-
-
- {{ item.name }} |
- {{ item.post }} |
- {{ item.phone }} |
-
- 移除
- |
-
-
-
-
+
+
+
-
-
3.企业信息
-
-
+
+
1.基本信息
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
+
+
@@ -531,430 +418,640 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
公司形象
-
-
-
+
+
+
+
2.法律文件
+
+
+
+ *
+ 营业执照:
+
+
-
+
![]()
+ style="width:220px; height: 124px;object-fit: cover;" />
+
+
+
- 请上传营业执照
-
- 上传图片
-
+
+
+
+
+ *
+ 公司LOGO:
-
+
-
+

+
![]()
+
+
+
+
+
+ *
+ 企业征信报告:
+
+
+
+
![]()
-
- 请上传公司LOGO
-
- 上传图片
-
-
-
-
-
-
-
公司介绍
-
-
-
-
-
+ v-if="formData.enterprise_credit_report != '' && getExt(formData.enterprise_credit_report) != 'pdf'"
+ :src="$store.state.user.apiUrl + formData.enterprise_credit_report"
+ style="width:220px; height: 124px;object-fit: cover;" />
+
+
+
-
onCreatedGS(e)"
- />
-
+
-
-
主营业务介绍
-
-
-
-
-
-
- onCreatedZY(e)"
- />
-
+
+
+ *
+ 无犯罪记录证明:
+
+
+

+
![]()
+
+
+
+
+
-
-
-
-
企业所获荣誉以及专利
-
-
-
-
-
-
- onCreatedRY(e)"
- />
-
+
+
+ *
+ 上一年度企业营业税完税证明:
+
+
+

+
![]()
+
+
+
+
+
-
-
其他企业任职情况
-
-
-
-
-
-
- onCreatedQT(e)"
- />
-
+
-
-
-
-
企业履行社会责任情况
-
-
-
-
-
-
-
onCreatedLX(e)"
- />
+
+
+

+
![]()
+
+
+
-
+
-
-
4.建团信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
![]()
-
-
请上传批复文件
-
- 上传图片
-
+
+
+
3.紧急联系人
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
团委负责人信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
-
-
-
-
-
-
- 姓名 |
- 性别 |
- 单位职务 |
- 团委职务 |
- 手机号 |
- 操作 |
-
-
-
-
- {{ item.name }} |
- {{ item.sex }} |
- {{ item.job }} |
- {{ item.tun_job }} |
- {{ item.phone }} |
-
- 移除
- |
-
-
-
-
-
-
-
+
+
+
添加更多
+
+
-
- 提交修改
-
-
-
-
-
+
+
+
+
1.文档资料
+
+
+
+ *
+ 公司介绍
+
+
+
+
+ onCreatedGS(e)" />
+
+
+
+
+
+ *
+ 主营业务
+
+
+
+
+ onCreatedZY(e)" />
+
+
+
-
-
-
![]()
+
+
+ *
+ 荣誉与专利
+
+
+
+
+
+
+
+
+

+
删除文件
+
+
+
+
![]()
+
+

+
+
+
+
+
+
+
+
+ *
+ 其他企业任职情况
+
+
+
+
+
+
+
+
+ onCreatedQT(e)" />
+
+
+
+
+
+ *
+ 企业履行社会责任情况
+
+
+
+
+
+
+
+
+ onCreatedLX(e)" />
+
+
-
-
+
+
+
-
+
+.top_title {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ border-radius: 8px;
+ width: 185px;
+ padding: 0px 10px;
+ font-weight: 400;
+}
+
+.top_title_no_active {
+ background: #F5F6F8;
+ color: #000000;
+}
+
+.top_title_active {
+ background: #2552CD;
+ color: #fff;
+}
+
+.nei_color {
+ color: #999999;
+}
+
+.nei_color_active {
+ color: #2552CD;
+}
+
+.title_box {
+ font-size: 17px;
+ font-weight: 600;
+ margin: 20px 0px;
+ color: #3D3D3D;
+}
+
+.title_box_active {
+ font-size: 17px;
+ font-weight: 600;
+ margin: 20px 0px;
+ color: #2552CD;
+}
+
+//优化滚动条
+::-webkit-scrollbar {
+ width: 5px !important;
+ height: 5px !important;
+}
+
+::-webkit-scrollbar-track {
+ background: #f1f1f1 !important;
+}
+
+::-webkit-scrollbar-thumb {
+ background: #000;
+ border-radius: 6px;
+}
+
+::-webkit-scrollbar-thumb:hover {
+ background: #889fdd;
+}
+
+.input_box {
+ width: 270px;
+}
+
+.input_box_end {
+ width: 565px;
+}
+
\ No newline at end of file
diff --git a/src/pages/user/user_info.vue b/src/pages/user/user_info.vue
index 76b6f87..619e9a4 100644
--- a/src/pages/user/user_info.vue
+++ b/src/pages/user/user_info.vue
@@ -435,7 +435,7 @@
{{ info.last_year_local_revenue }}
- {{ info.business_case }}
+
|
@@ -487,9 +487,9 @@
|
-
+
{{ item.name }} |
- {{ item.sex }} |
+ {{ item.sex==0?'女':'男' }} |
{{ item.danwei_zhiwu }} |
{{ item.party_zhiwu }} |
{{ item.phone }} |
@@ -546,7 +546,7 @@
{{ item.name }} |
- {{ item.sex }} |
+ {{ item.sex==0?'女':'男' }} |
{{ item.job }} |
{{ item.tun_job }} |
{{ item.phone }} |
@@ -637,6 +637,7 @@ export default {
key.tuanweifuzerenxinxi = key.tuanweifuzerenxinxi != '' ? JSON.parse(key.tuanweifuzerenxinxi) : '';
key.achievement_award = key.achievement_award != '' ? JSON.parse(key.achievement_award) : '';
key.enterprise_honor = key.enterprise_honor != '' ? JSON.parse(key.enterprise_honor) : '';
+ key.party_json = key.party_json != '' ? JSON.parse(key.party_json) : '';
this.info = key;
})
.catch((e) => {