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
04f673b6
authored
Jan 29, 2021
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化【快速下单】,新增多仓模块
parent
d9584521
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
app/containers/quickOrder/QuickOrderPage.js
app/containers/quickOrder/module/surgeryTemplatePage.js
app/containers/quickOrder/QuickOrderPage.js
View file @
04f673b6
This diff is collapsed.
Click to expand it.
app/containers/quickOrder/module/surgeryTemplatePage.js
View file @
04f673b6
...
@@ -523,13 +523,14 @@ class surgeryTemplatePage extends Component {
...
@@ -523,13 +523,14 @@ class surgeryTemplatePage extends Component {
}
else
{
}
else
{
tempDoctorName
=
state
.
listOptionData
[
2
].
inputValue
tempDoctorName
=
state
.
listOptionData
[
2
].
inputValue
}
}
let
cur_surgery_type
=
state
.
listOptionData
[
3
].
name
===
'请选择'
?
''
:
state
.
listOptionData
[
3
].
name
let
params
=
{
let
params
=
{
access_token
:
props
.
token
,
access_token
:
props
.
token
,
org_code
:
state
.
listOptionData
[
0
].
value
,
org_code
:
state
.
listOptionData
[
0
].
value
,
seller_code
:
props
.
userInfo
.
user_name
,
seller_code
:
props
.
userInfo
.
user_name
,
customer_code
:
state
.
listOptionData
[
1
].
value
,
customer_code
:
state
.
listOptionData
[
1
].
value
,
doctor_name
:
tempDoctorName
,
doctor_name
:
tempDoctorName
,
surgery_type
:
state
.
listOptionData
[
3
].
valu
e
,
surgery_type
:
cur_surgery_typ
e
,
}
}
props
.
requestQuickTemplateCollect
(
params
)
props
.
requestQuickTemplateCollect
(
params
)
}
}
...
...
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