Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
57af8e22
authored
Feb 22, 2025
by
芋道源码
Committed by
Gitee
Feb 22, 2025
Browse files
Options
Browse Files
Download
Plain Diff
!690 update src/views/mall/trade/order/detail/index.vue.
Merge pull request !690 from 爱宇阳/N/A
parents
2c35cde5
0837f319
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/mall/trade/order/detail/index.vue
+4
-4
No files found.
src/views/mall/trade/order/detail/index.vue
View file @
57af8e22
...
@@ -334,13 +334,13 @@ onMounted(async () => {
...
@@ -334,13 +334,13 @@ onMounted(async () => {
// 如果配送方式为快递,则查询物流公司
// 如果配送方式为快递,则查询物流公司
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
EXPRESS
.
type
)
{
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
EXPRESS
.
type
)
{
deliveryExpressList
.
value
=
await
DeliveryExpressApi
.
getSimpleDeliveryExpressList
()
deliveryExpressList
.
value
=
await
DeliveryExpressApi
.
getSimpleDeliveryExpressList
()
if
(
form
.
value
.
logisticsId
)
{
if
(
form
Data
.
value
.
logisticsId
)
{
expressTrackList
.
value
=
await
TradeOrderApi
.
getExpressTrackList
(
formData
.
value
.
id
!
)
expressTrackList
.
value
=
await
TradeOrderApi
.
getExpressTrackList
(
formData
.
value
.
id
!
)
}
}
}
else
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
PICK_UP
.
type
)
{
}
else
if
(
formData
.
value
.
deliveryType
===
DeliveryTypeEnum
.
PICK_UP
.
type
)
{
pickUpStore
.
value
=
await
DeliveryPickUpStoreApi
.
getDeliveryPickUpStore
(
if
(
formData
.
value
.
pickUpStoreId
)
{
formData
.
value
.
pickUpStoreId
pickUpStore
.
value
=
await
DeliveryPickUpStoreApi
.
getDeliveryPickUpStore
(
formData
.
value
.
pickUpStoreId
)
)
}
}
}
})
})
</
script
>
</
script
>
...
...
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