|
|
@@ -79,7 +79,7 @@
|
|
|
<span class="label">出单协议</span>
|
|
|
<span class="words" style="color: #00a0f4" @click="toAgreementDetail">{{ detailData?.order?.agreementName ||
|
|
|
'--'
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<span class="label">协议类型</span>
|
|
|
@@ -215,7 +215,7 @@
|
|
|
<div class="taxList">
|
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in taxList" :key="index">{{
|
|
|
item.name
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-row :gutter="20">
|
|
|
@@ -370,12 +370,12 @@
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">使用性质</span>
|
|
|
<span class="value">{{ dictChange(optionObj['car_nature_code'], detailData?.carInfoVo?.carNatureCode)
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">车辆用途</span>
|
|
|
<span class="value">{{ dictChange(optionObj['vehicle_use_code'], detailData?.carInfoVo?.vehicleUseCode)
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">车辆种类</span>
|
|
|
@@ -384,12 +384,12 @@
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">车辆类型</span>
|
|
|
<span class="value">{{ dictChange(optionObj['car_type_code'], detailData?.carInfoVo?.carTypeCode)
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">能源种类</span>
|
|
|
<span class="value">{{ dictChange(optionObj['energy_type_code'], detailData?.carInfoVo?.energyTypeCode)
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">注册日期</span>
|
|
|
@@ -495,7 +495,7 @@
|
|
|
<div class="taxList">
|
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in tbList" :key="index">{{
|
|
|
item.name
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-row :gutter="20" v-if="!tbList[0].bool">
|
|
|
@@ -559,7 +559,7 @@
|
|
|
<div class="taxList">
|
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in bbList" :key="index">{{
|
|
|
item.name
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-row :gutter="20" v-if="!bbList[0].bool && !bbList[1].bool">
|
|
|
@@ -978,6 +978,83 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
+ <div id="salesChannelMsg" class="costMsg">
|
|
|
+ <div class="title special">
|
|
|
+ <div>分销信息</div>
|
|
|
+ <div class="btns">
|
|
|
+ <el-button size="small" type="primary" plain @click="handleCostView">查看出单费用</el-button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <table class="costTable" cellpadding="0" cellspacing="0">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>
|
|
|
+ <div>等级</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>分销员</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>分销金额</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>分销比例</div>
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th>
|
|
|
+ <div>一级分销</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>{{detailData?.insFeeOrders?.firstDistributionMember}}</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>¥{{ detailData?.insFeeOrders?.firstDistributionPremium }}</div>
|
|
|
+ </th>
|
|
|
+
|
|
|
+ <th>
|
|
|
+ <div>{{ detailData?.insFeeOrders?.firstDistributionRatio }}%</div>
|
|
|
+ </th>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>
|
|
|
+ <div>二级分销</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>{{detailData?.insFeeOrders?.secondDistributionMember}}</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>¥{{ detailData?.insFeeOrders?.secondDistributionPremium }}</div>
|
|
|
+ </th>
|
|
|
+
|
|
|
+ <th>
|
|
|
+ <div>{{ detailData?.insFeeOrders?.secondDistributionRatio }}%</div>
|
|
|
+ </th>
|
|
|
+
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>
|
|
|
+ <div>三级分销</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>{{detailData?.insFeeOrders?.thirdDistributionMember}}</div>
|
|
|
+ </th>
|
|
|
+ <th>
|
|
|
+ <div>¥{{ detailData?.insFeeOrders?.thirdDistributionPremium }}</div>
|
|
|
+ </th>
|
|
|
+
|
|
|
+ <th>
|
|
|
+ <div>{{ detailData?.insFeeOrders?.thirdDistributionRatio }}%</div>
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div id="lineMsg" class="lineMsg">
|
|
|
<div class="title">订单轨迹</div>
|
|
|
<el-table :data="orderData" height="300">
|
|
|
@@ -1153,6 +1230,11 @@ let tipsList = ref([
|
|
|
name: '费用信息',
|
|
|
id: 'costMsg',
|
|
|
url: 'feiyong'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '分销信息',
|
|
|
+ id: 'salesChannelMsg',
|
|
|
+ url: 'feiyong'
|
|
|
}, {
|
|
|
name: '订单轨迹',
|
|
|
id: 'lineMsg',
|