|
@@ -332,9 +332,9 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div style="margin-bottom: 10px; padding: 3px">
|
|
|
<el-row>
|
|
|
- <el-col :span="11">
|
|
|
+ <el-col :span="10">
|
|
|
<el-tag type="success">
|
|
|
- <span
|
|
|
+ <!-- <span
|
|
|
v-if="
|
|
|
(scope.row.waimaiOrderId != null &&
|
|
|
scope.row.waimaiOrderId != '') ||
|
|
@@ -343,10 +343,18 @@
|
|
|
"
|
|
|
>
|
|
|
{{ scope.row.dspWaimaiName }}
|
|
|
+ </span> -->
|
|
|
+ <span
|
|
|
+ v-if="
|
|
|
+ scope.row.waimaiOrderId != null &&
|
|
|
+ scope.row.waimaiOrderId != ''
|
|
|
+ "
|
|
|
+ >
|
|
|
+ {{ scope.row.dspWaimaiName }}
|
|
|
</span>
|
|
|
<span v-else> 猎豹 </span>
|
|
|
</el-tag>
|
|
|
- <el-tag type="warning" style="margin-left: 20px">
|
|
|
+ <el-tag type="warning" style="margin-left: 10px">
|
|
|
<span
|
|
|
v-if="
|
|
|
scope.row.merchantId != null && scope.row.merchantId != ''
|
|
@@ -356,17 +364,15 @@
|
|
|
</span>
|
|
|
<span v-else> 个人 </span>
|
|
|
</el-tag>
|
|
|
- <el-tag type="info" style="margin-left: 20px">
|
|
|
+ <el-tag type="info" style="margin-left: 10px">
|
|
|
<span v-if="scope.row.takeType == 0"> 普通 </span>
|
|
|
<span v-if="scope.row.takeType == 1 || scope.row.takeType == 2"> 预约 </span>
|
|
|
</el-tag>
|
|
|
- <span style="margin-left: 20px">订单号:
|
|
|
- <div class="serial">
|
|
|
- <span class="serial_text" v-if="scope.row.platformType != null && scope.row.platformType == 0">猎豹 </span>
|
|
|
- <span class="serial_text" v-if="scope.row.platformType != null && scope.row.platformType == 1">美团 </span>
|
|
|
- <span class="serial_text" v-if="scope.row.platformType != null && scope.row.platformType == 2">饿了么 </span>
|
|
|
- <span class="serial_text" v-if="scope.row.platformType != null && scope.row.platformType == 3">饿百零售 </span>
|
|
|
- <span class="serial_text" v-if="scope.row.platformType != null && scope.row.platformType == 5">美团闪购 </span>
|
|
|
+ <span style="margin-left: 10px">订单号:
|
|
|
+ <div class="serial" :style="scope.row.platformName != undefined ? 'width:125px' : 'width:45px'">
|
|
|
+ <span class="serial_text" v-if="scope.row.platformName != undefined">
|
|
|
+ {{scope.row.platformName}}
|
|
|
+ </span>
|
|
|
<span class="serial_text" v-if="scope.row.daySeq != null">{{scope.row.daySeq}} #</span>
|
|
|
</div>
|
|
|
<el-button style="user-select: unset" type="text" @click="deliveryInfo(scope.row.orderSn)" v-if="type != 2">
|
|
@@ -405,7 +411,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="7">
|
|
|
+ <el-col :span="8">
|
|
|
<div style="margin-bottom: 10px; text-align: left" v-if="
|
|
|
scope.row.waimaiOrderId != null &&
|
|
|
scope.row.waimaiOrderId != ''
|
|
@@ -1938,7 +1944,7 @@ i.receiptLogo::before {
|
|
|
background-color: RGB(50,122,244);
|
|
|
border-radius: 50px 50px;
|
|
|
height: 29px;
|
|
|
- width: 115px;
|
|
|
+ // width: 115px;
|
|
|
line-height: 29px;
|
|
|
text-align: center;
|
|
|
display: inline-block;
|