Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pda-scan
Commits
41c71ed6
Commit
41c71ed6
authored
Sep 05, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
57018328
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
packing.vue
pages/packing/packing.vue
+3
-1
No files found.
pages/packing/packing.vue
View file @
41c71ed6
...
...
@@ -376,15 +376,18 @@ export default {
)
);
}
else
if
(
this
.
form
.
ZZXFS
==
"BL+PL"
&&
!
this
.
isEdit
)
{
console
.
log
(
'新增-----'
);
this
.
goodsList
.
forEach
((
ele
)
=>
{
arr
.
push
({
...
ele
,
...
this
.
form
,
...
baseParams
,
PLNR
:
ele
.
PLNR
,
ZCODE
:
this
.
blNum
,
UNAME
:
this
.
vuex_user
.
userName
,
});
});
console
.
log
(
arr
,
'arr0------'
);
}
else
{
this
.
goodsList
.
forEach
((
ele
)
=>
{
arr
.
push
({
...
...
@@ -396,7 +399,6 @@ export default {
});
});
}
this
.
$u
.
api
.
sapApi
.
sapCasePlnr
(
arr
).
then
((
res
)
=>
{
if
(
!
Array
.
isArray
(
res
))
{
return
;
...
...
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