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
e370a1ff
Commit
e370a1ff
authored
Feb 13, 2023
by
刘予佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签增改
parent
8552294e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
138 additions
and
121 deletions
+138
-121
note.js
src/api/note.js
+16
-39
vab.scss
src/styles/vab.scss
+1
-1
followaudit.vue
src/views/followupentry/followaudit.vue
+121
-81
No files found.
src/api/note.js
View file @
e370a1ff
...
...
@@ -12,51 +12,28 @@ export function getSysCheckNote(params = {}) {
params
,
});
}
//随访调查 列表
export
function
getFollowSurvey
(
params
=
{})
{
return
request
({
url
:
"
/disease-data/follow/survey
"
,
method
:
"
get
"
,
params
,
});
}
///////////////审核质控/////////////////////
//随访已审核列表
export
function
getFollowCheck
(
params
=
{})
{
//新增意见标签
export
function
postSysCheckNote
(
data
=
{})
{
return
request
({
url
:
"
/disease-data/
dataCheck/follow/check
"
,
method
:
"
ge
t
"
,
params
,
url
:
"
/disease-data/
sysCheckNote
"
,
method
:
"
pos
t
"
,
data
});
}
//随访待审核列表
export
function
getFollowUncheck
(
params
=
{})
{
//修改意见标签
export
function
putSysCheckNote
(
data
=
{})
{
return
request
({
url
:
"
/disease-data/
dataCheck/follow/unCheck
"
,
method
:
"
ge
t
"
,
params
,
url
:
"
/disease-data/
sysCheckNote
"
,
method
:
"
pu
t
"
,
data
});
}
//
随访病例待审核(详情数据)
export
function
getFollowUnCheckDetail
(
id
)
{
//
删除意见标签
export
function
delSysCheckNote
(
id
)
{
return
request
({
url
:
`/disease-data/
dataCheck/follow/unCheck/detail
/
${
id
}
`
,
method
:
"
get
"
,
url
:
`/disease-data/
sysCheckNote
/
${
id
}
`
,
method
:
"
delete
"
,
});
}
//随访病例审核
export
function
putFollowCheck
(
data
=
{})
{
return
request
({
url
:
"
/disease-data/dataCheck/follow/check
"
,
method
:
"
put
"
,
data
,
})
}
//修改随访审核意见
export
function
putFollowCheckAdvice
(
data
=
{})
{
return
request
({
url
:
"
/disease-data/dataCheck/follow/check/advice
"
,
method
:
"
put
"
,
data
,
})
}
\ No newline at end of file
src/styles/vab.scss
View file @
e370a1ff
...
...
@@ -272,7 +272,7 @@ html {
border-top
:
1px
solid
$base-border-color
;
.el-form
{
padding-right
:
30px
;
//
padding-right: 30px;
}
}
...
...
src/views/followupentry/followaudit.vue
View file @
e370a1ff
This diff is collapsed.
Click to expand it.
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