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
83e214ad
Commit
83e214ad
authored
May 13, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
6c1f6bd7
d87a823b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+4
-4
No files found.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
83e214ad
...
...
@@ -846,7 +846,7 @@
<th
width=
"200"
>
{{$t('objFill.dangqianshr')}}
</th>
</tr>
<
template
v-for=
"item in DataList.FiniceReciveList"
>
<tr
v-if=
"item.OrderSource===7"
>
<tr
v-if=
"item.OrderSource===7
|| isExists(item.CostTypeList, '国内购物佣金')
"
>
<td><span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
</span></td>
...
...
@@ -901,7 +901,7 @@
v-if=
"NotExists(item.CostTypeList,'团费')&& NotExists(item.CostTypeList,'小费')&&
NotExists(item.CostTypeList,'自费') && NotExists(item.CostTypeList,'团款') &&
NotExists(item.CostTypeList,'地接费(结算)') && NotExists(item.CostTypeList,'小费收入') &&
NotExists(item.CostTypeList,'自费收支结算') && NotExists(item.CostTypeList,'佣金收入')&& item.OrderSource!==7"
>
NotExists(item.CostTypeList,'自费收支结算') && NotExists(item.CostTypeList,'佣金收入')&&
NotExists(item.CostTypeList,'国内购物佣金')&&
item.OrderSource!==7"
>
<td><span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
</span></td>
...
...
@@ -2744,7 +2744,7 @@
this
.
moneyAll
.
xiaofeiss
+=
item
.
PayMoney
;
}
// 收入 佣金
if
(
item
.
OrderSource
===
7
)
{
if
(
item
.
OrderSource
===
7
||
that
.
isExists
(
item
.
CostTypeList
,
'国内购物佣金'
)
)
{
this
.
moneyAll
.
yongjinys
+=
item
.
Money
;
this
.
moneyAll
.
yongjinss
+=
item
.
PayMoney
;
}
...
...
@@ -2752,7 +2752,7 @@
if
(
that
.
NotExists
(
item
.
CostTypeList
,
'团费'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'小费'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'自费'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'团款'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'地接费(结算)'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'小费收入'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'自费收支结算'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'佣金收入'
)
&&
item
.
NotExists
(
item
.
CostTypeList
,
'自费收支结算'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'佣金收入'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'国内购物佣金'
)
&&
item
.
OrderSource
!==
7
)
{
this
.
moneyAll
.
otherys
+=
item
.
Money
;
this
.
moneyAll
.
otherss
+=
item
.
PayMoney
;
...
...
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