Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
06a28ae3
Commit
06a28ae3
authored
May 29, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
12f0f94b
ed7d9188
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
78 additions
and
46 deletions
+78
-46
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+54
-41
CommissionRule.vue
...onents/FinancialModule/TradeCommission/CommissionRule.vue
+1
-1
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+17
-1
progressComm.vue
src/components/sale/components/progressComm.vue
+6
-3
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
06a28ae3
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/TradeCommission/CommissionRule.vue
View file @
06a28ae3
...
...
@@ -186,7 +186,7 @@
<th
style=
"min-width: 220px;"
v-for=
"( son , sIndex ) in item.BonusRuleList"
:key=
"sIndex"
>
连续
{{
son
.
StartValue
}}
个月达标
>
{{
son
.
StartValue
}}
个月达标
</th>
</tr>
<tr>
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
06a28ae3
...
...
@@ -247,7 +247,7 @@
<div>
当前利润:
<span
class=
"Team_Coins"
>
¥
{{
DataList
.
TeamBalance
.
ActualProfit
}}
</span></div>
<div>
注:实收-(应付/实付)+佣金收入+自费收入+其他收入
-联运成本+挂账总收入-挂账总支出+冲抵总收入-冲抵总支出
-联运成本+挂账总收入-挂账总支出+冲抵总收入-冲抵总支出
-机损增收
</div>
</div>
</div>
...
...
@@ -322,6 +322,22 @@
</div>
</div>
</el-col>
<el-col
:span=
"3"
v-if=
"DataList&&DataList.TeamBalance&&DataList.TeamBalance.IsShowAirLoss"
>
<div
class=
"Team_DList"
>
<div
class=
"Team_firstTitle"
>
<span
class=
"Team_comCoinType Team_shou"
>
<i
class=
"iconfont icon-qian"
></i>
</span>
机损增收
</div>
<div
class=
"Team_Incontent"
>
<div>
单价:
<span>
¥{{DataList.TeamBalance.AirLossIncomeUnitPrice}}/机位
</span></div>
<div>
机位数量:
<span
class=
"Team_Coins"
>
{{DataList.TeamBalance.AirSeatNum}}
</span></div>
<div>
机损增收:
<span
class=
"Team_Coins"
>
¥{{DataList.TeamBalance.AirLossIncome}}
</span></div>
<div>
</div>
</div>
</div>
</el-col>
</el-row>
</div>
</div>
...
...
src/components/sale/components/progressComm.vue
View file @
06a28ae3
...
...
@@ -171,7 +171,9 @@
&&
this
.
commissionratioList
.
CommissionProfit
>=
data
.
StartValue
&&
this
.
commissionratioList
.
CommissionProfit
<=
data
.
EndValue
){
return
this
.
commissionratioList
.
CommissionProfit
>
25000
?(
this
.
commissionratioList
.
CommissionProfit
/
data
.
StartValue
)
*
100
:(
this
.
commissionratioList
.
CommissionProfit
/
data
.
EndValue
)
*
100
}
else
{
return
0
if
(
this
.
commissionratioList
.
CommissionProfit
!=
0
){
return
100
}
}
}
else
{
if
(
this
.
commissionratioList
.
type
==
1
...
...
@@ -181,10 +183,11 @@
}
else
if
(
this
.
commissionratioList
.
type
==
3
&&
this
.
commissionratioList
.
AvgLureNum
){
return
(
this
.
commissionratioList
.
AvgLureNum
/
data
.
StartValue
)
*
100
}
else
{
return
0
if
(
this
.
commissionratioList
.
AvgLureNum
>=
data
.
StartValue
){
return
100
}
}
}
// return 100
},
// 自定义进度条文字
setItemText
(
row
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment