Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
d6919da1
authored
Apr 17, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
e8e2292d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
pages/arrivalRegister/index.vue
pages/arrivalRegister/index.vue
View file @
d6919da1
...
@@ -115,7 +115,8 @@ export default {
...
@@ -115,7 +115,8 @@ export default {
index
:
0
,
index
:
0
,
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
list
:
[],
list
:
[],
detail
:
{}
detail
:
{},
stock_in_register_status
:
1
//新创建
};
};
},
},
onNavigationBarButtonTap
(
e
)
{
onNavigationBarButtonTap
(
e
)
{
...
@@ -133,8 +134,7 @@ export default {
...
@@ -133,8 +134,7 @@ export default {
* 获取列表数据
* 获取列表数据
*/
*/
getData
()
{
getData
()
{
//筛选新创建
this
.
request
(
API
.
stockInRegisterList
,
'POST'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
stock_in_register_status
:
this
.
stock_in_register_status
},
false
).
then
(
res
=>
{
this
.
request
(
API
.
stockInRegisterList
,
'POST'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
stock_in_register_status
:
1
},
false
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
this
.
list
=
res
.
data
.
list
;
this
.
list
=
res
.
data
.
list
;
}
else
{
}
else
{
...
@@ -150,7 +150,7 @@ export default {
...
@@ -150,7 +150,7 @@ export default {
* @param {Object} stock_in_sn 入库单号
* @param {Object} stock_in_sn 入库单号
*/
*/
getDetail
(
stock_in_sn
)
{
getDetail
(
stock_in_sn
)
{
this
.
request
(
API
.
stockInRegisterList
,
'POST'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
stock_in_register_status
:
1
,
stock_in_sn
:
stock_in_sn
},
false
).
then
(
res
=>
{
this
.
request
(
API
.
stockInRegisterList
,
'POST'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
stock_in_register_status
:
this
.
stock_in_register_status
,
stock_in_sn
:
stock_in_sn
},
false
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
this
.
detail
=
res
.
data
.
list
[
0
];
this
.
detail
=
res
.
data
.
list
[
0
];
}
else
{
}
else
{
...
...
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