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
f0b8cebe
authored
Apr 04, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
11800c2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
pages/scanInventory/index.vue
pages/scanInventory/index.vue
View file @
f0b8cebe
...
@@ -246,6 +246,7 @@ export default {
...
@@ -246,6 +246,7 @@ export default {
});
});
},
},
submit
()
{
submit
()
{
var
self
=
this
;
let
params
=
{};
let
params
=
{};
let
arr
=
[];
let
arr
=
[];
if
(
this
.
list
.
length
<=
0
)
{
if
(
this
.
list
.
length
<=
0
)
{
...
@@ -278,7 +279,14 @@ export default {
...
@@ -278,7 +279,14 @@ export default {
uni
.
showModal
({
uni
.
showModal
({
title
:
'提示'
,
title
:
'提示'
,
content
:
'保存成功'
,
content
:
'保存成功'
,
showCancel
:
false
showCancel
:
false
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
self
.
list
=
[];
self
.
box_sn
=
''
;
self
.
code_str
=
''
;
}
}
});
});
}
else
{
}
else
{
uni
.
showModal
({
uni
.
showModal
({
...
...
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