Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
wenHuaBu_adminServer
Commits
931aadee
Commit
931aadee
authored
Jul 11, 2025
by
lixinming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://123.207.147.179:8888/node_server/wenHuaBu_adminServer
# Conflicts: # src/biz/member/homePage.ts
parents
e214330b
d327f83c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
homePage.ts
src/biz/member/homePage.ts
+3
-2
router.ts
src/routers/member/router.ts
+9
-9
No files found.
src/biz/member/homePage.ts
View file @
931aadee
...
@@ -531,8 +531,9 @@ export async function isNeedSupplement({userId}) {
...
@@ -531,8 +531,9 @@ export async function isNeedSupplement({userId}) {
// "yuanXiaoFuZeRenDianHua", "yuanXiaoBanGongFuZeRen", "yuanXiaoBanGongFuZeRenDianHua", "ZhuYaoFuZeRenYouXiang", "yuanXiaoKeYanFuZeRen",
// "yuanXiaoFuZeRenDianHua", "yuanXiaoBanGongFuZeRen", "yuanXiaoBanGongFuZeRenDianHua", "ZhuYaoFuZeRenYouXiang", "yuanXiaoKeYanFuZeRen",
// "yuanXiaoKeYanFuZeRenDianHua", "jiaoXueFuZeRenXinMing", "jiaoXueFuZeRenDianHua"]
// "yuanXiaoKeYanFuZeRenDianHua", "jiaoXueFuZeRenXinMing", "jiaoXueFuZeRenDianHua"]
// };
// };
const
DwRequiredConf
=
{
// "基本信息": ["sheng", "shi", "qu", "addres", "contactPerson", "contactPersonDuties", "phone"],// "applicationForm"
"基本信息"
:
[
"sheng"
,
"shi"
,
"qu"
,
"addres"
,
"contactPerson"
,
"contactPersonDuties"
,
"phone"
],
// "applicationForm"
const
DwRequiredConf
=
{
//, "contactPerson", "contactPersonDuties", "applicationForm"
"基本信息"
:
[
"unitName"
,
"sheng"
,
"shi"
,
"qu"
,
"addres"
,
"uscc"
,
"legalPerson"
,
"legalPersonPhone"
,
"phone"
,
"mail"
,
"uusinessLicenseUrl"
],
"单位信息"
:
[
"yuanXiaoZhuGuanBuMen"
,
"yuanXiaoFuZeRen"
,
"yuanXiaoFuZeRenZhiWu"
,
"单位信息"
:
[
"yuanXiaoZhuGuanBuMen"
,
"yuanXiaoFuZeRen"
,
"yuanXiaoFuZeRenZhiWu"
,
"yuanXiaoFuZeRenDianHua"
,
"yuanXiaoBanGongFuZeRen"
,
"yuanXiaoBanGongFuZeRenDianHua"
,
"ZhuYaoFuZeRenYouXiang"
,
"yuanXiaoKeYanFuZeRen"
,
"yuanXiaoFuZeRenDianHua"
,
"yuanXiaoBanGongFuZeRen"
,
"yuanXiaoBanGongFuZeRenDianHua"
,
"ZhuYaoFuZeRenYouXiang"
,
"yuanXiaoKeYanFuZeRen"
,
"yuanXiaoKeYanFuZeRenDianHua"
,
"jiaoXueFuZeRenXinMing"
,
"jiaoXueFuZeRenDianHua"
]
"yuanXiaoKeYanFuZeRenDianHua"
,
"jiaoXueFuZeRenXinMing"
,
"jiaoXueFuZeRenDianHua"
]
...
...
src/routers/member/router.ts
View file @
931aadee
...
@@ -239,8 +239,8 @@ export const Config = {
...
@@ -239,8 +239,8 @@ export const Config = {
legalPersonPhone
:{
type
:
'String'
,
desc
:
'法人联系电话'
,
notMustHave
:
true
},
legalPersonPhone
:{
type
:
'String'
,
desc
:
'法人联系电话'
,
notMustHave
:
true
},
legalPersonMail
:{
type
:
'String'
,
desc
:
'法人邮箱'
,
notMustHave
:
true
},
legalPersonMail
:{
type
:
'String'
,
desc
:
'法人邮箱'
,
notMustHave
:
true
},
// unitMail:{type:'String', desc:'单位电子邮箱', notMustHave:false}, 2024.4.22日的需求 去掉
// unitMail:{type:'String', desc:'单位电子邮箱', notMustHave:false}, 2024.4.22日的需求 去掉
contactPerson
:{
type
:
'String'
,
desc
:
'日常联系人'
,
notMustHave
:
true
},
//
contactPerson:{type:'String', desc:'日常联系人', notMustHave:true},
contactPersonDuties
:{
type
:
'String'
,
desc
:
'日常联系人职务'
,
notMustHave
:
true
},
//
contactPersonDuties:{type:'String', desc:'日常联系人职务', notMustHave:true},
phone
:{
type
:
'String'
,
desc
:
'日常联系人手机'
,
notMustHave
:
true
},
phone
:{
type
:
'String'
,
desc
:
'日常联系人手机'
,
notMustHave
:
true
},
mail
:{
type
:
'String'
,
desc
:
'日常联系人邮箱'
,
notMustHave
:
true
},
mail
:{
type
:
'String'
,
desc
:
'日常联系人邮箱'
,
notMustHave
:
true
},
uusinessLicenseUrl
:{
type
:
'String'
,
desc
:
'营业执照复印件'
,
notMustHave
:
true
},
uusinessLicenseUrl
:{
type
:
'String'
,
desc
:
'营业执照复印件'
,
notMustHave
:
true
},
...
@@ -1313,19 +1313,19 @@ export const Config = {
...
@@ -1313,19 +1313,19 @@ export const Config = {
shi
:{
type
:
'String'
,
desc
:
'市'
,
notMustHave
:
false
},
shi
:{
type
:
'String'
,
desc
:
'市'
,
notMustHave
:
false
},
qu
:{
type
:
'String'
,
desc
:
'区'
,
notMustHave
:
false
},
qu
:{
type
:
'String'
,
desc
:
'区'
,
notMustHave
:
false
},
addres
:{
type
:
'String'
,
desc
:
'通信地址'
,
notMustHave
:
false
},
addres
:{
type
:
'String'
,
desc
:
'通信地址'
,
notMustHave
:
false
},
//
uscc:{type:'String', desc:'单位信用代码', notMustHave:false},
uscc
:{
type
:
'String'
,
desc
:
'单位信用代码'
,
notMustHave
:
false
},
//
legalPerson:{type:'String', desc:'法人代表', notMustHave:false},
legalPerson
:{
type
:
'String'
,
desc
:
'法人代表'
,
notMustHave
:
false
},
//
legalPersonPhone:{type:'String', desc:'法人联系电话', notMustHave:false},
legalPersonPhone
:{
type
:
'String'
,
desc
:
'法人联系电话'
,
notMustHave
:
false
},
//
legalPersonMail:{type:'String', desc:'法人邮箱', notMustHave:false},
legalPersonMail
:{
type
:
'String'
,
desc
:
'法人邮箱'
,
notMustHave
:
false
},
// unitMail:{type:'String', desc:'单位电子邮箱', notMustHave:false}, 2024.4.22日的需求 去掉
// unitMail:{type:'String', desc:'单位电子邮箱', notMustHave:false}, 2024.4.22日的需求 去掉
// contactPerson:{type:'String', desc:'日常联系人', notMustHave:false},
// contactPerson:{type:'String', desc:'日常联系人', notMustHave:false},
// contactPersonDuties:{type:'String', desc:'日常联系人职务', notMustHave:false},
// contactPersonDuties:{type:'String', desc:'日常联系人职务', notMustHave:false},
phone
:{
type
:
'String'
,
desc
:
'日常联系人手机'
,
notMustHave
:
false
},
phone
:{
type
:
'String'
,
desc
:
'日常联系人手机'
,
notMustHave
:
false
},
mail
:{
type
:
'String'
,
desc
:
'日常联系人邮箱'
,
notMustHave
:
false
},
mail
:{
type
:
'String'
,
desc
:
'日常联系人邮箱'
,
notMustHave
:
false
},
//
uusinessLicenseUrl:{type:'String', desc:'营业执照复印件', notMustHave:false},
uusinessLicenseUrl
:{
type
:
'String'
,
desc
:
'营业执照复印件'
,
notMustHave
:
false
},
/**单位信息 */
/**单位信息 */
//
unitMemberType:{type:'Number', desc:'单位信息类型,枚举', notMustHave:false},
unitMemberType
:{
type
:
'Number'
,
desc
:
'单位信息类型,枚举'
,
notMustHave
:
false
},
//
yuanXiaoBanXueLeiXing:{type:'Number', desc:'院校办学类型,枚举', notMustHave:false},
yuanXiaoBanXueLeiXing
:{
type
:
'Number'
,
desc
:
'院校办学类型,枚举'
,
notMustHave
:
false
},
yuanXiaoZhuGuanBuMen
:{
type
:
'String'
,
desc
:
'院校主管部门'
,
notMustHave
:
false
},
yuanXiaoZhuGuanBuMen
:{
type
:
'String'
,
desc
:
'院校主管部门'
,
notMustHave
:
false
},
yuanXiaoFuZeRen
:{
type
:
'String'
,
desc
:
'院校主要负责人'
,
notMustHave
:
false
},
yuanXiaoFuZeRen
:{
type
:
'String'
,
desc
:
'院校主要负责人'
,
notMustHave
:
false
},
yuanXiaoFuZeRenZhiWu
:{
type
:
'String'
,
desc
:
'院校主要负责人职务'
,
notMustHave
:
false
},
yuanXiaoFuZeRenZhiWu
:{
type
:
'String'
,
desc
:
'院校主要负责人职务'
,
notMustHave
:
false
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment