|
@@ -119,8 +119,9 @@
|
|
:fixed="fixed"
|
|
:fixed="fixed"
|
|
width="55"></el-table-column>
|
|
width="55"></el-table-column>
|
|
<el-table-column label="订单号" :fixed="fixed" align="center" prop="orderId" width="170" />
|
|
<el-table-column label="订单号" :fixed="fixed" align="center" prop="orderId" width="170" />
|
|
- <el-table-column label="观影人名称" :fixed="fixed" align="center" prop="name" />
|
|
|
|
- <el-table-column label="身份证号" :fixed="fixed" align="center" prop="idcard" width="130" />
|
|
|
|
|
|
+ <el-table-column label="父订单号" :fixed="fixed" align="center" prop="parentId" width="170" />
|
|
|
|
+ <el-table-column label="观影人姓名" :fixed="fixed" align="center" prop="name" width="100" />
|
|
|
|
+ <el-table-column label="身份证号" :fixed="fixed" align="center" prop="idcard" width="140" />
|
|
<el-table-column label="票务名称" :fixed="fixed" align="center" prop="goodsName" width="130" />
|
|
<el-table-column label="票务名称" :fixed="fixed" align="center" prop="goodsName" width="130" />
|
|
<el-table-column label="座位类型" :fixed="fixed" align="center" prop="seatTypeName" />
|
|
<el-table-column label="座位类型" :fixed="fixed" align="center" prop="seatTypeName" />
|
|
<el-table-column label="购买渠道" :fixed="fixed" align="center" prop="source">
|
|
<el-table-column label="购买渠道" :fixed="fixed" align="center" prop="source">
|
|
@@ -831,7 +832,7 @@ export default {
|
|
this.tkRuleForm['refundAmountAll'] = refundAmountAll;
|
|
this.tkRuleForm['refundAmountAll'] = refundAmountAll;
|
|
this.tkRuleForm['refundPeople'] = refundPeople;
|
|
this.tkRuleForm['refundPeople'] = refundPeople;
|
|
this.tkSelectList = JSON.parse(JSON.stringify(list));
|
|
this.tkSelectList = JSON.parse(JSON.stringify(list));
|
|
- console.log("Updated list:", this.tkSelectList);
|
|
|
|
|
|
+ // console.log("Updated list:", this.tkSelectList);
|
|
this.tkDialogVisible = true;
|
|
this.tkDialogVisible = true;
|
|
};
|
|
};
|
|
|
|
|
|
@@ -922,7 +923,7 @@ export default {
|
|
})
|
|
})
|
|
this.refundSubmitError = []
|
|
this.refundSubmitError = []
|
|
this.refundSubmitErrorList = list
|
|
this.refundSubmitErrorList = list
|
|
- console.log("this.refundSubmitErrorList===",list)
|
|
|
|
|
|
+ // console.log("this.refundSubmitErrorList===",list)
|
|
this.moreRefundSubmitFun(0)
|
|
this.moreRefundSubmitFun(0)
|
|
}else {
|
|
}else {
|
|
this.refundSubmitFun(0)
|
|
this.refundSubmitFun(0)
|
|
@@ -1057,7 +1058,7 @@ export default {
|
|
return row.status == 3 || row.status == 6 || row.status == 7 || row.status == 8
|
|
return row.status == 3 || row.status == 6 || row.status == 7 || row.status == 8
|
|
},
|
|
},
|
|
handleCloseTk(formName){
|
|
handleCloseTk(formName){
|
|
- console.log('dsfsdfsdf')
|
|
|
|
|
|
+ // console.log('dsfsdfsdf')
|
|
this.tkDialogVisible = false
|
|
this.tkDialogVisible = false
|
|
if(this.$refs.tkRuleForm) {
|
|
if(this.$refs.tkRuleForm) {
|
|
this.$refs.tkRuleForm.resetFields()
|
|
this.$refs.tkRuleForm.resetFields()
|