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
78aab35c
authored
Apr 18, 2022
by
lhc
Committed by
peii
May 26, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: bug
(cherry picked from commit
7345e6af
)
parent
516ef509
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/containers/selfOrder/module/SearchPage.js
app/containers/selfOrder/module/SearchPage.js
View file @
78aab35c
...
@@ -225,7 +225,7 @@ class SearchPage extends Component {
...
@@ -225,7 +225,7 @@ class SearchPage extends Component {
localSecondDataItem
[
LocalVariable
.
QUANTITY_FIELD
]
+=
1
localSecondDataItem
[
LocalVariable
.
QUANTITY_FIELD
]
+=
1
}
else
{
}
else
{
// 如果找不到对应的产品
// 如果找不到对应的产品
const
localSecondData
=
await
this
.
create
LocalSecondData
(
item
)
const
localSecondData
=
await
this
.
get
LocalSecondData
(
item
)
leftOptionListItem
.
localSecondData
=
localSecondData
leftOptionListItem
.
localSecondData
=
localSecondData
console
.
log
(
'localSecondDataItem'
,
localSecondDataItem
)
console
.
log
(
'localSecondDataItem'
,
localSecondDataItem
)
}
}
...
@@ -294,7 +294,7 @@ class SearchPage extends Component {
...
@@ -294,7 +294,7 @@ class SearchPage extends Component {
tipTextOneTit
=
{
'通用名称'
}
tipTextOneTit
=
{
'通用名称'
}
tipTextTwoTit
=
{
'规格型号'
}
tipTextTwoTit
=
{
'规格型号'
}
listImgIcon
=
{
'photos'
}
listImgIcon
=
{
'photos'
}
plusCallBack
=
{
(
item
,
index
)
=>
{
plusCallBack
=
{
item
=>
{
setTopProcOptionListCallBack
(
this
.
formatToTopProcOptionList
(
item
))
setTopProcOptionListCallBack
(
this
.
formatToTopProcOptionList
(
item
))
}}
}}
// reduceCallBack={() => this.props.handleAllPlusReduce(item, index)}
// reduceCallBack={() => this.props.handleAllPlusReduce(item, index)}
...
...
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