Commit 591b3659 by sunyang

工厂物流文本改为九猫统筹物流

parent 685ca9eb
......@@ -102,7 +102,7 @@
<div>{{ getStatus(row.orderStatus) }}</div>
</template>
<template #shipmentType="{ row }">
{{ ['自有物流', '工厂物流'][row.shipmentType] }}
{{ ['自有物流', '九猫统筹物流'][row.shipmentType] }}
</template>
<template #shippingAge="{ row }">
{{ getShippingAge(row) }}
......
......@@ -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>
......
......@@ -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 }">
......
......@@ -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>
......
......@@ -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 () => {
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment