Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assets
Project
Project
Details
Activity
Releases
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
黄媛媛
assets
Commits
cd916b7f
Commit
cd916b7f
authored
Jul 27, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a6058a5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
outboundOperate.vue
src/components/assetsman/outboundOperate.vue
+3
-3
No files found.
src/components/assetsman/outboundOperate.vue
View file @
cd916b7f
...
@@ -187,7 +187,7 @@
...
@@ -187,7 +187,7 @@
data2
.
forEach
(
x
=>
{
data2
.
forEach
(
x
=>
{
if
((
myData
.
GoodsId
==
x
.
GoodsId
)
&&
(
myData
.
SpecificationKey
==
x
.
SpecificationSort
))
{
if
((
myData
.
GoodsId
==
x
.
GoodsId
)
&&
(
myData
.
SpecificationKey
==
x
.
SpecificationSort
))
{
this
.
orderNum
++
;
this
.
orderNum
++
;
if
(
x
.
nowBound
<
x
.
Number
){
if
(
x
.
nowBound
<
x
.
N
ewN
umber
){
x
.
nowBound
++
;
x
.
nowBound
++
;
this
.
tableData
=
data2
;
this
.
tableData
=
data2
;
this
.
scanData
.
unshift
(
myData
);
this
.
scanData
.
unshift
(
myData
);
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
scanMsg
.
StockInId
=
myData
.
StockInId
;
scanMsg
.
StockInId
=
myData
.
StockInId
;
this
.
sureMsg
.
WarehouseOutGoodsDetailList
.
push
(
scanMsg
);
this
.
sureMsg
.
WarehouseOutGoodsDetailList
.
push
(
scanMsg
);
}
else
{
}
else
{
this
.
Error
(
'超过了
购买
数量'
);
this
.
Error
(
'超过了
出库
数量'
);
}
}
}
}
})
})
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
sureOutband
()
{
sureOutband
()
{
var
buyNum
=
0
;
var
buyNum
=
0
;
this
.
tableData
.
forEach
(
x
=>
{
this
.
tableData
.
forEach
(
x
=>
{
buyNum
+=
x
.
Number
;
buyNum
+=
x
.
N
ewN
umber
;
})
})
if
(
this
.
scanData
.
length
!=
buyNum
)
{
if
(
this
.
scanData
.
length
!=
buyNum
)
{
this
.
Error
(
'出库数量与列表数据不符'
);
this
.
Error
(
'出库数量与列表数据不符'
);
...
...
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