Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
epidemic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
史锦峰
epidemic
Commits
36e793b2
Commit
36e793b2
authored
Feb 14, 2020
by
sjf1256754123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善字段
parent
9ec9808a
Pipeline
#117
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
18 deletions
+21
-18
fillIn.vue
pages/fillIn/fillIn.vue
+20
-17
index.vue
pages/index/index.vue
+1
-1
No files found.
pages/fillIn/fillIn.vue
View file @
36e793b2
...
...
@@ -118,7 +118,7 @@
data
()
{
return
{
id
:
''
,
radio
:[
'
食管癌
'
,
'
胃癌
'
,
'
结直肠肿瘤
'
,
'
炎症性肠病
'
,
'
其它器官恶性肿瘤(如乳腺、卵巢等其它器官)
'
],
radio
:[],
shanghaiList
:[
{
label
:
'
是否离沪
'
,
...
...
@@ -329,33 +329,25 @@
opts
:[{
value
:
'
a
'
,
label
:
'
中国
'
},{
value
:
'
b
'
,
label
:
'
其它
'
}]
},
{
label
:
'
身份证号
'
,
label
:
'
身份证号
/护照号
'
,
required
:
true
,
value
:
'
idCard
'
,
titleClass
:
'
title
'
,
placeholder
:
'
请输入身份证号
'
,
placeholder
:
'
请输入身份证号
/护照号
'
,
type
:
'
input
'
,
},
{
label
:
'
户籍地址
'
,
required
:
true
,
value
:
'
relativesGastricAge
'
,
value
:
'
householdAddress
'
,
titleClass
:
'
title
'
,
placeholder
:
'
请输入户籍地址
'
,
type
:
'
input
'
,
},
{
label
:
'
护照号
'
,
required
:
true
,
value
:
'
relativesGastricAge
'
,
titleClass
:
'
title
'
,
placeholder
:
'
请输入护照号
'
,
type
:
'
input
'
,
},
{
label
:
'
在沪居住(暂住)地址
'
,
required
:
true
,
value
:
'
re
lativesGastricAge
'
,
value
:
'
re
sidenceAddress
'
,
titleClass
:
'
title
'
,
placeholder
:
'
请输入地址
'
,
type
:
'
input
'
,
...
...
@@ -377,7 +369,18 @@
type
:
'
date
'
}
],
form
:{}
form
:{
orgId
:
''
,
department
:
''
,
position
:
''
,
name
:
''
,
phone
:
''
,
nationality
:
''
,
idCard
:
''
,
householdAddress
:
''
,
residenceAddress
:
''
,
planReturnDate
:
''
}
}
},
...
...
pages/index/index.vue
View file @
36e793b2
...
...
@@ -52,7 +52,7 @@
},
// 获取用户信息
getUserInfo
(
code
)
{
this
.
$http
.
post
(
`/
ewell-gastric-cancer-user/wechat/user/auth/api
?code=
${
code
}
`
).
then
(
res
=>
{
this
.
$http
.
post
(
`/
sict-ncov/user/auth
?code=
${
code
}
`
).
then
(
res
=>
{
const
d
=
res
.
data
if
(
d
.
code
==
1
)
{
let
userInfo
=
d
.
object
...
...
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