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
fa6d6da6
Commit
fa6d6da6
authored
Sep 12, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 医生端 地址样式调整
parent
54aa0da2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
27 deletions
+44
-27
BaseInfo.vue
src/doctor/followUp/generalFU/form/BaseInfo.vue
+34
-25
BaseInfo.vue
src/doctor/resident/form/BaseInfo.vue
+10
-2
No files found.
src/doctor/followUp/generalFU/form/BaseInfo.vue
View file @
fa6d6da6
...
@@ -116,14 +116,16 @@
...
@@ -116,14 +116,16 @@
v-model=
'form.presentCodeName'
v-model=
'form.presentCodeName'
is-link
is-link
readonly
readonly
type=
"textarea"
autosize
style=
'min-height: 26px!important;'
style=
'min-height: 26px!important;'
placeholder=
'请选择所在地区'
placeholder=
'请选择所在地区'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:rules=
'rules.presentCodeName'
:rules=
'rules.presentCodeName'
@
click=
'showPresent = true'
@
click=
'showPresent = true'
/>
>
<template
#
input
>
<span
class=
'text-end'
>
{{
form
.
presentCodeName
}}
</span>
</
template
>
</van-field>
<van-popup
v-model:show=
'showPresent'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<van-popup
v-model:show=
'showPresent'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<DocAddress
v-model:value=
'form.presentCode'
@
close=
'showPresent = false'
<DocAddress
v-model:value=
'form.presentCode'
@
close=
'showPresent = false'
:viewData=
'addressRecord.presentCode'
:viewData=
'addressRecord.presentCode'
...
@@ -152,7 +154,11 @@
...
@@ -152,7 +154,11 @@
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:rules=
'rules.registeredCode'
:rules=
'rules.registeredCode'
@
click=
'showRegistered = true'
@
click=
'showRegistered = true'
/>
>
<
template
#
input
>
<span
class=
'text-end'
>
{{
form
.
registeredCodeName
}}
</span>
</
template
>
</van-field>
<van-popup
v-model:show=
'showRegistered'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<van-popup
v-model:show=
'showRegistered'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<DocAddress
v-model:value=
'form.registeredCode'
@
close=
'showRegistered = false'
<DocAddress
v-model:value=
'form.registeredCode'
@
close=
'showRegistered = false'
:viewData=
'addressRecord.registeredCode'
:viewData=
'addressRecord.registeredCode'
...
@@ -173,13 +179,13 @@
...
@@ -173,13 +179,13 @@
<
template
#
input
>
<
template
#
input
>
<van-radio-group
v-model=
'form.visitSituation'
class=
'w-full'
shape=
'dot'
>
<van-radio-group
v-model=
'form.visitSituation'
class=
'w-full'
shape=
'dot'
>
<van-cell
title=
'在访'
clickable
@
click=
"form.visitSituation = 1"
<van-cell
title=
'在访'
clickable
@
click=
'form.visitSituation = 1'
class=
'input-back form-input'
>
class=
'input-back form-input'
>
<template
#
right-icon
>
<template
#
right-icon
>
<van-radio
:name=
'1'
/>
<van-radio
:name=
'1'
/>
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
'失访'
clickable
@
click=
"form.visitSituation = 2"
<van-cell
title=
'失访'
clickable
@
click=
'form.visitSituation = 2'
class=
'input-back mt-2 form-input'
>
class=
'input-back mt-2 form-input'
>
<
template
#
right-icon
>
<
template
#
right-icon
>
<van-radio
:name=
'2'
/>
<van-radio
:name=
'2'
/>
...
@@ -195,19 +201,19 @@
...
@@ -195,19 +201,19 @@
<
template
#
input
>
<
template
#
input
>
<van-radio-group
v-model=
'form.lossReason'
class=
'w-full'
shape=
'dot'
>
<van-radio-group
v-model=
'form.lossReason'
class=
'w-full'
shape=
'dot'
>
<van-cell
title=
'无法联系'
clickable
@
click=
"form.lossReason = 1"
<van-cell
title=
'无法联系'
clickable
@
click=
'form.lossReason = 1'
class=
'input-back form-input'
>
class=
'input-back form-input'
>
<template
#
right-icon
>
<template
#
right-icon
>
<van-radio
:name=
'1'
/>
<van-radio
:name=
'1'
/>
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
'患者拒绝随访'
clickable
@
click=
"form.lossReason = 2"
<van-cell
title=
'患者拒绝随访'
clickable
@
click=
'form.lossReason = 2'
class=
'input-back mt-2 form-input'
>
class=
'input-back mt-2 form-input'
>
<
template
#
right-icon
>
<
template
#
right-icon
>
<van-radio
:name=
'2'
/>
<van-radio
:name=
'2'
/>
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
'死亡'
clickable
@
click=
"form.lossReason = 3"
<van-cell
title=
'死亡'
clickable
@
click=
'form.lossReason = 3'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.lossReason == 3 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.lossReason == 3 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -224,7 +230,7 @@
...
@@ -224,7 +230,7 @@
/>
/>
</div>
</div>
<van-cell
title=
'其他'
clickable
@
click=
"form.lossReason = 9"
<van-cell
title=
'其他'
clickable
@
click=
'form.lossReason = 9'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.lossReason == 9 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.lossReason == 9 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -252,7 +258,7 @@
...
@@ -252,7 +258,7 @@
<
template
#
input
>
<
template
#
input
>
<van-radio-group
v-model=
'form.visitWay'
class=
'w-full'
shape=
'dot'
>
<van-radio-group
v-model=
'form.visitWay'
class=
'w-full'
shape=
'dot'
>
<van-cell
title=
'门诊'
clickable
@
click=
"form.visitWay = 5"
<van-cell
title=
'门诊'
clickable
@
click=
'form.visitWay = 5'
class=
'input-back form-input'
class=
'input-back form-input'
:style=
"
{borderRadius: form.visitWay == 5 ? '8px 8px 0px 0px ': '8px'}"
:style=
"
{borderRadius: form.visitWay == 5 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -269,7 +275,7 @@
...
@@ -269,7 +275,7 @@
<div
@
click=
'toTel'
class=
'tel-label'
>
点击拨打
</div>
<div
@
click=
'toTel'
class=
'tel-label'
>
点击拨打
</div>
</div>
</div>
</div>
</div>
<van-cell
title=
'住院'
clickable
@
click=
"form.visitWay = 6"
<van-cell
title=
'住院'
clickable
@
click=
'form.visitWay = 6'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 6 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.visitWay == 6 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -285,7 +291,7 @@
...
@@ -285,7 +291,7 @@
<div
@
click=
'toTel'
class=
'tel-label'
>
点击拨打
</div>
<div
@
click=
'toTel'
class=
'tel-label'
>
点击拨打
</div>
</div>
</div>
</div>
</div>
<van-cell
title=
'入户'
clickable
@
click=
"form.visitWay = 7"
<van-cell
title=
'入户'
clickable
@
click=
'form.visitWay = 7'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 7 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.visitWay == 7 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -301,7 +307,7 @@
...
@@ -301,7 +307,7 @@
<div
@
click=
'toTel'
class=
'tel-label'
>
点击拨打
</div>
<div
@
click=
'toTel'
class=
'tel-label'
>
点击拨打
</div>
</div>
</div>
</div>
</div>
<van-cell
title=
'电话'
clickable
@
click=
"form.visitWay = 8"
<van-cell
title=
'电话'
clickable
@
click=
'form.visitWay = 8'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 8 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.visitWay == 8 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -318,7 +324,7 @@
...
@@ -318,7 +324,7 @@
</div>
</div>
</div>
</div>
<van-cell
title=
'短信(指导)'
clickable
@
click=
"form.visitWay = 9"
<van-cell
title=
'短信(指导)'
clickable
@
click=
'form.visitWay = 9'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 9 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.visitWay == 9 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -335,7 +341,7 @@
...
@@ -335,7 +341,7 @@
shape=
'dot'
>
shape=
'dot'
>
<div
class=
'flex items-center w-full'
>
<div
class=
'flex items-center w-full'
>
<van-cell
title=
'是'
clickable
<van-cell
title=
'是'
clickable
@
click=
"form.isHealthGuide = 1"
@
click=
'form.isHealthGuide = 1'
style=
'flex: 1'
style=
'flex: 1'
class=
'input-back form-input'
class=
'input-back form-input'
>
>
...
@@ -344,7 +350,7 @@
...
@@ -344,7 +350,7 @@
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
'否'
clickable
<van-cell
title=
'否'
clickable
@
click=
"form.isHealthGuide = 2"
@
click=
'form.isHealthGuide = 2'
style=
'flex: 1'
style=
'flex: 1'
class=
'input-back form-input ml-2'
class=
'input-back form-input ml-2'
>
>
...
@@ -357,7 +363,7 @@
...
@@ -357,7 +363,7 @@
</div>
</div>
</div>
</div>
<van-cell
title=
'微信(指导)'
clickable
@
click=
"form.visitWay = 11"
<van-cell
title=
'微信(指导)'
clickable
@
click=
'form.visitWay = 11'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 11 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.visitWay == 11 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -374,7 +380,7 @@
...
@@ -374,7 +380,7 @@
shape=
'dot'
>
shape=
'dot'
>
<div
class=
'flex items-center w-full'
>
<div
class=
'flex items-center w-full'
>
<van-cell
title=
'是'
clickable
<van-cell
title=
'是'
clickable
@
click=
"form.isHealthGuide = 1"
@
click=
'form.isHealthGuide = 1'
style=
'flex: 1'
style=
'flex: 1'
class=
'input-back form-input'
class=
'input-back form-input'
>
>
...
@@ -383,7 +389,7 @@
...
@@ -383,7 +389,7 @@
</
template
>
</
template
>
</van-cell>
</van-cell>
<van-cell
title=
'否'
clickable
<van-cell
title=
'否'
clickable
@
click=
"form.isHealthGuide = 2"
@
click=
'form.isHealthGuide = 2'
style=
'flex: 1'
style=
'flex: 1'
class=
'input-back form-input ml-2'
class=
'input-back form-input ml-2'
>
>
...
@@ -396,7 +402,7 @@
...
@@ -396,7 +402,7 @@
</div>
</div>
</div>
</div>
<van-cell
title=
'短信(催检)'
clickable
@
click=
"form.visitWay = 10"
<van-cell
title=
'短信(催检)'
clickable
@
click=
'form.visitWay = 10'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 10 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.visitWay == 10 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -421,7 +427,7 @@
...
@@ -421,7 +427,7 @@
<van-date-picker
@
confirm=
'timeConfirm1'
@
cancel=
'showBirth = false'
/>
<van-date-picker
@
confirm=
'timeConfirm1'
@
cancel=
'showBirth = false'
/>
</van-popup>
</van-popup>
<van-cell
title=
'微信(催检)'
clickable
@
click=
"form.visitWay = 12"
<van-cell
title=
'微信(催检)'
clickable
@
click=
'form.visitWay = 12'
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:style=
"{borderRadius: form.visitWay == 12 ? '8px 8px 0px 0px ': '8px'}"
:style=
"{borderRadius: form.visitWay == 12 ? '8px 8px 0px 0px ': '8px'}"
>
>
...
@@ -702,8 +708,8 @@ export default {
...
@@ -702,8 +708,8 @@ export default {
urgentInsContent
:
content
,
urgentInsContent
:
content
,
residentsRecord
:
{
residentsRecord
:
{
...
others
,
...
others
,
id
:
this
.
form
.
personId
,
id
:
this
.
form
.
personId
}
,
}
}
}
resolve
(
par
)
resolve
(
par
)
}).
catch
((
e
)
=>
{
}).
catch
((
e
)
=>
{
...
@@ -748,6 +754,7 @@ export default {
...
@@ -748,6 +754,7 @@ export default {
.input-back {
.input-back {
background: #FAFAFA;
background: #FAFAFA;
}
}
.input-white {
.input-white {
background: #FFFFFF;
background: #FFFFFF;
}
}
...
@@ -758,7 +765,7 @@ export default {
...
@@ -758,7 +765,7 @@ export default {
border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
}
}
.death-r{
.death-r
{
background: #F5F5F5;
background: #F5F5F5;
border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
padding: 8px 12px;
padding: 8px 12px;
...
@@ -794,9 +801,11 @@ export default {
...
@@ -794,9 +801,11 @@ export default {
:deep(.van-cell:after) {
:deep(.van-cell:after) {
border-bottom: 0px;
border-bottom: 0px;
}
}
:deep(.van-radio__icon--checked.van-radio__icon--dot .van-radio__icon--dot__icon) {
:deep(.van-radio__icon--checked.van-radio__icon--dot .van-radio__icon--dot__icon) {
background: #FFFFFF;
background: #FFFFFF;
}
}
:deep(.van-radio__icon--checked.van-radio__icon--dot) {
:deep(.van-radio__icon--checked.van-radio__icon--dot) {
background: var(--van-button-primary-background)
background: var(--van-button-primary-background)
}
}
...
...
src/doctor/resident/form/BaseInfo.vue
View file @
fa6d6da6
...
@@ -124,7 +124,11 @@
...
@@ -124,7 +124,11 @@
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:rules=
'rules.presentCodeName'
:rules=
'rules.presentCodeName'
@
click=
'showPresent = true'
@
click=
'showPresent = true'
/>
>
<template
#
input
>
<span
class=
'text-end'
>
{{
form
.
presentCodeName
}}
</span>
</
template
>
</van-field>
<van-popup
v-model:show=
'showPresent'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<van-popup
v-model:show=
'showPresent'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<DocAddress
v-model:value=
'form.presentCode'
@
close=
'showPresent = false'
<DocAddress
v-model:value=
'form.presentCode'
@
close=
'showPresent = false'
:viewData=
'addressRecord.presentCode'
:viewData=
'addressRecord.presentCode'
...
@@ -153,7 +157,11 @@
...
@@ -153,7 +157,11 @@
class=
'input-back mt-2 form-input'
class=
'input-back mt-2 form-input'
:rules=
'rules.registeredCode'
:rules=
'rules.registeredCode'
@
click=
'showRegistered = true'
@
click=
'showRegistered = true'
/>
>
<
template
#
input
>
<span
class=
'text-end'
>
{{
form
.
registeredCodeName
}}
</span>
</
template
>
</van-field>
<van-popup
v-model:show=
'showRegistered'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<van-popup
v-model:show=
'showRegistered'
:close-on-click-overlay=
'false'
position=
'bottom'
>
<DocAddress
v-model:value=
'form.registeredCode'
@
close=
'showRegistered = false'
<DocAddress
v-model:value=
'form.registeredCode'
@
close=
'showRegistered = false'
:viewData=
'addressRecord.registeredCode'
:viewData=
'addressRecord.registeredCode'
...
...
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