Commit 443979e0 authored by zhengke's avatar zhengke

再次优化团队收支明细

parent 3261fec9
...@@ -141,7 +141,11 @@ ...@@ -141,7 +141,11 @@
.span_all { .span_all {
margin-left: 15px; margin-left: 15px;
} }
.TeamExpectList{
max-height:105px;
overflow:auto;
margin-bottom:0!important;
}
</style> </style>
<template> <template>
...@@ -233,26 +237,29 @@ ...@@ -233,26 +237,29 @@
<div class="Team_firstTitle"> <div class="Team_firstTitle">
<span class="Team_comCoinType Team_lirun"> <span class="Team_comCoinType Team_lirun">
<i class="iconfont icon-qian"></i> <i class="iconfont icon-qian"></i>
</span>其他 </span>提成
</div> </div>
<div>提成:</div> <div class="Team_Incontent" style="margin-bottom:0;">
<div class="Team_Incontent" style="height:50px;overflow:auto;margin-bottom:10px;"> <div class="TeamExpectList">
<div>
<div style="margin-bottom:6px;">
<template v-for="subItem in DataList.ExpectedCutList"> <template v-for="subItem in DataList.ExpectedCutList">
<div style="margin-bottom:5px;">{{subItem.BranchName}}{{subItem.expectedCut}} </div> <div style="margin-bottom:5px;">{{subItem.BranchName}}{{subItem.expectedCut}} </div>
</template> </template>
</div> </div>
</div> </div>
<div>联运成本:<span>¥{{DataList.LYCB}}</span></div> <div>联运成本:<span>¥{{DataList.LYCB}}</span></div>
</div> </div>
</el-col>
<el-col :span="4">
<div class="Team_DList">
<div class="Team_firstTitle"> <div class="Team_firstTitle">
<span class="Team_comCoinType Team_lirun"> <span class="Team_comCoinType Team_lirun">
<i class="iconfont icon-qian"></i> <i class="iconfont icon-qian"></i>
</span>优惠 </span>挂账信息
</div> </div>
<div class="Team_Incontent"> <div class="Team_Incontent">
<div>金额:<span>¥{{DataList.TeamBalance.DiscountMoney}}</span></div> <div>挂账总金额:<span>¥{{moneyFormat(AllCont.Income - AllCont.Expend)}}</span></div>
<div>挂账总支出:<span>¥{{moneyFormat(AllCont.Expend)}}</span></div>
<div>挂账总收入:<span>¥{{moneyFormat(AllCont.Income)}}</span></div>
</div> </div>
</div> </div>
</el-col> </el-col>
...@@ -261,15 +268,14 @@ ...@@ -261,15 +268,14 @@
<div class="Team_firstTitle"> <div class="Team_firstTitle">
<span class="Team_comCoinType Team_lirun"> <span class="Team_comCoinType Team_lirun">
<i class="iconfont icon-qian"></i> <i class="iconfont icon-qian"></i>
</span>挂账信息 </span>优惠
</div> </div>
<div class="Team_Incontent"> <div class="Team_Incontent">
<div>挂账总金额:<span>¥{{moneyFormat(AllCont.Income - AllCont.Expend)}}</span></div> <div>金额:<span>¥{{DataList.TeamBalance.DiscountMoney}}</span></div>
<div>挂账总支出:<span>¥{{moneyFormat(AllCont.Expend)}}</span></div>
<div>挂账总收入:<span>¥{{moneyFormat(AllCont.Income)}}</span></div>
</div> </div>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment