Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
dddf7231
Commit
dddf7231
authored
Sep 18, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台-入仓-删减入仓货物无效
http://zentao.jdshangmen.com/bug-view-408.html
parent
e45f4092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
editDialog.vue
src/views/ecw/order/warehousing/components/editDialog.vue
+5
-2
No files found.
src/views/ecw/order/warehousing/components/editDialog.vue
View file @
dddf7231
...
@@ -436,6 +436,8 @@ export default {
...
@@ -436,6 +436,8 @@ export default {
this
.
form
.
orderWarehouseInItemDoList
=
[]
this
.
form
.
orderWarehouseInItemDoList
=
[]
this
.
form1
.
orderWarehouseInItemDoList
=
[]
this
.
form1
.
orderWarehouseInItemDoList
=
[]
this
.
activeName
=
'
first
'
this
.
activeName
=
'
first
'
this
.
handleAdd
()
this
.
handleAdd
(
1
)
}
}
}
}
},
},
...
@@ -554,7 +556,7 @@ export default {
...
@@ -554,7 +556,7 @@ export default {
handleDelete
(
val
)
{
handleDelete
(
val
)
{
(
val
===
1
?
this
.
form1
:
this
.
form
).
orderWarehouseInItemDoList
.
pop
()
(
val
===
1
?
this
.
form1
:
this
.
form
).
orderWarehouseInItemDoList
.
pop
()
},
},
handleAdd
(
val
)
{
handleAdd
(
val
=
0
)
{
let
cartonsNum
=
''
;
let
cartonsNum
=
''
;
if
(
val
!==
1
)
{
if
(
val
!==
1
)
{
let
hasCartonsNum
=
0
let
hasCartonsNum
=
0
...
@@ -563,7 +565,8 @@ export default {
...
@@ -563,7 +565,8 @@ export default {
})
})
cartonsNum
=
this
.
warehousing
.
num
-
hasCartonsNum
cartonsNum
=
this
.
warehousing
.
num
-
hasCartonsNum
}
}
(
val
===
1
?
this
.
form1
:
this
.
form
).
orderWarehouseInItemDoList
.
push
({
const
form
=
val
===
1
?
this
.
form1
:
this
.
form
form
.
orderWarehouseInItemDoList
.
push
({
"
boxGauge1
"
:
""
,
"
boxGauge1
"
:
""
,
"
boxGauge2
"
:
""
,
"
boxGauge2
"
:
""
,
"
boxGauge3
"
:
""
,
"
boxGauge3
"
:
""
,
...
...
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