Commit b0fedd56 authored by 沈良进's avatar 沈良进
parents 69ebc795 7b56887b
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
<div style="float: right;" v-if="multipleSelection.length>0"> <div style="float: right;" v-if="multipleSelection.length>0">
<button class="hollowFixedBtn" @click="setAudit()">批量审核</button> <button class="hollowFixedBtn" @click="setAudit()">批量审核</button>
</div> </div>
<li style="float: right;color: red;font-size: 14px;">
注:落地团,小包团,国内线 均按订单利润的20%计算最大预计销售提成,实际发放提成不会超过最大预期销售提成
</li>
</ul> </ul>
<ul style="overflow: initial!important"> <ul style="overflow: initial!important">
...@@ -64,24 +67,34 @@ ...@@ -64,24 +67,34 @@
label="团队编号" label="团队编号"
width="170"> width="170">
<template slot-scope="scope"> <template slot-scope="scope">
<p>{{scope.row.OutBranchName}}</p>
<span style="cursor: pointer;text-decoration: underline;" <span style="cursor: pointer;text-decoration: underline;"
@click="goTravel(scope.row.TCID)">{{scope.row.TCNUM}}({{scope.row.TCID}})</span> @click="goTravel(scope.row.TCID)">{{scope.row.TCNUM}}({{scope.row.TCID}})</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="LtName" prop="LtName"
label="系列" show-overflow-tooltip></el-table-column> label="系列" show-overflow-tooltip>
<template slot-scope="scope">
<p>{{scope.row.LineName}}</p>
<p>{{scope.row.LtName}}</p>
</template>
</el-table-column>
<el-table-column <el-table-column
prop="Title" prop="Title"
label="团名" label="团名"
width="400" width="200"
show-overflow-tooltip></el-table-column> show-overflow-tooltip></el-table-column>
<el-table-column <el-table-column
prop="OPName" prop="OPName"
label="OP"></el-table-column> label="OP"></el-table-column>
<el-table-column <el-table-column
prop="PriceTeamTypeName" prop="PriceTeamTypeName"
label="团队类型"></el-table-column> label="团队类型">
<template slot-scope="scope">
<template v-if="scope.row.TeamTypeName">{{scope.row.TeamTypeName}}/</template>{{scope.row.PriceTeamTypeName}}
</template>
</el-table-column>
<el-table-column <el-table-column
prop="ShouldReceive" prop="ShouldReceive"
label="应收"></el-table-column> label="应收"></el-table-column>
...@@ -105,7 +118,7 @@ ...@@ -105,7 +118,7 @@
label="团队利润"></el-table-column> label="团队利润"></el-table-column>
<el-table-column <el-table-column
prop="SaleCommission" prop="SaleCommission"
label="预计销售提成"> label="预计销售提成" width="130px">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.SaleCommission}} {{scope.row.SaleCommission}}
</template> </template>
...@@ -319,7 +332,7 @@ ...@@ -319,7 +332,7 @@
msg.TCID = 0 msg.TCID = 0
} }
this.apipost( this.apipost(
"travel_get_GetOutGroupAuditPageList", "travel_get_GetOutGroupAuditPageListNew",
msg, msg,
res => { res => {
this.loading = false this.loading = false
......
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