Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
epidemic
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
史锦峰
epidemic
Commits
e8161ade
Commit
e8161ade
authored
Feb 16, 2020
by
lrw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加每日填报
parent
01df31be
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2243 additions
and
21 deletions
+2243
-21
pages.json
pages.json
+4
-0
fillIn.vue
pages/fillIn/fillIn.vue
+14
-20
fillInDay.vue
pages/fillInDay/fillInDay.vue
+2217
-0
index.vue
pages/index/index.vue
+8
-1
No files found.
pages.json
View file @
e8161ade
...
@@ -17,6 +17,10 @@
...
@@ -17,6 +17,10 @@
"path"
:
"pages/security/security"
,
"path"
:
"pages/security/security"
,
"style"
:
{}
"style"
:
{}
}
}
,{
"path"
:
"pages/fillInDay/fillInDay"
,
"style"
:
{}
}
],
],
"globalStyle"
:
{
"globalStyle"
:
{
"navigationBarTextStyle"
:
"white"
,
"navigationBarTextStyle"
:
"white"
,
...
...
pages/fillIn/fillIn.vue
View file @
e8161ade
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
<view
class=
"cu-form-group margin-top-sm"
>
<view
class=
"cu-form-group margin-top-sm"
>
<view
class=
"uni-padding-wrap uni-common-mt"
>
<view
class=
"uni-padding-wrap uni-common-mt"
>
<view
class=
"padding-top padding-bottom"
>
<view
class=
"padding-top padding-bottom"
>
<checkbox-group
@
click=
"openModal"
>
<checkbox-group
@
click=
"openModal"
>
<label>
<label>
<checkbox
value=
"A"
:checked=
"form.agree == '1'"
class=
"fl"
style=
"margin-top:4upx"
/>
<checkbox
value=
"A"
:checked=
"form.agree == '1'"
class=
"fl"
style=
"margin-top:4upx"
/>
...
@@ -1611,12 +1611,12 @@
...
@@ -1611,12 +1611,12 @@
}],
}],
showList
:
[{
showList
:
[{
value
:
'
亲密接触者
'
,
value
:
'
亲密接触者
'
,
show
:
'
32,48
'
show
:
[
32
,
35
,
38
,
40
,
43
,
45
,
47
]
},
},
{
{
value
:
'
居家观察/正在接受集中医学观察
'
,
value
:
'
居家观察/正在接受集中医学观察
'
,
show
:
'
49,50
'
,
show
:
[
49
,
50
]
},
},
]
]
},
},
...
@@ -1921,10 +1921,10 @@
...
@@ -1921,10 +1921,10 @@
methods
:
{
methods
:
{
openModal
()
{
openModal
()
{
if
(
!
this
.
form
.
agree
)
{
if
(
!
this
.
form
.
agree
)
{
this
.
form
.
agree
=
'
1
'
this
.
form
.
agree
=
'
1
'
this
.
modalName
=
true
this
.
modalName
=
true
}
else
{
}
else
{
this
.
form
.
agree
=
0
this
.
form
.
agree
=
0
}
}
...
@@ -1977,7 +1977,7 @@
...
@@ -1977,7 +1977,7 @@
this
.
$set
(
checkList
[
checkList
.
length
-
1
],
'
checked
'
,
false
)
this
.
$set
(
checkList
[
checkList
.
length
-
1
],
'
checked
'
,
false
)
const
values
=
[]
const
values
=
[]
for
(
var
i
=
0
,
lenI
=
checkList
.
length
;
i
<
lenI
;
++
i
)
{
for
(
var
i
=
0
,
lenI
=
checkList
.
length
;
i
<
lenI
;
++
i
)
{
if
(
checkList
[
i
].
checked
)
{
if
(
checkList
[
i
].
checked
)
{
values
.
push
(
checkList
[
i
].
label
)
values
.
push
(
checkList
[
i
].
label
)
}
}
}
}
...
@@ -2012,23 +2012,17 @@
...
@@ -2012,23 +2012,17 @@
// 复选框展示和隐藏
// 复选框展示和隐藏
if
(
type
===
'
pickerMore
'
)
{
if
(
type
===
'
pickerMore
'
)
{
console
.
log
(
evt
)
console
.
log
(
evt
)
const
nullList
=
[
'
无上述情况
'
,
'
以上均无
'
]
const
checkList
=
item
.
opts