|
@@ -35,8 +35,8 @@
|
|
<el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}">
|
|
<el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}">
|
|
<div class="title">门店应付金额:¥{{ $numberFormat(info.totalPurchaseCost) }}</div>
|
|
<div class="title">门店应付金额:¥{{ $numberFormat(info.totalPurchaseCost) }}</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}">
|
|
|
|
- <div class="title">实际结算金额:¥{{ $numberFormat(info.settleAmt) }}</div>
|
|
|
|
|
|
+ <el-col :span="7" :xs="{span: 24, offset: 0}">
|
|
|
|
+ <div class="title">实际结算金额:¥{{ $numberFormat(info.payAmount) }}</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -51,7 +51,7 @@
|
|
<el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="status && status.value == 2">
|
|
<el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="status && status.value == 2">
|
|
<div class="title">支付金额:¥{{ $numberFormat(info.payAmount) }}</div>
|
|
<div class="title">支付金额:¥{{ $numberFormat(info.payAmount) }}</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="(status && status.value == 2) || (status && status.value == 3)">
|
|
|
|
|
|
+ <el-col :span="7" :xs="{span: 24, offset: 0}" v-if="(status && status.value == 2) || (status && status.value == 3)">
|
|
<div class="title">发起结算时间:{{ parseTime(info.pushTime) }}</div>
|
|
<div class="title">发起结算时间:{{ parseTime(info.pushTime) }}</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="status && status.value == 2">
|
|
<el-col :span="8" :offset="1" :xs="{span: 24, offset: 0}" v-if="status && status.value == 2">
|