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
6898c346
authored
Jun 09, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug修复
parent
c60283df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/tag/print.vue
pages/tag/print.vue
View file @
6898c346
...
@@ -232,7 +232,7 @@ export default {
...
@@ -232,7 +232,7 @@ export default {
let
label_num
=
this
.
form
.
label_num
*
1
;
//总箱数
let
label_num
=
this
.
form
.
label_num
*
1
;
//总箱数
let
num
=
0
;
let
num
=
0
;
if
(
this
.
form
.
numbers
.
length
>
1
)
{
if
(
this
.
form
.
numbers
.
length
>
0
)
{
for
(
let
i
=
0
;
i
<
this
.
form
.
numbers
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
form
.
numbers
.
length
;
i
++
)
{
num
+=
this
.
form
.
numbers
[
i
].
value
*
1
;
num
+=
this
.
form
.
numbers
[
i
].
value
*
1
;
}
}
...
...
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