Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1f67fbdf
authored
Jan 07, 2022
by
peii
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
临调下单添加医生为配置
parent
57ae7633
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
app/containers/selfOrder/SelfOrderPage.js
app/containers/selfOrder/SelfOrderPage.js
View file @
1f67fbdf
...
@@ -579,6 +579,7 @@ class SelfOrderPage extends Component {
...
@@ -579,6 +579,7 @@ class SelfOrderPage extends Component {
let
tempTit
=
''
let
tempTit
=
''
let
curTip
=
'未选择'
let
curTip
=
'未选择'
const
{
isLendOrder
}
=
navigation
.
getParam
(
'params'
)
const
{
isLendOrder
}
=
navigation
.
getParam
(
'params'
)
const
doctorNameProfile
=
this
.
decodeDisplayLendProfile
(
'PATIENT_NAME_DISPLAY'
)
const
patientNameProfile
=
this
.
decodeDisplayLendProfile
(
'PATIENT_NAME_DISPLAY'
)
const
patientNameProfile
=
this
.
decodeDisplayLendProfile
(
'PATIENT_NAME_DISPLAY'
)
const
patientGenderProfile
=
this
.
decodeDisplayLendProfile
(
'PATIENT_GENDER_DISPLAY'
)
const
patientGenderProfile
=
this
.
decodeDisplayLendProfile
(
'PATIENT_GENDER_DISPLAY'
)
const
patientAgeProfile
=
this
.
decodeDisplayLendProfile
(
'PATIENT_AGE_DISPLAY'
)
const
patientAgeProfile
=
this
.
decodeDisplayLendProfile
(
'PATIENT_AGE_DISPLAY'
)
...
@@ -611,6 +612,7 @@ class SelfOrderPage extends Component {
...
@@ -611,6 +612,7 @@ class SelfOrderPage extends Component {
if
(
isLendOrder
&&
if
(
isLendOrder
&&
(
chIndex
==
20
&&
patientNameProfile
.
required
||
(
chIndex
==
20
&&
patientNameProfile
.
required
||
chIndex
==
5
&&
doctorNameProfile
.
required
||
chIndex
==
21
&&
patientGenderProfile
.
required
||
chIndex
==
21
&&
patientGenderProfile
.
required
||
chIndex
==
22
&&
patientAgeProfile
.
required
||
chIndex
==
22
&&
patientAgeProfile
.
required
||
chIndex
==
23
&&
hospitalizationNumberProfile
.
required
||
chIndex
==
23
&&
hospitalizationNumberProfile
.
required
||
...
@@ -2132,6 +2134,20 @@ class SelfOrderPage extends Component {
...
@@ -2132,6 +2134,20 @@ class SelfOrderPage extends Component {
listCallBack
=
{()
=>
this
.
handleShipCheck
(
listOptionData
[
4
])}
listCallBack
=
{()
=>
this
.
handleShipCheck
(
listOptionData
[
4
])}
listHasArrow
=
{
true
}
listHasArrow
=
{
true
}
/
>
/
>
{
isLendOrder
?
(
doctorNameProfile
.
show
&&
<
PageListArrow
listActOpa
=
{.
8
}
listHasAster
=
{
doctorNameProfile
.
required
}
listItem
=
{
listOptionData
[
5
]}
listName
=
{
'name'
}
listTitle
=
{
'title'
}
listCallBack
=
{()
=>
this
.
handleDoctorCheck
(
listOptionData
[
5
])}
listHasArrow
=
{
true
}
listOtherInput
=
{
'请输入主治医生'
}
otherInput
=
{
'showInput'
}
otherInputCallBack
=
{(
text
)
=>
this
.
handleDoctorInput
(
text
,
listOptionData
[
5
])}
/>
)
:
(
<
PageListArrow
<
PageListArrow
listActOpa
=
{.
8
}
listActOpa
=
{.
8
}
// listHasAster={true}
// listHasAster={true}
...
@@ -2144,6 +2160,8 @@ class SelfOrderPage extends Component {
...
@@ -2144,6 +2160,8 @@ class SelfOrderPage extends Component {
otherInput
=
{
'showInput'
}
otherInput
=
{
'showInput'
}
otherInputCallBack
=
{(
text
)
=>
this
.
handleDoctorInput
(
text
,
listOptionData
[
5
])}
otherInputCallBack
=
{(
text
)
=>
this
.
handleDoctorInput
(
text
,
listOptionData
[
5
])}
/
>
/
>
)
}
{
/* <PageListArrow
{
/* <PageListArrow
listActOpa={.8}
listActOpa={.8}
listHasAster={true}
listHasAster={true}
...
...
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