|
|
@@ -124,7 +124,7 @@
|
|
|
<template v-if="field.prop==='expand'">
|
|
|
<el-row class="pd10">
|
|
|
<el-col :span="12">
|
|
|
- <h6>关联订单明细</h6>
|
|
|
+ <h4>关联订单明细</h4>
|
|
|
<el-table :data="row.orderDetails" width="400" border>
|
|
|
<el-table-column label="充电订单" prop="startChargeSeq"/>
|
|
|
<el-table-column label="总金额(元)" prop="totalMoney">
|
|
|
@@ -219,17 +219,15 @@ const state = reactive({
|
|
|
loading: false,
|
|
|
columns: [
|
|
|
{type: 'expand', prop: 'expand', width: 30, fixed: 'left'},
|
|
|
- {label: '申请号', prop: 'applyId', align: 'center', fixed: 'left', width: 250},
|
|
|
- {label: '发票状态', prop: 'status', align: 'center', fixed: 'left', width: 130},
|
|
|
- {label: '发票金额(单位:分)', prop: 'invoiceAmount', resizable: true, width: 130},
|
|
|
- {label: '累积总金额(元)', prop: 'totalMoney', resizable: true, width: 130},
|
|
|
- {label: '累积电费(元)', prop: 'elecMoney', resizable: true, width: 130},
|
|
|
- {label: '累积服务费(元)', prop: 'serviceMoney', resizable: true, width: 130},
|
|
|
+ {label: '申请号', prop: 'applyId', align: 'center', fixed: 'left', width: 220},
|
|
|
+ {label: '发票状态', prop: 'status', align: 'center', fixed: 'left', width: 100},
|
|
|
+ {label: '发票金额(分)', prop: 'invoiceAmount', resizable: true, width: 150},
|
|
|
+ {label: '订单总金额(元)', prop: 'totalMoney', resizable: true, width: 150},
|
|
|
+ {label: '总服务费(元)', prop: 'serviceMoney', resizable: true, width: 140},
|
|
|
{label: '开票人', prop: 'biller', resizable: true, width: 130},
|
|
|
{label: '公司税号', prop: 'taxId', resizable: true, width: 130},
|
|
|
{label: '接收发票邮箱', prop: 'email', resizable: true, width: 130},
|
|
|
{label: '电话', prop: 'phone', resizable: true, width: 130},
|
|
|
-
|
|
|
{label: '发票类型', prop: 'invoiceType', resizable: true, width: 130},
|
|
|
{label: '发票抬头名称', prop: 'invoiceTitle', resizable: true, width: 130},
|
|
|
/*
|