business list display proxy_profix_car

This commit is contained in:
qianhy
2023-03-10 17:52:27 +08:00
committed by lccsw
parent 0ba8690f1f
commit 63ec49d99c
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -120,6 +120,7 @@ class Business extends HD_Controller{
'price_coplus' => $v['price_coplus'] > 0 ? $v['price_coplus'] : '0.00',
'price_color' => $v['price_color'] > 0 ? $v['price_color'] : '0.00',
'profix_car' => $v['profix_car'],
'proxy_profix_car' => $v['proxy_profix_car'],
'profix_insure' => $v['profix_insure'],
'profix_carno' => $v['profix_carno'],
'profix_loan' => $v['profix_loan'],
+6 -4
View File
@@ -87,11 +87,12 @@
</th>
<th width="10%"><span>裸车报价</span></th>
<th width="10%"><span>车辆底价</span></th>
<th width="6%"><span>单车利润</span></th>
<th width="6%"><span>代理店单车毛利</span></th>
<th width="6%"><span>品牌店单车毛利</span></th>
<!--
<th width="6%"><span>保险利润</span></th>
<th width="6%"><span>贷款利润</span></th>
<th width="6%"><span>挂牌利润</span></th>
<!--
<th width="10%"><span>公司加价</span></th>
<th width="10%"><span>颜色加价</span></th>
-->
@@ -106,7 +107,7 @@
<tbody>
<template v-for="(v,i) in lists">
<tr class="tl">
<td colspan="13">车型:<span style="font-weight: 600;color:#FF7F50;">{{v.title}}</span></td>
<td colspan="11">车型:<span style="font-weight: 600;color:#FF7F50;">{{v.title}}</span></td>
</tr>
<tr >
<td>
@@ -115,11 +116,12 @@
</td>
<td>{{v.price_car}}</td>
<td>{{v.price_floor}}</td>
<td>{{v.proxy_profix_car}}</td>
<td>{{v.profix_car}}</td>
<!--
<td>{{v.profix_insure}}</td>
<td>{{v.profix_loan}}</td>
<td>{{v.profix_carno}}</td>
<!--
<td>{{v.price_coplus}}</td>
<td>{{v.price_color}}</td>
-->