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
591b3659
Commit
591b3659
authored
Mar 30, 2026
by
sunyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工厂物流文本改为九猫统筹物流
parent
685ca9eb
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
src/views/logistics/logisticsTracking.vue
+1
-1
src/views/order/orderTracking/index.vue
+2
-2
src/views/order/orderTracking/indexcn.vue
+2
-2
src/views/order/podCN/index.vue
+3
-3
src/views/order/podUs/index.vue
+3
-3
src/views/podUsBillOrder/index.vue
+1
-1
No files found.
src/views/logistics/logisticsTracking.vue
View file @
591b3659
...
...
@@ -102,7 +102,7 @@
<
div
>
{{
getStatus
(
row
.
orderStatus
)
}}
<
/div
>
<
/template
>
<
template
#
shipmentType
=
"{ row
}
"
>
{{
[
'自有物流'
,
'
工厂
物流'
][
row
.
shipmentType
]
}}
{{
[
'自有物流'
,
'
九猫统筹
物流'
][
row
.
shipmentType
]
}}
<
/template
>
<
template
#
shippingAge
=
"{ row
}
"
>
{{
getShippingAge
(
row
)
}}
...
...
src/views/order/orderTracking/index.vue
View file @
591b3659
...
...
@@ -879,7 +879,7 @@ onMounted(() => {
style=
"width: 150px"
>
<ElOption
v-for=
"(item, index) in ['自有物流', '
工厂
物流']"
v-for=
"(item, index) in ['自有物流', '
九猫统筹
物流']"
:key=
"index"
:value=
"index"
:label=
"item"
...
...
@@ -1175,7 +1175,7 @@ onMounted(() => {
<div>
{{
getStatus
(
row
.
status
)
}}
</div>
</
template
>
<
template
#
shipmentType=
"{ row }"
>
{{
[
'自有物流'
,
'
工厂
物流'
][
row
.
shipmentType
]
}}
{{
[
'自有物流'
,
'
九猫统筹
物流'
][
row
.
shipmentType
]
}}
</
template
>
</TableView>
</div>
...
...
src/views/order/orderTracking/indexcn.vue
View file @
591b3659
...
...
@@ -1156,7 +1156,7 @@ onMounted(() => {
<ElOption
v-for=
"(item, index) in searchForm.replaceShipment === 0
? ['自提', '快递']
: ['自有物流', '
工厂
物流']"
: ['自有物流', '
九猫统筹
物流']"
:key=
"index"
:value=
"index"
:label=
"item"
...
...
@@ -1267,7 +1267,7 @@ onMounted(() => {
{{
(
row
.
replaceShipment
===
0
?
[
'自提'
,
'快递'
]
:
[
'自有物流'
,
'
工厂
物流'
])[
row
.
shipmentType
]
:
[
'自有物流'
,
'
九猫统筹
物流'
])[
row
.
shipmentType
]
}}
</
template
>
<
template
#
replaceShipment=
"{ row }"
>
...
...
src/views/order/podCN/index.vue
View file @
591b3659
...
...
@@ -475,7 +475,7 @@
style=
"width: 150px"
>
<ElOption
v-for=
"(item, index) in ['自有物流', '
工厂
物流']"
v-for=
"(item, index) in ['自有物流', '
九猫统筹
物流']"
:key=
"index"
:value=
"index"
:label=
"item"
...
...
@@ -806,7 +806,7 @@
>
</ElDropdownMenu>
</template> -->
<!-- 代发:0.自有物流 1.
工厂
物流; 不代发: 0.自提 1.快递-->
<!-- 代发:0.自有物流 1.
九猫统筹
物流; 不代发: 0.自提 1.快递-->
<
template
v-if=
"
status === 'CREATE_LOGISTICS' || status === 'WAIT_SHIPMENT'
...
...
@@ -1644,7 +1644,7 @@
>
{{
row
.
replaceShipment
===
1
?
[
'自有物流'
,
'
工厂
物流'
][
row
.
shipmentType
]
?
[
'自有物流'
,
'
九猫统筹
物流'
][
row
.
shipmentType
]
:
[
'自提'
,
'快递'
][
row
.
shipmentType
]
}}
</span>
...
...
src/views/order/podUs/index.vue
View file @
591b3659
...
...
@@ -425,7 +425,7 @@
shipmentList=['自提','快递']
searchForm.shipmentType=0
}else{
shipmentList=['自有物流', '
工厂
物流']
shipmentList=['自有物流', '
九猫统筹
物流']
searchForm.shipmentType=''
}
}
...
...
@@ -1695,7 +1695,7 @@
{{
row
.
shipmentType
==
0
&&
row
.
replaceShipment
==
0
?
'自提'
:
[
'自有物流'
,
'
工厂
物流'
][
row
.
shipmentType
]
:
[
'自有物流'
,
'
九猫统筹
物流'
][
row
.
shipmentType
]
}}
</span>
</div>
...
...
@@ -3759,7 +3759,7 @@ const handleBatchDelete = async (type: string, id?: string) => {
}
}
const
shipmentList
=
ref
([
'自有物流'
,
'
工厂
物流'
])
const
shipmentList
=
ref
([
'自有物流'
,
'
九猫统筹
物流'
])
// 批量下载 重新排版
const
handleReComposingDesign
=
async
()
=>
{
...
...
src/views/podUsBillOrder/index.vue
View file @
591b3659
...
...
@@ -777,7 +777,7 @@
>
<
template
#
default
=
"{ row
}
"
>
<
span
v
-
if
=
"row.order"
>
{{
row
.
order
.
shipment_type
==
1
?
'
工厂
物流'
:
'自我物流'
row
.
order
.
shipment_type
==
1
?
'
九猫统筹
物流'
:
'自我物流'
}}
<
/span
>
<
/template
>
<
/el-table-column
>
...
...
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