Commit 28954c66 authored by 黄奎's avatar 黄奎
parents 4d1de91a c4439ee7
...@@ -447,7 +447,7 @@ ...@@ -447,7 +447,7 @@
<template v-if="!scope.row.OrderSource && scope.row.CustomerId > 0" <template v-if="!scope.row.OrderSource && scope.row.CustomerId > 0"
>B2B</template >B2B</template
> >
<template v-if="scope.row.OrderSource == 1">B2C</template> <template v-if="scope.row.OrderSource == 1||scope.row.OrderSource == 2">B2C</template>
</span> </span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
...@@ -863,7 +863,7 @@ ...@@ -863,7 +863,7 @@
scope.row.IncomeList.length == 0 && scope.row.IncomeList.length == 0 &&
scope.row.RefundList.length == 0 && scope.row.RefundList.length == 0 &&
scope.row.CostList.length == 0 && scope.row.CostList.length == 0 &&
scope.row.OrderSource != 1 (scope.row.OrderSource != 1&&scope.row.OrderSource != 2)
" "
class="row-c cursor-pointer radius5 cancel py5" class="row-c cursor-pointer radius5 cancel py5"
@click="clickRightButtom(scope.row, 0)" @click="clickRightButtom(scope.row, 0)"
...@@ -875,7 +875,7 @@ ...@@ -875,7 +875,7 @@
v-if=" v-if="
scope.row.OrderStatus == 1 && scope.row.OrderStatus == 1 &&
pagesTitle != '销售' && pagesTitle != '销售' &&
scope.row.OrderSource != 1 (scope.row.OrderSource != 1&&scope.row.OrderSource != 2)
" "
class="row-c cursor-pointer radius5 confirm py5" class="row-c cursor-pointer radius5 confirm py5"
@click="clickRightButtom(scope.row, 1)" @click="clickRightButtom(scope.row, 1)"
......
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