Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
潘琦
voucher-h5
Commits
9b94d52f
Commit
9b94d52f
authored
Oct 30, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
张家港生育全程签约儿童签约fileUuid回显及传参;
parent
e0a2b29b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
index.vue
src/views/signing/index.vue
+5
-2
No files found.
src/views/signing/index.vue
View file @
9b94d52f
...
...
@@ -508,6 +508,7 @@ export default {
groupId
:
this
.
$route
.
query
.
groupId
?
parseInt
(
this
.
$route
.
query
.
groupId
)
:
null
,
accountId
:
this
.
$route
.
query
.
accountId
?
this
.
$route
.
query
.
accountId
:
store
.
getters
.
accountId
,
slaveId
:
this
.
$route
.
query
.
slaveId
?
this
.
$route
.
query
.
slaveId
:
null
,
fileUuid
:
''
,
from
:
this
.
$route
.
query
.
voucherFrom
?
this
.
$route
.
query
.
voucherFrom
:
''
,
orgInfo
:
{
picture
:
_defaultPicture
,
...
...
@@ -837,7 +838,8 @@ export default {
age
:
data
.
bs
[
i
].
birth
!==
null
?
getAgeByBirth
(
data
.
bs
[
i
].
birth
)
:
'1'
,
editor
:
false
,
state
:
data
.
bs
[
i
].
state
,
signState
:
data
.
bs
[
i
].
signState
signState
:
data
.
bs
[
i
].
signState
,
fileUuid
:
data
.
bs
[
i
].
fileUuid
})
this
.
childrensValidate
.
push
({
nameState
:
true
,
...
...
@@ -1221,7 +1223,8 @@ export default {
idCard
:
''
,
name
:
this
.
childrenArr
[
i
].
name
,
relation
:
'20'
,
// 20:子女;30:本人(为孕妇)
sex
:
this
.
childrenArr
[
i
].
sex
===
'男孩'
?
'1'
:
this
.
childrenArr
[
i
].
sex
===
'女孩'
?
'2'
:
'3'
sex
:
this
.
childrenArr
[
i
].
sex
===
'男孩'
?
'1'
:
this
.
childrenArr
[
i
].
sex
===
'女孩'
?
'2'
:
'3'
,
fileUuid
:
this
.
childrenArr
[
i
].
fileUuid
})
}
}
...
...
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