Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
Warehouse
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
41d2efaa
authored
May 09, 2020
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
710de614
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
pages/receivinggoods/receivinggoods.js
pages/receivinggoods/receivinggoods.js
View file @
41d2efaa
...
@@ -547,7 +547,7 @@ onUnload:function(){
...
@@ -547,7 +547,7 @@ onUnload:function(){
chooseOrder
:
data
.
info
,
chooseOrder
:
data
.
info
,
isShowMask
:
false
,
isShowMask
:
false
,
});
});
this
.
getList1
();
this
.
getList1
(
true
);
this
.
getReceivingList
(
1
);
this
.
getReceivingList
(
1
);
this
.
getReceivingList
(
2
)
this
.
getReceivingList
(
2
)
...
@@ -571,7 +571,7 @@ onUnload:function(){
...
@@ -571,7 +571,7 @@ onUnload:function(){
me
.
setData
({
me
.
setData
({
chooseOrder
:
data
.
data
[
0
]
chooseOrder
:
data
.
data
[
0
]
});
});
me
.
getList1
();
me
.
getList1
(
true
);
me
.
getReceivingList
(
1
);
me
.
getReceivingList
(
1
);
me
.
getReceivingList
(
2
)
me
.
getReceivingList
(
2
)
}
else
{
}
else
{
...
@@ -597,7 +597,7 @@ onUnload:function(){
...
@@ -597,7 +597,7 @@ onUnload:function(){
}
}
},
true
,
true
)
},
true
,
true
)
},
},
getList1
:
function
(){
getList1
:
function
(
bool
){
//获取头部的第一个列表数据
//获取头部的第一个列表数据
let
me
=
this
;
let
me
=
this
;
let
chooseOrder
=
me
.
data
.
chooseOrder
;
let
chooseOrder
=
me
.
data
.
chooseOrder
;
...
@@ -628,7 +628,7 @@ onUnload:function(){
...
@@ -628,7 +628,7 @@ onUnload:function(){
duration
:
2000
duration
:
2000
});
});
}
}
},
true
,
true
)
},
bool
,
true
)
},
},
formOrderNumInput
:
function
(
e
){
formOrderNumInput
:
function
(
e
){
let
{
value
}
=
e
.
detail
;
let
{
value
}
=
e
.
detail
;
...
@@ -905,7 +905,7 @@ onUnload:function(){
...
@@ -905,7 +905,7 @@ onUnload:function(){
icon
:
'none'
,
icon
:
'none'
,
duration
:
2000
duration
:
2000
});
});
me
.
getList1
();
me
.
getList1
(
false
);
me
.
getReceivingList
(
1
);
me
.
getReceivingList
(
1
);
if
(
me
.
data
.
formData
.
wldy
==
1
){
if
(
me
.
data
.
formData
.
wldy
==
1
){
...
@@ -1276,7 +1276,7 @@ onUnload:function(){
...
@@ -1276,7 +1276,7 @@ onUnload:function(){
icon
:
'none'
,
icon
:
'none'
,
duration
:
2000
duration
:
2000
});
});
me
.
getList1
();
me
.
getList1
(
false
);
me
.
getReceivingList
(
1
);
me
.
getReceivingList
(
1
);
me
.
getReceivingList
(
2
)
me
.
getReceivingList
(
2
)
if
(
type
==
2
){
if
(
type
==
2
){
...
...
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