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
b91e9b98
Commit
b91e9b98
authored
5 years ago
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
其他收入统计
parent
2d84b799
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
6 deletions
+22
-6
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+11
-1
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+1
-0
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+1
-0
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-0
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+2
-0
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+5
-5
todayOrderTotal.vue
src/components/TravelManager/TravelList/todayOrderTotal.vue
+1
-0
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
b91e9b98
...
...
@@ -1206,7 +1206,7 @@ export default {
{
field
:
"QiTa"
,
formatter
:
this
.
moneyFormat
,
title
:
"其他"
,
title
:
"其他
支出
"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
...
...
@@ -1273,6 +1273,16 @@ export default {
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
field
:
"QTShouRu"
,
formatter
:
this
.
moneyFormat
,
title
:
"其他收入"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
field
:
"YingFu"
,
formatter
:
this
.
moneyFormat
,
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/enrollTotal.vue
View file @
b91e9b98
...
...
@@ -226,6 +226,7 @@
<td>
<p
class=
"over_ellipsis"
style=
"width: 150px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p>
{{
item
.
contactMobile
}}
</p>
<p
v-if=
"item.industryCategory!==''"
style=
"color:green"
>
行业类别:
{{
item
.
industryCategory
}}
</p>
</td>
<td>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
orderTypeName
}}
</p>
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrder.vue
View file @
b91e9b98
...
...
@@ -1549,6 +1549,7 @@
<td>
<p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p
class=
"fz12"
>
{{
item
.
contactMobile
}}
</p>
<p
class=
"fz12"
v-if=
"item.industryCategory!==''"
style=
"color:green"
>
行业类别:
{{
item
.
industryCategory
}}
</p>
</td>
<td>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;"
>
{{
item
.
orderTypeName
}}
</p>
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
b91e9b98
...
...
@@ -1799,6 +1799,7 @@
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
:title=
"item.contactName"
>
{{item.contactName}}
</p>
<p
v-if=
'item.isOwn==1||userId==1||userId==5||positionId==168 || isUpdateOrder'
class=
"fz12"
>
{{item.contactMobile}}
</p>
<p
class=
"fz12"
v-if=
"(item.isOwn==1||userId==1||userId==5||positionId==168 || isUpdateOrder)&&item.industryCategory!==''"
style=
"color:green"
>
行业类别:{{item.industryCategory}}
</p>
<p
v-if=
'item.isOwn==2&&userId!=1&&userId!=5&&positionId!=168&&isUpdateOrder==false'
>
*****
</p>
<!-- <p class="fz12 over_ellipsis" style="width: 120px;" :title="item.contactName">{{item.contactName}}</p>
<p class="fz12">{{item.contactMobile}}</p> -->
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
b91e9b98
...
...
@@ -1855,6 +1855,7 @@
{{
childItem
.
ContactName
}}
</p>
<p
v-if=
"childItem.IsOwn==1||userId==1||userId==5"
class=
"fz12"
>
{{
childItem
.
ContactMobile
}}
</p>
<p
v-if=
"childItem.IsOwn==2&&userId!=1&&userId!=5"
>
*****
</p>
<p
v-if=
"childItem.IndustryCategory!==''"
style=
"color:green"
>
行业类别:
{{
childItem
.
IndustryCategory
}}
</p>
</td>
<td>
<!--
<el-popover
style=
'padding: 0;'
width=
"470"
trigger=
"click"
>
-->
...
...
@@ -2224,6 +2225,7 @@
:title=
"item.ContactName"
>
{{item.ContactName}}
</p>
<p
v-if=
"item.IsOwn==1||userId==1||userId==5"
class=
"fz12"
>
{{item.ContactMobile}}
</p>
<p
v-if=
"item.IsOwn==2&&userId!=1&&userId!=5"
>
*****
</p>
<p
v-if=
"item.IndustryCategory!==''"
style=
"color:green"
>
行业类别:{{item.IndustryCategory}}
</p>
</td>
<td>
<!-- <el-popover style='padding: 0;' width="470" trigger="click"> -->
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
b91e9b98
...
...
@@ -194,15 +194,15 @@
<div
class=
"Team_firstTitle"
>
<span
class=
"Team_comCoinType Team_shou"
>
<i
class=
"iconfont icon-qian"
></i>
</span>
其他收入
</span>
其他
总
收入
</div>
<div
class=
"Team_Incontent"
>
<div>
应收:
<span>
¥
{{
moneyFormat
(
moneyAll
.
otheryTotalyf
)
}}
</span></div>
<div>
实收:
<span
class=
"Team_Coins"
>
¥
{{
moneyFormat
(
moneyAll
.
otheryTotalsf
)
}}
</span></div>
<div>
待收:
<span
class=
"Team_Coins"
>
¥
{{
moneyFormat
(
moneyAll
.
otheryTotalyf
-
moneyAll
.
otheryTotalsf
)
}}
</span></div>
<
!--
<
div>
注:
应收=订单应收总额,实收=订单实收总额
</div>
-->
<div>
注:
此处不进入'利润'计算,单纯只统计除团费外的其他总收入
</div>
</div>
</div>
</el-col>
...
...
@@ -234,7 +234,7 @@
<div>
实际利润:
<span>
¥
{{
DataList
.
TeamBalance
.
ExpectedProfit
}}
</span></div>
<div>
当前利润:
<span
class=
"Team_Coins"
>
¥
{{
DataList
.
TeamBalance
.
ActualProfit
}}
</span></div>
<div>
注:实收-(应付/实付)+佣金收入+自费收入-联运成本+挂账总收入-挂账总支出+冲抵总收入-冲抵总支出
注:实收-(应付/实付)+佣金收入+自费收入
+其他收入(此处为收入模块下其他收入)
-联运成本+挂账总收入-挂账总支出+冲抵总收入-冲抵总支出
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/todayOrderTotal.vue
View file @
b91e9b98
...
...
@@ -342,6 +342,7 @@
<td>
<p
class=
"over_ellipsis"
style=
"width: 150px;"
:title=
"item.contactName"
>
{{
item
.
contactName
}}
</p>
<p>
{{
item
.
contactMobile
}}
</p>
<p
v-if=
"item.industryCategory!==''"
style=
"color:green"
>
行业类别:
{{
item
.
industryCategory
}}
</p>
</td>
<td
v-if=
"userId==1"
>
<button
class=
"normalBtn"
@
click=
"getSalerInfo(item)"
>
修改业务员
</button>
...
...
This diff is collapsed.
Click to expand it.
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