Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
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
liang
agcs2.0-web
Commits
22303057
Commit
22303057
authored
Jan 09, 2023
by
刘予佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
随访审核
parent
8e88d185
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
26 deletions
+28
-26
followup.js
src/api/followup.js
+10
-2
index.vue
src/components/CustomsTable/index.vue
+1
-1
community.vue
src/views/audit-qualitycontrol/community.vue
+15
-7
index.vue
src/views/followupentry/index.vue
+0
-10
FormTab.vue
src/views/screening/components/FormTab.vue
+2
-6
No files found.
src/api/followup.js
View file @
22303057
...
...
@@ -12,10 +12,18 @@ export function getFollowSurvey(params = {}) {
params
,
});
}
//审核质控 随访
//审核质控 随访
已审核列表
export
function
getFollowCheck
(
params
=
{})
{
return
request
({
url
:
"
/disease-data/follow/check/patientFrom
"
,
url
:
"
/disease-data/follow/check
"
,
method
:
"
get
"
,
params
,
});
}
//审核质控 随访病例待审核(详情数据)
export
function
getFollowUnCheckDetail
(
params
=
{})
{
return
request
({
url
:
"
/disease-data/dataCheck/follow/unCheck/detail/
"
,
method
:
"
get
"
,
params
,
});
...
...
src/components/CustomsTable/index.vue
View file @
22303057
...
...
@@ -43,7 +43,7 @@
<span
:style=
"
{ fontSize: fontSize + 'px' }"
v-else
>
{{
scope
.
row
[
column
.
value
]
||
"
--
"
}}
</span>
>
{{
String
(
scope
.
row
[
column
.
value
])
||
"
--
"
}}
</span>
</
template
>
</el-table-column>
</template>
...
...
src/views/audit-qualitycontrol/community.vue
View file @
22303057
...
...
@@ -53,22 +53,22 @@ export default {
{
label
:
"
医联体
"
,
minWidth
:
120
,
value
:
"
titl
e
"
,
value
:
"
unionNam
e
"
,
},
{
label
:
"
已审核(例)
"
,
minWidth
:
120
,
value
:
"
file
"
,
value
:
"
checkNums
"
,
},
{
label
:
"
待审核(例)备份
"
,
minWidth
:
120
,
value
:
"
u
ploadTime
"
,
value
:
"
u
nCheckNums
"
,
},
{
label
:
"
最新上报时间
"
,
minWidth
:
120
,
value
:
"
edi
tTime
"
,
value
:
"
repor
tTime
"
,
},
{
label
:
"
操作
"
,
...
...
@@ -86,9 +86,17 @@ export default {
],
tableData
:
[
{
title
:
"
第一个
"
,
isOpen
:
true
,
},
"
unionId
"
:
"
2
"
,
"
unionName
"
:
"
合肥高新附院
"
,
"
unCheckNums
"
:
2
,
"
checkNums
"
:
0
,
"
reportTime
"
:
"
2022-12-09 09:12:35
"
}
],
}
},
...
...
src/views/followupentry/index.vue
View file @
22303057
...
...
@@ -18,17 +18,7 @@ export default {
},
created
()
{
},
computed
:{
formEdit
(){
return
this
.
$route
.
query
}
},
methods
:
{},
provide
()
{
return
{
formEdit
:
this
.
$route
.
query
.
formEdit
}
},
}
</
script
>
...
...
src/views/screening/components/FormTab.vue
View file @
22303057
...
...
@@ -42,11 +42,7 @@
</el-switch>-->
</div>
</el-row>
<div
ref=
"my-form"
class=
"my-form"
:class=
"externalScroll ? 'no-scroll' : ''"
>
<div
ref=
"my-form"
class=
"my-form"
:class=
"externalScroll ? 'no-scroll' : ''"
>
<!-- <read-form
ref="form"
:options="survivalForm"
...
...
@@ -539,7 +535,7 @@ export default {
},
created
()
{
if
(
this
.
$route
.
query
.
formEdit
)
{
this
.
formData
.
formEdit
=
this
.
$route
.
query
.
formEdit
this
.
formData
.
formEdit
=
JSON
.
parse
(
this
.
$route
.
query
.
formEdit
)
}
this
.
initForm
()
if
(
this
.
getAll
)
{
...
...
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