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
d2053a29
Commit
d2053a29
authored
Jul 02, 2025
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
简易筛查结果页修改
parent
061101a2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
2 deletions
+21
-2
Index.vue
src/tumour/screening/simpleV2/form/Index.vue
+2
-1
Result.vue
src/tumour/screening/simpleV2/form/Result.vue
+14
-0
base.vue
src/tumour/screening/simpleV2/form/base.vue
+1
-1
List.vue
src/tumour/screening/simpleV2/list/List.vue
+4
-0
No files found.
src/tumour/screening/simpleV2/form/Index.vue
View file @
d2053a29
...
...
@@ -116,7 +116,8 @@ export default {
this
.
resultInfo
=
{
species
:
result
.
species
,
details
:
result
.
details
,
unitName
:
res
.
data
unitName
:
res
.
data
,
recordId
:
this
.
recordId
}
this
.
setp
=
3
})
...
...
src/tumour/screening/simpleV2/form/Result.vue
View file @
d2053a29
...
...
@@ -15,6 +15,9 @@
{{
item
.
remark
}}
</div>
</div>
<div
class=
"text-center px-5"
>
<van-button
round
block
type=
"primary"
@
click=
"toRecord()"
>
当年筛查记录
</van-button>
</div>
</div>
</
template
>
...
...
@@ -46,6 +49,17 @@ export default {
unitName
})
})
},
methods
:
{
toRecord
()
{
this
.
$router
.
push
({
name
:
'tumour-screening-simple-list'
,
query
:
{
recordId
:
this
.
info
.
recordId
}
})
}
}
}
</
script
>
...
...
src/tumour/screening/simpleV2/form/base.vue
View file @
d2053a29
...
...
@@ -337,7 +337,7 @@ export default {
console
.
log
(
this
.
form
)
const
idCard
=
this
.
form
.
idCard
if
(
!
idCard
||
idCardRule
.
validator
(
idCard
))
return
getSimpleScreenYears
(
idCard
).
then
(
res
=>
{
getSimpleScreenYears
(
idCard
,
false
).
then
(
res
=>
{
const
result
=
res
.
data
||
[]
if
(
!
result
.
length
)
{
this
.
$emit
(
'checked'
,
-
1
)
...
...
src/tumour/screening/simpleV2/list/List.vue
View file @
d2053a29
...
...
@@ -38,6 +38,7 @@
<
script
>
import
DocNavBar
from
'@/components/docNavBar/DocNavBar.vue'
import
{
getSimpleScreenYears
}
from
'@/tumour/api/screening.js'
import
{
showNotify
,
closeNotify
}
from
'vant'
export
default
{
components
:
{
...
...
@@ -108,6 +109,9 @@ export default {
}
})
}
},
beforeUnmount
()
{
closeNotify
()
}
}
</
script
>
...
...
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