Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
322406e0
Commit
322406e0
authored
Jun 06, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/linjinhong' into dev
parents
5004f367
6614790e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
components.d.ts
+1
-0
src/views/logistics/shippingAddress.vue
+2
-0
src/views/order/podUs/PodMakeOrder.vue
+1
-1
src/views/order/podUs/index.vue
+4
-4
No files found.
components.d.ts
View file @
322406e0
...
@@ -51,6 +51,7 @@ declare module 'vue' {
...
@@ -51,6 +51,7 @@ declare module 'vue' {
ElTag
:
typeof
import
(
'element-plus/es'
)[
'ElTag'
]
ElTag
:
typeof
import
(
'element-plus/es'
)[
'ElTag'
]
ElTooltip
:
typeof
import
(
'element-plus/es'
)[
'ElTooltip'
]
ElTooltip
:
typeof
import
(
'element-plus/es'
)[
'ElTooltip'
]
ElTree
:
typeof
import
(
'element-plus/es'
)[
'ElTree'
]
ElTree
:
typeof
import
(
'element-plus/es'
)[
'ElTree'
]
ElUpload
:
typeof
import
(
'element-plus/es'
)[
'ElUpload'
]
Icon
:
typeof
import
(
'./src/components/Icon.vue'
)[
'default'
]
Icon
:
typeof
import
(
'./src/components/Icon.vue'
)[
'default'
]
ImageView
:
typeof
import
(
'./src/components/ImageView.vue'
)[
'default'
]
ImageView
:
typeof
import
(
'./src/components/ImageView.vue'
)[
'default'
]
LogList
:
typeof
import
(
'./src/components/LogList.vue'
)[
'default'
]
LogList
:
typeof
import
(
'./src/components/LogList.vue'
)[
'default'
]
...
...
src/views/logistics/shippingAddress.vue
View file @
322406e0
...
@@ -250,6 +250,7 @@ const formConfig = computed<IFormConfig[]>(() => [
...
@@ -250,6 +250,7 @@ const formConfig = computed<IFormConfig[]>(() => [
options
:
countryList
.
value
,
options
:
countryList
.
value
,
label
:
'countryCode'
,
label
:
'countryCode'
,
value
:
'countryCode'
,
value
:
'countryCode'
,
filterable
:
true
,
placeholder
:
'请选择国家代码'
,
placeholder
:
'请选择国家代码'
,
onChange
:
(
val
:
ICountryObj
)
=>
{
onChange
:
(
val
:
ICountryObj
)
=>
{
editForm
.
value
.
countryName
=
val
.
nameCn
editForm
.
value
.
countryName
=
val
.
nameCn
...
@@ -265,6 +266,7 @@ const formConfig = computed<IFormConfig[]>(() => [
...
@@ -265,6 +266,7 @@ const formConfig = computed<IFormConfig[]>(() => [
options
:
countryList
.
value
,
options
:
countryList
.
value
,
label
:
'nameCn'
,
label
:
'nameCn'
,
value
:
'nameCn'
,
value
:
'nameCn'
,
filterable
:
true
,
placeholder
:
'请选择国家名称'
,
placeholder
:
'请选择国家名称'
,
onChange
:
(
val
:
ICountryObj
)
=>
{
onChange
:
(
val
:
ICountryObj
)
=>
{
editForm
.
value
.
countryCode
=
val
.
countryCode
editForm
.
value
.
countryCode
=
val
.
countryCode
...
...
src/views/order/podUs/PodMakeOrder.vue
View file @
322406e0
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
@
opened=
"handleOpened"
@
opened=
"handleOpened"
@
close=
"onClose"
@
close=
"onClose"
>
>
<template
#
title
>
<template
#
header
>
<div
class=
"title"
>
<div
class=
"title"
>
<span>
POD打单
</span>
<span>
POD打单
</span>
<span
v-if=
"socketConnect === 'online'"
class=
"online"
>
[在线]
</span>
<span
v-if=
"socketConnect === 'online'"
class=
"online"
>
[在线]
</span>
...
...
src/views/order/podUs/index.vue
View file @
322406e0
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
<
template
#
dropdown
>
<
template
#
dropdown
>
<
ElDropdownMenu
>
<
ElDropdownMenu
>
<
ElDropdownItem
@
click
=
"getOrderByIdApi('createLogisticsOrder')"
<
ElDropdownItem
@
click
=
"getOrderByIdApi('createLogisticsOrder')"
>
创建物流
<
/ElDropdownIte
m
>
创建物流
订单
<
/ElDropdownIte
m
>
>
<
ElDropdownItem
@
click
=
"getOrderByIdApi('getTrackingNumber')"
<
ElDropdownItem
@
click
=
"getOrderByIdApi('getTrackingNumber')"
>
获取跟踪号
<
/ElDropdownIte
m
>
获取跟踪号
<
/ElDropdownIte
m
...
@@ -1698,7 +1698,7 @@ const getOrderByIdApi = async (type: string) => {
...
@@ -1698,7 +1698,7 @@ const getOrderByIdApi = async (type: string) => {
wayDialogTitle
.
value
=
wayDialogTitle
.
value
=
type
===
'batchChangeLogistics'
type
===
'batchChangeLogistics'
?
`切换物流(当前物流方式:${selection.value[0]?.logisticsWayName
}
)`
?
`切换物流(当前物流方式:${selection.value[0]?.logisticsWayName
}
)`
:
'创建物流'
:
'创建物流
订单
'
isChangeWay
.
value
=
true
isChangeWay
.
value
=
true
const
{
data
}
=
await
getLogisticsCalculation
(
selection
.
value
[
0
]?.
id
)
const
{
data
}
=
await
getLogisticsCalculation
(
selection
.
value
[
0
]?.
id
)
...
@@ -1759,7 +1759,7 @@ const wayDialogTitle = ref('')
...
@@ -1759,7 +1759,7 @@ const wayDialogTitle = ref('')
const
rowClick
=
(
row
:
LogisticsData
,
title
:
string
)
=>
{
const
rowClick
=
(
row
:
LogisticsData
,
title
:
string
)
=>
{
try
{
try
{
if
(
title
==
'创建物流'
)
{
if
(
title
==
'创建物流
订单
'
)
{
changeWayRow
.
value
=
row
changeWayRow
.
value
=
row
}
else
{
}
else
{
if
(
row
.
logisticsWayId
===
selection
.
value
[
0
]?.
logisticsWayId
)
{
if
(
row
.
logisticsWayId
===
selection
.
value
[
0
]?.
logisticsWayId
)
{
...
@@ -1790,7 +1790,7 @@ const changeWaySubmit = async (title: string) => {
...
@@ -1790,7 +1790,7 @@ const changeWaySubmit = async (title: string) => {
return
ElMessage
.
warning
(
'请选择状态为成功的物流方式'
)
return
ElMessage
.
warning
(
'请选择状态为成功的物流方式'
)
}
}
let
Fn
let
Fn
if
(
title
!==
'创建物流'
)
{
if
(
title
!==
'创建物流
订单
'
)
{
if
(
if
(
changeWayRow
.
value
.
logisticsWayId
===
selection
.
value
[
0
]?.
logisticsWayId
changeWayRow
.
value
.
logisticsWayId
===
selection
.
value
[
0
]?.
logisticsWayId
)
{
)
{
...
...
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