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
6be037e5
authored
Mar 11, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端--出库发货--交货方式、物流公司、物流模式需调用【快递物流】基础资料
parent
d1ee533a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
pages/stockRecheck/shipOut.vue
pages/stockRecheck/shipOut.vue
View file @
6be037e5
...
...
@@ -567,6 +567,13 @@
typeof
callback
==
'function'
&&
callback
(
data
);
},
showDrawer
(
stock_out_sn
)
{
this
.
real_shipping_type_index
=
-
1
;
this
.
real_shipping_id_index
=
-
1
;
this
.
real_shipping_mode_index
=
-
1
;
this
.
shippingListParams
.
shipping_id
=
''
;
this
.
shippingListParams
.
shipping_type
=
''
;
this
.
shippingListParams
.
shipping_id
=
''
;
this
.
$refs
.
showRight
.
open
();
this
.
getStockOutDetail
(
stock_out_sn
);
},
...
...
@@ -754,6 +761,7 @@
this
.
detail
=
res
.
data
;
this
.
formParams
.
client_express_account
=
res
.
data
.
stock_out_address
.
client_express_account
||
''
;
//客户快递账号
this
.
shippingListParams
.
warehouse_id
=
res
.
data
.
stock_out_info
.
warehouse_id
;
this
.
getShippingList
(
res
.
data
.
stock_out_address
.
real_shipping_type
,
res
.
data
.
stock_out_address
.
real_shipping_id
,
res
.
data
.
stock_out_address
.
real_shipping_mode
);
//物流联动信息获取
setTimeout
(()
=>
{
...
...
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