|
|
@@ -9,7 +9,7 @@
|
|
|
<div class="details-body flex">
|
|
|
<div style="background-color: #fff;">
|
|
|
<ul class="tabLeft">
|
|
|
- <!-- <li :class="{ 'li-selected': selectedItem === 'gsxx' }" @click="selectItem('gsxx')">归属信息</li> -->
|
|
|
+ <li :class="{ 'li-selected': selectedItem === 'gsxx' }" @click="selectItem('gsxx')">归属信息</li>
|
|
|
<li :class="{ 'li-selected': selectedItem === 'cjxx' }" @click="selectItem('cjxx')">投保信息</li>
|
|
|
<li :class="{ 'li-selected': selectedItem === 'bfys' }" @click="selectItem('bfys')">保费因素</li>
|
|
|
<li :class="{ 'li-selected': selectedItem === 'clxx' }" @click="selectItem('clxx')">车辆信息</li>
|
|
|
@@ -37,17 +37,26 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div style="margin:20px;height: 60vh;overflow-y: auto;width: 100%;">
|
|
|
- <!-- <OpenCloseBox id="gsxx">
|
|
|
+ <OpenCloseBox id="gsxx">
|
|
|
<span slot="title">归属信息</span>
|
|
|
<div slot="boby">
|
|
|
<el-row class="premium-style " :gutter="20">
|
|
|
- <el-col :span="6"><span>工号:</span>{{ orderInfo.userid }}</el-col>
|
|
|
- <el-col :span="6"><span>姓名:</span>{{ orderInfo.username }}</el-col>
|
|
|
- <el-col :span="6"><span>机构编码:</span>{{ orderInfo.deptid }}</el-col>
|
|
|
- <el-col :span="6"><span>机构名称:</span>{{ orderInfo.deptname }}</el-col>
|
|
|
+ <el-col :span="24"><span>归属机构:</span>{{ orderInfo.deptAreaInfo }}</el-col>
|
|
|
+ <el-col :span="6"><span>本人工号:</span>{{ orderInfo.userid }}</el-col>
|
|
|
+ <el-col :span="6"><span>本人姓名:</span>{{ orderInfo.username }}</el-col>
|
|
|
+ <el-col :span="6"><span>联系方式:</span>{{ orderInfo.mobile }}</el-col>
|
|
|
+ <el-col :span="6"><span>性别:</span>{{ orderInfo.sex }}</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row class="premium-style " :gutter="20">
|
|
|
+ <el-col v-if="orderInfo.referrerDeptAreaInfo" :span="24"><span>推荐人归属机构:</span>{{
|
|
|
+ orderInfo.referrerDeptAreaInfo }}</el-col>
|
|
|
+ <el-col :span="6"><span>推荐人工号:</span>{{ orderInfo.userid }}</el-col>
|
|
|
+ <el-col :span="6"><span>推荐人姓名:</span>{{ orderInfo.username }}</el-col>
|
|
|
+ <el-col :span="6"><span>联系方式:</span>{{ orderInfo.referrerMobile }}</el-col>
|
|
|
+ <el-col :span="6"><span>性别:</span>{{ orderInfo.referrerSex }}</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
- </OpenCloseBox> -->
|
|
|
+ </OpenCloseBox>
|
|
|
<OpenCloseBox id="cjxx">
|
|
|
<span slot="title">投保信息</span>
|
|
|
<div slot="boby">
|