Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
fcbb249c
authored
Apr 04, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
f0f765f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
pages/scanInventory/index.vue
pages/scanInventory/index.vue
View file @
fcbb249c
...
@@ -131,7 +131,9 @@ export default {
...
@@ -131,7 +131,9 @@ export default {
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
target
.
value
);
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
target
.
value
);
this
.
index
=
e
.
target
.
value
;
this
.
index
=
e
.
target
.
value
;
this
.
code_type
=
this
.
arrar_val
[
e
.
target
.
value
];
this
.
code_type
=
this
.
arrar_val
[
e
.
target
.
value
];
this
.
identifyQrCodeNumAndSn
();
if
(
this
.
code_str
)
{
this
.
identifyQrCodeNumAndSn
();
}
},
},
selectionChange
(
e
)
{
selectionChange
(
e
)
{
this
.
selectedIndexs
=
e
.
detail
.
index
;
this
.
selectedIndexs
=
e
.
detail
.
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