Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
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
songrui
frontend-h5
Commits
71ab1801
Commit
71ab1801
authored
5 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 v1.2 医生端选择推送渠道
parent
3bd2ead7
chronic-master-his-1.2.1
chronic-dev
chronic-master
1 merge request
!1
Chronic dev
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CommonBottom.vue
src/doctor/followUp/generalFU/form/CommonBottom.vue
+4
-4
No files found.
src/doctor/followUp/generalFU/form/CommonBottom.vue
View file @
71ab1801
...
...
@@ -2,9 +2,9 @@
<div>
<van-form
ref=
'form'
>
<div
class=
'label-title'
v-if=
'showPush'
>
请选择推送渠道
</div>
<checkBtn
column-1
:options=
'vxList'
v-model:value=
'checkVx'
:fieldNames=
"
{text: 'name', value: 'value'}">
</checkBtn>
<checkBtn
c
lass=
'mt-3'
c
olumn-1
:options=
'vxList'
v-model:value=
'checkVx'
:fieldNames=
"
{text: 'name', value: 'value'}">
</checkBtn>
<div
class=
'push-lab'
>
随访信息将通过小程序消息推送给居民
</div>
<checkBtn
column-1
:options=
'messageList'
v-model:value=
'checkMessage'
:fieldNames=
"
{text: 'name', value: 'value'}">
</checkBtn>
<checkBtn
c
lass=
'mt-3'
c
olumn-1
:options=
'messageList'
v-model:value=
'checkMessage'
:fieldNames=
"
{text: 'name', value: 'value'}">
</checkBtn>
<div
class=
'push-lab'
>
随访信息将通过短信方式发送给居民
</div>
<div
:class=
"['label-title',
{'mt-5': showPush}]">随访单位
</div>
...
...
@@ -121,10 +121,10 @@ export default {
methods
:
{
//微信
getVxEnum
(
patientInfo
=
{})
{
return
[{
name
:
`
${
patientInfo
.
weixinTel
?
`(
${
this
.
$phoneHide
(
patientInfo
.
weixinTel
)}
已注册小程序)`
:
`(未注册小程序)`
}
`
,
value
:
1
}]
return
[{
name
:
`
微信
${
patientInfo
.
weixinTel
?
`(
${
this
.
$phoneHide
(
patientInfo
.
weixinTel
)}
已注册小程序)`
:
`(未注册小程序)`
}
`
,
value
:
1
}]
},
getMessageEnum
(
patientInfo
=
{})
{
return
[{
name
:
`
${
patientInfo
.
telephone
?
`(手机号
${
this
.
$phoneHide
(
patientInfo
.
telephone
)}
)`
:
`(手机号 不存在)`
}
`
,
value
:
2
}]
return
[{
name
:
`
短信
${
patientInfo
.
telephone
?
`(手机号
${
this
.
$phoneHide
(
patientInfo
.
telephone
)}
)`
:
`(手机号 不存在)`
}
`
,
value
:
2
}]
},
setForm
(
info
)
{
const
form
=
{
...
...
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