Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
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
bd90d85f
authored
Aug 11, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
发货单:按发货单号搜索无效
parent
9cbed675
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/OrderTrack/invoice.vue
src/views/OrderTrack/invoice.vue
View file @
bd90d85f
...
@@ -154,14 +154,14 @@ export default {
...
@@ -154,14 +154,14 @@ export default {
},
},
created
()
{
created
()
{
this
.
purchase_id
=
this
.
$route
.
query
.
purchase_id
||
''
;
this
.
purchase_id
=
this
.
$route
.
query
.
purchase_id
||
''
;
this
.
stock_in_sn
=
this
.
$route
.
query
.
stock_in_sn
||
''
;
this
.
formInline
.
stock_in_sn
=
this
.
$route
.
query
.
stock_in_sn
||
''
;
this
.
getData
();
this
.
getData
();
},
},
watch
:
{
watch
:
{
$route
(
to
,
from
)
{
$route
(
to
,
from
)
{
if
(
to
.
path
==
'/orderTrackInvoice'
)
{
if
(
to
.
path
==
'/orderTrackInvoice'
)
{
this
.
purchase_id
=
this
.
$route
.
query
.
purchase_id
||
''
;
this
.
purchase_id
=
this
.
$route
.
query
.
purchase_id
||
''
;
this
.
stock_in_sn
=
this
.
$route
.
query
.
stock_in_sn
||
''
;
this
.
formInline
.
stock_in_sn
=
this
.
$route
.
query
.
stock_in_sn
||
''
;
this
.
getData
();
this
.
getData
();
}
}
}
}
...
@@ -179,7 +179,7 @@ export default {
...
@@ -179,7 +179,7 @@ export default {
}
else
{
}
else
{
this
.
formInline
.
qc_time
=
''
;
this
.
formInline
.
qc_time
=
''
;
}
}
var
params
=
Object
.
assign
({},
{
page
:
this
.
page
},
{
limit
:
this
.
limit
},
this
.
formInline
,
{
purchase_id
:
this
.
purchase_id
}
,
{
stock_in_sn
:
this
.
stock_in_sn
}
);
var
params
=
Object
.
assign
({},
{
page
:
this
.
page
},
{
limit
:
this
.
limit
},
this
.
formInline
,
{
purchase_id
:
this
.
purchase_id
});
this
.
$http
(
'post'
,
"/api/purchase/getDeliveryList"
,
params
).
then
(
res
=>
{
this
.
$http
(
'post'
,
"/api/purchase/getDeliveryList"
,
params
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
this
.
tableData
=
res
.
data
.
list
||
[];
this
.
tableData
=
res
.
data
.
list
||
[];
...
...
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