|
|
@@ -160,11 +160,13 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="tableBox">
|
|
|
- <div class="block-title">
|
|
|
+ <!-- <div class="block-title">
|
|
|
查询信息
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<el-table
|
|
|
:data="tableData"
|
|
|
+ stripe
|
|
|
+ row-class-name="is-center"
|
|
|
v-loading="loading">
|
|
|
<el-table-column type="expand">
|
|
|
<template
|
|
|
@@ -184,11 +186,12 @@
|
|
|
{{ ticketStatus[scope.row.status]&&ticketStatus[scope.row.status].label }}
|
|
|
</el-tag>
|
|
|
</div>
|
|
|
- <div class=""><span>票号二维码图片地址:</span>{{ scope.row.qrcodeUrl }}</div>
|
|
|
+ <!-- <div class=""><span>票号二维码图片地址:</span>{{ scope.row.qrcodeUrl }}</div> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="playDateBegin"
|
|
|
+ width="180"
|
|
|
label="游玩时间">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.playDateBegin || scope.row.playDateEnd ? `${scope.row.playDateBegin || ''} - ${scope.row.playDateEnd || ''}` : "无限制" }}
|
|
|
@@ -199,7 +202,7 @@
|
|
|
label="付款时间">
|
|
|
</el-table-column> -->
|
|
|
<el-table-column
|
|
|
- width="210"
|
|
|
+ min-width="210"
|
|
|
prop="guestInfo"
|
|
|
label="游客信息">
|
|
|
<template slot-scope="scope">
|
|
|
@@ -210,7 +213,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- width="260"
|
|
|
+ min-width="260"
|
|
|
prop="ticketCheckInfo"
|
|
|
label="检票信息">
|
|
|
<template slot-scope="scope">
|
|
|
@@ -222,7 +225,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- width="260"
|
|
|
+ min-width="260"
|
|
|
prop="ticketRefundInfo"
|
|
|
label="退票信息">
|
|
|
<template slot-scope="scope">
|
|
|
@@ -237,30 +240,37 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="otaSourceName"
|
|
|
+ min-width="120"
|
|
|
label="订单来源渠道">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="orderNo"
|
|
|
+ min-width="180"
|
|
|
label="订单号">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="partnerOrderNo"
|
|
|
+ min-width="120"
|
|
|
label="合作方订单号">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="buyerName"
|
|
|
+ min-width="90"
|
|
|
label="购买方名称">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="buyerPhone"
|
|
|
+ width="100"
|
|
|
label="购买方电话">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="buyerIdentify"
|
|
|
+ width="150"
|
|
|
label="购买方证件号">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="payStatus"
|
|
|
+ width="100"
|
|
|
label="支付状态">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag
|
|
|
@@ -273,18 +283,22 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="price"
|
|
|
+ width="70"
|
|
|
label="订单总价">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="payTime"
|
|
|
+ width="135"
|
|
|
label="支付时间">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="closeTime"
|
|
|
+ width="135"
|
|
|
label="关闭时间">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="otaCreateStatus"
|
|
|
+ width="100"
|
|
|
label="创建状态">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.otaCreateStatus === 1 ? '创建成功' : '初始化' }}
|
|
|
@@ -292,6 +306,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="isSelfOrder"
|
|
|
+ width="70"
|
|
|
label="是否自营">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.isSelfOrder === 1 ? '是' : '否' }}
|
|
|
@@ -299,6 +314,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="otaCreateMsg"
|
|
|
+ min-width="120"
|
|
|
show-overflow-tooltip
|
|
|
label="订单创建信息">
|
|
|
</el-table-column>
|
|
|
@@ -312,6 +328,7 @@
|
|
|
</el-table-column> -->
|
|
|
<el-table-column
|
|
|
fixed="right"
|
|
|
+ width="80"
|
|
|
label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <el-button
|
|
|
@@ -437,7 +454,7 @@ export default {
|
|
|
checkRefundVisible (item) {
|
|
|
if (item.status !== 'CANCELED') return true
|
|
|
if (item.status === 'CANCELED') {
|
|
|
- if (item.tickets.some(i => i.status !== 'CANCELED')) {
|
|
|
+ if (item.tickets && item.tickets.some(i => i.status !== 'CANCELED')) {
|
|
|
return true
|
|
|
} else {
|
|
|
return false
|