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
7345e6af
authored
Apr 18, 2022
by
lhc
1
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: bug
parent
8ef0c5aa
Show 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 @
7345e6af
...
...
@@ -225,7 +225,7 @@ class SearchPage extends Component {
localSecondDataItem
[
LocalVariable
.
QUANTITY_FIELD
]
+=
1
}
else
{
// 如果找不到对应的产品
const
localSecondData
=
await
this
.
create
LocalSecondData
(
item
)
const
localSecondData
=
await
this
.
get
LocalSecondData
(
item
)
leftOptionListItem
.
localSecondData
=
localSecondData
console
.
log
(
'localSecondDataItem'
,
localSecondDataItem
)
}
...
...
@@ -294,7 +294,7 @@ class SearchPage extends Component {
tipTextOneTit
=
{
'通用名称'
}
tipTextTwoTit
=
{
'规格型号'
}
listImgIcon
=
{
'photos'
}
plusCallBack
=
{
(
item
,
index
)
=>
{
plusCallBack
=
{
item
=>
{
setTopProcOptionListCallBack
(
this
.
formatToTopProcOptionList
(
item
))
}}
// reduceCallBack={() => this.props.handleAllPlusReduce(item, index)}
...
...
lhc
@lhc
mentioned in commit
78aab35c
May 26, 2022
mentioned in commit
78aab35c
mentioned in commit 78aab35c0ad8e9fa6855d5d6b2b872dff5d9344e
Toggle commit list
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