Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
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
songrui
frontend-h5
Commits
202248dc
Commit
202248dc
authored
Sep 19, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
筛查基本信息修改
parent
ace5aba7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
Doctor.vue
src/doctor/Doctor.vue
+1
-1
BaseInfo.vue
src/resident/screening/first/form/BaseInfo.vue
+2
-0
Result.vue
src/resident/screening/first/form/Result.vue
+2
-5
No files found.
src/doctor/Doctor.vue
View file @
202248dc
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
42a5a452-5b42-478f-93f8-0b5198686791
'
token
=
'
83333a9a-e5f8-4463-983f-6446d8d73323
'
}
}
if
(
token
)
{
...
...
src/resident/screening/first/form/BaseInfo.vue
View file @
202248dc
...
...
@@ -341,6 +341,8 @@ export default {
dataBirthConfirm
({
selectedValues
})
{
this
.
form
.
dataBirth
=
selectedValues
.
join
(
'-'
)
this
.
showBirth
=
false
const
age
=
dayjs
().
diff
(
dayjs
(
this
.
form
.
dataBirth
),
'years'
)
this
.
form
.
currentAge
=
age
},
// 民族
nationalConfirm
({
selectedValues
,
selectedOptions
})
{
...
...
src/resident/screening/first/form/Result.vue
View file @
202248dc
...
...
@@ -32,7 +32,7 @@
import
{
useStore
}
from
'@/resident/store/index.js'
export
default
{
inject
:
[
'recordForm'
],
inject
:
[
'
checkInfo'
,
'
recordForm'
],
setup
()
{
const
store
=
useStore
()
return
{
store
}
...
...
@@ -46,9 +46,6 @@ export default {
const
highItem
=
this
.
screenInfo
.
highItem
return
highItem
&&
highItem
.
length
?
this
.
store
.
getDict
(
'CP00113'
).
filter
(
e
=>
highItem
.
includes
(
e
.
value
)).
map
(
e
=>
e
.
name
)
:
[]
},
baseInfo
()
{
return
this
.
recordForm
.
base
||
{}
}
},
methods
:{
...
...
@@ -56,7 +53,7 @@ export default {
this
.
$router
.
replace
({
path
:
'/resident/screening/first/detail'
,
query
:
{
idCard
:
this
.
base
Info
.
idCard
idCard
:
this
.
check
Info
.
idCard
}
})
}
...
...
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