Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
bfdae61d
Commit
bfdae61d
authored
Dec 14, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
毕业院校不能点bug
parent
aec93715
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
9 deletions
+17
-9
pages/application-process/bank-card.vue
+2
-1
pages/application-process/basic-info.vue
+1
-1
pages/application-process/contract.vue
+2
-1
pages/application-process/education.vue
+3
-2
pages/application-process/id-card.vue
+2
-1
pages/application-process/personal-statement.vue
+2
-1
pages/application-process/signature.vue
+3
-1
pages/application-process/work-experience.vue
+2
-1
No files found.
pages/application-process/bank-card.vue
View file @
bfdae61d
...
...
@@ -57,7 +57,8 @@
sureBankAccountId
:
''
,
applyParam
:{
bankAccountOpening
:
''
,
bankAccountId
:
''
bankAccountId
:
''
,
approvalStatus
:
''
}
}
},
...
...
pages/application-process/basic-info.vue
View file @
bfdae61d
...
...
@@ -399,7 +399,7 @@
applyType
:
this
.
applyParam
.
inviterInvitationCode
?
'1'
:
'2'
,
operatStep
:
1
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
hasCrossDistrict
:
this
.
hasCrossDistrict
?
this
.
hasCrossDistrict
:
'0'
hasCrossDistrict
:
this
.
applyParam
.
hasCrossDistrict
?
this
.
applyParam
.
hasCrossDistrict
:
'0'
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
if
(
res
[
'success'
])
{
...
...
pages/application-process/contract.vue
View file @
bfdae61d
...
...
@@ -63,7 +63,8 @@
curContractId
:
null
,
isAllAgree
:
false
,
applyParam
:{
contractTerms
:
''
contractTerms
:
''
,
approvalStatus
:
''
},
contractTermsConfirmsListParm
:[]
}
...
...
pages/application-process/education.vue
View file @
bfdae61d
...
...
@@ -36,8 +36,8 @@
</picker>
</view>
<view
class=
"contentItem"
>
<text>
毕业学校
{{
applyParam
.
approvalStatus
}}
{{
this
.
applyParam
.
approvalStatus
!=
0
&&
this
.
applyParam
.
approvalStatus
!=
2
}}
</text>
<input
class=
"form-control"
v-model=
"applyParam.lastGraduateSchool"
style=
"background: #666666;"
<text>
毕业学校
</text>
<input
type=
"text"
class=
"form-control"
v-model=
"applyParam.lastGraduateSchool"
:disabled=
"this.applyParam.approvalStatus!= 0 && this.applyParam.approvalStatus != 2"
/>
</view>
<view
class=
"contentItem"
style=
"border:none;"
>
...
...
@@ -74,6 +74,7 @@
lastGraduateGrade
:
''
,
lastGraduateSchool
:
''
,
lastGraduateCertificationOssPath
:
''
,
approvalStatus
:
''
},
dataForm
:{
loginId
:
uni
.
getStorageSync
(
'cffp_userId'
),
...
...
pages/application-process/id-card.vue
View file @
bfdae61d
...
...
@@ -67,7 +67,8 @@
return
{
applyParam
:{
idFrontPageOssPath
:
''
,
idBackPageOssPath
:
''
idBackPageOssPath
:
''
,
approvalStatus
:
''
},
dataForm
:{
loginId
:
uni
.
getStorageSync
(
'cffp_userId'
),
...
...
pages/application-process/personal-statement.vue
View file @
bfdae61d
...
...
@@ -49,7 +49,8 @@
return
{
dropOptionsInfoList
:[],
applyParam
:{
personalStatement
:
''
personalStatement
:
''
,
approvalStatus
:
''
},
personalStatementList
:[]
}
...
...
pages/application-process/signature.vue
View file @
bfdae61d
...
...
@@ -45,7 +45,9 @@
//是否展示操作菜单
completionSignPath
:
''
,
//签名
applyParam
:{
personalSignOssPath
:
''
personalSignOssPath
:
''
,
approvalStatus
:
''
}
}
},
...
...
pages/application-process/work-experience.vue
View file @
bfdae61d
...
...
@@ -38,7 +38,7 @@
<view
class=
"contentItem"
>
<text>
最近一次工作单位
</text>
<input
type=
"text"
class=
"form-control"
placeholder=
"非必填"
v-model=
"applyParam.workingCompany"
:disabled=
"
this.applyParam.approvalStatus!= 0 && this.applyParam.approvalStatus != 2
"
/>
:disabled=
"
false
"
/>
</view>
<view
class=
"contentItem"
>
<text>
职位
</text>
...
...
@@ -102,6 +102,7 @@
workingStart
:
''
,
workingEnd
:
''
,
certificate
:
''
,
approvalStatus
:
''
},
dataForm
:{
loginId
:
uni
.
getStorageSync
(
'cffp_userId'
),
...
...
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