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
531ffdd4
Commit
531ffdd4
authored
Dec 07, 2022
by
刘予佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
随访审核部分
parent
e734b407
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
index.js
src/router/index.js
+4
-4
hospital.vue
src/views/audit-qualitycontrol/hospital.vue
+2
-2
followaudit.vue
src/views/followupentry/followaudit.vue
+6
-3
No files found.
src/router/index.js
View file @
531ffdd4
...
@@ -53,14 +53,14 @@ export const constantRoutes = [
...
@@ -53,14 +53,14 @@ export const constantRoutes = [
],
],
},
},
{
{
path
:
"
/followa
du
it
"
,
path
:
"
/followa
ud
it
"
,
component
:
Layout
,
component
:
Layout
,
children
:
[
children
:
[
{
{
path
:
"
/followa
du
it
"
,
path
:
"
/followa
ud
it
"
,
component
:
()
=>
import
(
"
@/views/followupentry/followa
du
it
"
),
component
:
()
=>
import
(
"
@/views/followupentry/followa
ud
it
"
),
hidden
:
true
,
hidden
:
true
,
name
:
"
followa
du
it
"
,
name
:
"
followa
ud
it
"
,
},
},
],
],
},
},
...
...
src/views/audit-qualitycontrol/hospital.vue
View file @
531ffdd4
...
@@ -104,9 +104,9 @@ export default {
...
@@ -104,9 +104,9 @@ export default {
}
}
},
},
auditHandle
(
data
,
i
)
{
auditHandle
(
data
,
i
)
{
console
.
log
(
data
,
i
)
console
.
log
(
data
,
i
,
"
表单
"
)
if
(
this
.
type
==
"
1
"
){
if
(
this
.
type
==
"
1
"
){
this
.
$router
.
push
(
"
/followa
du
it
"
)
this
.
$router
.
push
(
"
/followa
ud
it
"
)
}
}
},
},
},
},
...
...
src/views/followupentry/followa
du
it.vue
→
src/views/followupentry/followa
ud
it.vue
View file @
531ffdd4
<
template
>
<
template
>
<!-- 随访调查录入 -->
<!-- 随访调查录入 -->
<div>
<div>
<ConfigForms
form-type=
"2"
formClass=
"follow-form"
></ConfigForms>
<!--
<ConfigForms
form-type=
"2"
formClass=
"follow-form"
></ConfigForms>
-->
<read-form
ref=
"form"
:options=
"followupForm"
></read-form>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
ConfigForms
from
"
@/views/screening/components/ConfigForms.vue
"
import
ConfigForms
from
"
@/views/screening/components/ConfigForms.vue
"
import
ReadForm
from
"
@/components/FormComponents/ReadForm/index
"
export
default
{
export
default
{
name
:
"
Followup
Entry
"
,
name
:
"
Followup
Audit
"
,
components
:
{
components
:
{
ConfigForms
,
ConfigForms
,
ReadForm
},
},
data
()
{
data
()
{
return
{
return
{
form
:{
fo
llowupFo
rm
:{
column
:
[],
column
:
[],
labelPosition
:
'
right
'
,
labelPosition
:
'
right
'
,
labelSuffix
:
'
:
'
,
labelSuffix
:
'
:
'
,
...
...
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