mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 04:46:45 +08:00
投保单详情增加项目信息字段展示内容
This commit is contained in:
@@ -59,6 +59,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="margin: 10px;padding: 10px;background: #fff;border-radius: 5px;">
|
||||||
|
<div style="border-bottom: 1px dashed #666;padding-bottom: 15px;">
|
||||||
|
<p style="font-size: 18px;line-height: 35px;font-weight: bold;">项目成员分配</p>
|
||||||
|
<p style="color: #a7a7a7;font-size: 14px;">数据截止日期:2024-03-30</p>
|
||||||
|
</div>
|
||||||
|
<div style="margin-top: 10px;margin-bottom: 5px;background: rgba(255, 87, 83, 1);line-height: 30px;display: flex;align-items: center;color: #fff;font-size: 14px;">
|
||||||
|
<span style="width: 18%;display: flex;justify-content: center;">成员</span>
|
||||||
|
<span style="width: 22%;display: flex;justify-content: center;">角色</span>
|
||||||
|
<span style="width: 30%;display: flex;justify-content: center;">累计标保(元)</span>
|
||||||
|
<span style="width: 30%;display: flex;justify-content: center;">受理标保(元)</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="tabActive == 'productList'">
|
<div v-if="tabActive == 'productList'">
|
||||||
<div>产品列表</div>
|
<div>产品列表</div>
|
||||||
|
|||||||
@@ -17,10 +17,10 @@
|
|||||||
<!-- 项目信息 -->
|
<!-- 项目信息 -->
|
||||||
<van-collapse-item title="项目信息" name="3" v-if="branchType == '13'" class="detail-title pb10">
|
<van-collapse-item title="项目信息" name="3" v-if="branchType == '13'" class="detail-title pb10">
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-cell title="平台名称" :value="ebizOrderGbcRelDTO.platformName" />
|
<van-cell title="平台名称" :value="ebizOrderGbcRelDTO.unitName" />
|
||||||
<van-cell title="项目名称" :value="ebizOrderGbcRelDTO.projectName" />
|
<van-cell title="项目名称" :value="ebizOrderGbcRelDTO.projectName" />
|
||||||
<van-cell title="团队组代码" :value="ebizOrderGbcRelDTO.teamCode" />
|
<van-cell title="团队组代码" :value="ebizOrderGbcRelDTO.teamCode" />
|
||||||
<van-cell title="服务截止日期" :value="ebizOrderGbcRelDTO.endDate" />
|
<van-cell title="服务截止日期" :value="ebizOrderGbcRelDTO.projectEndDate" />
|
||||||
<van-cell title="录单人工号" :value="ebizOrderGbcRelDTO.personCode" />
|
<van-cell title="录单人工号" :value="ebizOrderGbcRelDTO.personCode" />
|
||||||
<van-cell title="出单人工号" :value="ebizOrderGbcRelDTO.leaderCode" />
|
<van-cell title="出单人工号" :value="ebizOrderGbcRelDTO.leaderCode" />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
|
|||||||
Reference in New Issue
Block a user