Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
6da487bb
Commit
6da487bb
authored
Oct 25, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的活动修改
parent
f3e8e7d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
150 additions
and
6 deletions
+150
-6
signListEdit.vue
pages/kotra/signListEdit.vue
+150
-6
No files found.
pages/kotra/signListEdit.vue
View file @
6da487bb
...
...
@@ -96,6 +96,132 @@
placeholder=
"请输入联系电话"
/>
</view>
<!-- 新增表单 -->
<view
class=
"box"
>
<view
class=
"name"
>
年龄
</view>
<input
type=
"text"
class=
"input"
v-model=
"msg.Age"
placeholder=
"请输入您的年龄"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
身份证号码
</view>
<input
type=
"text"
class=
"input"
v-model=
"msg.IdCard"
placeholder=
"请输入您的身份证号码"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
是否完成新冠接种
</view>
<u-radio-group
v-model=
"msg.IsInoculate"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
1、活动前21天有港台地区和国外旅居史
</view>
<u-radio-group
v-model=
"msg.IsGATLJ"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
<input
style=
'margin-top: 30rpx;'
type=
"text"
class=
"input"
v-model=
"msg.GATLJRemark"
placeholder=
"备注"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
2、活动前14天内有境内中高风险地区及所在县(市、区)旅居史。
</view>
<u-radio-group
v-model=
"msg.IsZGFX"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
<input
style=
'margin-top: 30rpx;'
type=
"text"
class=
"input"
v-model=
"msg.ZGFXRemark"
placeholder=
"备注"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
3、活动前14天有来自新冠肺炎确诊病例、无症状感染者报告社区的发热和/或有呼吸道症状患者接触史。
</view>
<u-radio-group
v-model=
"msg.IsQZJC"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
<input
style=
'margin-top: 30rpx;'
type=
"text"
class=
"input"
v-model=
"msg.QZJCRemark"
placeholder=
"备注"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
4、活动前14天有居家隔离医学观察人员接触史
</view>
<u-radio-group
v-model=
"msg.IsJJGLGX"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
<input
style=
'margin-top: 30rpx;'
type=
"text"
class=
"input"
v-model=
"msg.JJGLGXRemark"
placeholder=
"备注"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
5、已治愈出院的确诊病例和已解除集中隔离医学观察的无症状感染者,尚在随访或医学观察期内。
</view>
<u-radio-group
v-model=
"msg.IsZYCYJCGL"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
<input
style=
'margin-top: 30rpx;'
type=
"text"
class=
"input"
v-model=
"msg.ZYCYJCGLRemark"
placeholder=
"备注"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
6、被判定为新冠肺炎病毒感染者(确诊病例或无症状感染者)的密切接触者和密接的密接。
</view>
<u-radio-group
v-model=
"msg.IsMJ"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
<input
style=
'margin-top: 30rpx;'
type=
"text"
class=
"input"
v-model=
"msg.MJRemark"
placeholder=
"备注"
/>
</view>
<view
class=
"box"
>
<view
class=
"name"
>
7、有发热、干咳、乏力、咽痛、嗅(味)觉减退、腹泻等症状,且未排除传染病感染者。
</view>
<u-radio-group
v-model=
"msg.IsFRGK"
:size=
"36"
>
<u-radio
shape=
"circle"
:name=
"1"
>
是
</u-radio>
<u-radio
shape=
"circle"
:name=
"0"
>
否
</u-radio>
</u-radio-group>
<input
style=
'margin-top: 30rpx;'
type=
"text"
class=
"input"
v-model=
"msg.FRGKRemark"
placeholder=
"备注"
/>
</view>
<!-- 新增表单 -->
<view
class=
"btnBox"
>
<view
class=
"btn btn1"
@
click=
"submit"
>
确认修改
</view>
<view
class=
"btn btn2"
@
click=
"quxiao"
>
取消
</view>
...
...
@@ -115,6 +241,23 @@ export default {
LinkTel
:
""
,
Post
:
""
,
CountryInfo
:
""
,
Age
:
null
,
IdCard
:
''
,
IsInoculate
:
null
,
IsGATLJ
:
null
,
GATLJRemark
:
''
,
IsZGFX
:
null
,
ZGFXRemark
:
''
,
IsQZJC
:
null
,
QZJCRemark
:
''
,
IsJJGLGX
:
null
,
JJGLGXRemark
:
''
,
IsZYCYJCGL
:
null
,
ZYCYJCGLRemark
:
''
,
IsMJ
:
null
,
MJRemark
:
''
,
IsFRGK
:
null
,
FRGKRemark
:
''
},
};
},
...
...
@@ -127,12 +270,13 @@ export default {
},
onLoad
(
option
)
{
let
data
=
JSON
.
parse
(
option
.
data
);
this
.
msg
.
Id
=
data
.
Id
;
this
.
msg
.
ActivityId
=
data
.
ActivityId
;
this
.
msg
.
LinkMan
=
data
.
LinkMan
;
this
.
msg
.
LinkTel
=
data
.
LinkTel
;
this
.
msg
.
Post
=
data
.
Post
;
this
.
msg
.
CountryInfo
=
data
.
CountryInfo
;
this
.
msg
=
data
// this.msg.Id = data.Id;
// this.msg.ActivityId = data.ActivityId;
// this.msg.LinkMan = data.LinkMan;
// this.msg.LinkTel = data.LinkTel;
// this.msg.Post = data.Post;
// this.msg.CountryInfo = data.CountryInfo;
console
.
log
(
this
.
msg
);
},
methods
:
{
...
...
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