Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
27220a6b
Commit
27220a6b
authored
Apr 06, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c15d74c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
deliveryQuery.vue
src/components/empower/deliveryQuery.vue
+1
-1
putinStorage.vue
src/components/empower/putinStorage.vue
+9
-2
No files found.
src/components/empower/deliveryQuery.vue
View file @
27220a6b
...
...
@@ -269,7 +269,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
getList
();
this
.
flDig
=
false
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
...
...
src/components/empower/putinStorage.vue
View file @
27220a6b
...
...
@@ -168,6 +168,7 @@ export default {
x
.
InStockNum
=
0
;
let
obj
=
{
Id
:
y
+
1
,
UniqueID
:
x
.
Id
,
name
:
x
.
MaterialModel
.
Name
,
list
:[],
time
:
''
,
...
...
@@ -219,7 +220,7 @@ export default {
list
.
push
(
obj
)
}
})
let
objlist
=
{
ValidityList
:
list
}
let
objlist
=
{
ValidityList
:
list
,
UniqueID
:
x
.
UniqueID
}
zonglist
.
push
(
objlist
)
if
(
showtime
==
true
){
this
.
Error
(
x
.
name
+
'的有效日期没选择,请选择'
);
...
...
@@ -240,7 +241,13 @@ export default {
obj
.
SpecificationKey
=
x
.
MaterialModel
.
SpecificationKey
;
obj
.
InStockNum
=
x
.
InStockNum
;
//2021-4-1加的日期列表
obj
.
ValidityList
=
zonglist
[
y
].
ValidityList
zonglist
.
map
((
item
,
index
)
=>
{
if
(
x
.
Id
==
item
.
UniqueID
){
obj
.
ValidityList
=
zonglist
[
index
].
ValidityList
;
return
}
})
msg
.
DetailList
.
push
(
obj
)
})
if
(
showtis
==
true
){
...
...
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