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
50f6ed15
authored
Apr 27, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
2027d8bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
pages/tallyReceive/operate.vue
pages/tallyReceive/operate.vue
View file @
50f6ed15
...
@@ -260,6 +260,7 @@ export default {
...
@@ -260,6 +260,7 @@ export default {
}
else
if
(
this
.
index
==
2
)
{
}
else
if
(
this
.
index
==
2
)
{
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
''
;
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
''
;
}
}
this
.
stock_in_item_id
=
this
.
detail
.
stock_in_item_id
;
this
.
getData
();
this
.
getData
();
},
},
/**
/**
...
@@ -272,6 +273,7 @@ export default {
...
@@ -272,6 +273,7 @@ export default {
this
.
searchParams
.
stock_in_sn
=
''
;
this
.
searchParams
.
stock_in_sn
=
''
;
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
''
;
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
''
;
if
(
val
)
{
if
(
val
)
{
this
.
stock_in_item_id
=
''
;
if
(
type
==
1
)
{
if
(
type
==
1
)
{
this
.
searchParams
.
tracking_no
=
val
;
this
.
searchParams
.
tracking_no
=
val
;
}
else
if
(
type
==
2
)
{
}
else
if
(
type
==
2
)
{
...
@@ -281,6 +283,7 @@ export default {
...
@@ -281,6 +283,7 @@ export default {
}
}
this
.
input_flag
=
true
;
this
.
input_flag
=
true
;
}
else
{
}
else
{
this
.
stock_in_item_id
=
this
.
detail
.
stock_in_item_id
;
this
.
input_flag
=
false
;
this
.
input_flag
=
false
;
}
}
this
.
getData
();
this
.
getData
();
...
@@ -295,9 +298,10 @@ export default {
...
@@ -295,9 +298,10 @@ export default {
this
.
detail
=
res
.
data
.
list
[
0
];
this
.
detail
=
res
.
data
.
list
[
0
];
this
.
formParams
.
tally_qty
=
res
.
data
.
list
[
0
].
wait_tally_qty
;
this
.
formParams
.
tally_qty
=
res
.
data
.
list
[
0
].
wait_tally_qty
;
this
.
formParams
.
date_code
=
res
.
data
.
list
[
0
].
expect_date_code
;
this
.
formParams
.
date_code
=
res
.
data
.
list
[
0
].
expect_date_code
;
if
(
res
.
data
.
list
[
0
].
mobile_default_img
)
{
if
(
res
.
data
.
list
[
0
].
mobile_default_img
)
{
this
.
image_list
=
res
.
data
.
list
[
0
].
mobile_default_img
.
split
(
','
);
this
.
image_list
=
res
.
data
.
list
[
0
].
mobile_default_img
.
split
(
','
);
}
else
{
this
.
image_list
=
[];
}
}
uni
.
setNavigationBarTitle
({
uni
.
setNavigationBarTitle
({
title
:
res
.
data
.
list
[
0
].
stock_in_sn
+
'-理货'
title
:
res
.
data
.
list
[
0
].
stock_in_sn
+
'-理货'
...
...
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