Commit 591b3659 by sunyang

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

parent 685ca9eb
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<div>{{ getStatus(row.orderStatus) }}</div> <div>{{ getStatus(row.orderStatus) }}</div>
</template> </template>
<template #shipmentType="{ row }"> <template #shipmentType="{ row }">
{{ ['自有物流', '工厂物流'][row.shipmentType] }} {{ ['自有物流', '九猫统筹物流'][row.shipmentType] }}
</template> </template>
<template #shippingAge="{ row }"> <template #shippingAge="{ row }">
{{ getShippingAge(row) }} {{ getShippingAge(row) }}
......
...@@ -879,7 +879,7 @@ onMounted(() => { ...@@ -879,7 +879,7 @@ onMounted(() => {
style="width: 150px" style="width: 150px"
> >
<ElOption <ElOption
v-for="(item, index) in ['自有物流', '工厂物流']" v-for="(item, index) in ['自有物流', '九猫统筹物流']"
:key="index" :key="index"
:value="index" :value="index"
:label="item" :label="item"
...@@ -1175,7 +1175,7 @@ onMounted(() => { ...@@ -1175,7 +1175,7 @@ onMounted(() => {
<div>{{ getStatus(row.status) }}</div> <div>{{ getStatus(row.status) }}</div>
</template> </template>
<template #shipmentType="{ row }"> <template #shipmentType="{ row }">
{{ ['自有物流', '工厂物流'][row.shipmentType] }} {{ ['自有物流', '九猫统筹物流'][row.shipmentType] }}
</template> </template>
</TableView> </TableView>
</div> </div>
......
...@@ -1156,7 +1156,7 @@ onMounted(() => { ...@@ -1156,7 +1156,7 @@ onMounted(() => {
<ElOption <ElOption
v-for="(item, index) in searchForm.replaceShipment === 0 v-for="(item, index) in searchForm.replaceShipment === 0
? ['自提', '快递'] ? ['自提', '快递']
: ['自有物流', '工厂物流']" : ['自有物流', '九猫统筹物流']"
:key="index" :key="index"
:value="index" :value="index"
:label="item" :label="item"
...@@ -1267,7 +1267,7 @@ onMounted(() => { ...@@ -1267,7 +1267,7 @@ onMounted(() => {
{{ {{
(row.replaceShipment === 0 (row.replaceShipment === 0
? ['自提', '快递'] ? ['自提', '快递']
: ['自有物流', '工厂物流'])[row.shipmentType] : ['自有物流', '九猫统筹物流'])[row.shipmentType]
}} }}
</template> </template>
<template #replaceShipment="{ row }"> <template #replaceShipment="{ row }">
......
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
style="width: 150px" style="width: 150px"
> >
<ElOption <ElOption
v-for="(item, index) in ['自有物流', '工厂物流']" v-for="(item, index) in ['自有物流', '九猫统筹物流']"
:key="index" :key="index"
:value="index" :value="index"
:label="item" :label="item"
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
> >
</ElDropdownMenu> </ElDropdownMenu>
</template> --> </template> -->
<!-- 代发:0.自有物流 1.工厂物流; 不代发: 0.自提 1.快递--> <!-- 代发:0.自有物流 1.九猫统筹物流; 不代发: 0.自提 1.快递-->
<template <template
v-if=" v-if="
status === 'CREATE_LOGISTICS' || status === 'WAIT_SHIPMENT' status === 'CREATE_LOGISTICS' || status === 'WAIT_SHIPMENT'
...@@ -1644,7 +1644,7 @@ ...@@ -1644,7 +1644,7 @@
> >
{{ {{
row.replaceShipment === 1 row.replaceShipment === 1
? ['自有物流', '工厂物流'][row.shipmentType] ? ['自有物流', '九猫统筹物流'][row.shipmentType]
: ['自提', '快递'][row.shipmentType] : ['自提', '快递'][row.shipmentType]
}} }}
</span> </span>
......
...@@ -425,7 +425,7 @@ ...@@ -425,7 +425,7 @@
shipmentList=['自提','快递'] shipmentList=['自提','快递']
searchForm.shipmentType=0 searchForm.shipmentType=0
}else{ }else{
shipmentList=['自有物流', '工厂物流'] shipmentList=['自有物流', '九猫统筹物流']
searchForm.shipmentType='' searchForm.shipmentType=''
} }
} }
...@@ -1695,7 +1695,7 @@ ...@@ -1695,7 +1695,7 @@
{{ {{
row.shipmentType == 0 && row.replaceShipment == 0 row.shipmentType == 0 && row.replaceShipment == 0
? '自提' ? '自提'
: ['自有物流', '工厂物流'][row.shipmentType] : ['自有物流', '九猫统筹物流'][row.shipmentType]
}} }}
</span> </span>
</div> </div>
...@@ -3759,7 +3759,7 @@ const handleBatchDelete = async (type: string, id?: string) => { ...@@ -3759,7 +3759,7 @@ const handleBatchDelete = async (type: string, id?: string) => {
} }
} }
const shipmentList = ref(['自有物流', '工厂物流']) const shipmentList = ref(['自有物流', '九猫统筹物流'])
// 批量下载 重新排版 // 批量下载 重新排版
const handleReComposingDesign = async () => { const handleReComposingDesign = async () => {
......
...@@ -777,7 +777,7 @@ ...@@ -777,7 +777,7 @@
> >
<template #default="{ row }"> <template #default="{ row }">
<span v-if="row.order">{{ <span v-if="row.order">{{
row.order.shipment_type == 1 ? '工厂物流' : '自我物流' row.order.shipment_type == 1 ? '九猫统筹物流' : '自我物流'
}}</span> }}</span>
</template> </template>
</el-table-column> </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