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
2a553130
Commit
2a553130
authored
Aug 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
46ceaa71
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
14 deletions
+15
-14
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+3
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+1
-1
leaderPay2.vue
src/components/leaderPay2.vue
+11
-11
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
2a553130
...
...
@@ -2811,7 +2811,7 @@
Unit_PriceList
:
[],
//成交单价下拉数据
LessMoney
:
0
,
addMsg
:
{
GroupTypeNeedHouse
:
'
1
'
,
GroupTypeNeedHouse
:
'
0
'
,
OrderForm
:
''
,
OrderId
:
"0"
,
TCID
:
"0"
,
...
...
@@ -5124,10 +5124,11 @@
this
.
addMsg
.
Unit_Price
=
this
.
addObj
.
B2CPrice
;
}
this
.
addMsg
.
GroupTypeNeedHouse
=
'1'
this
.
addMsg
.
CustomerId
=
'0'
this
.
addMsg
.
CommissionShareMoney
=
'0'
}
this
.
addMsg
.
GroupTypeNeedHouse
=
'0'
},
getTypePrice2
()
{
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
2a553130
...
...
@@ -2960,7 +2960,7 @@
Unit_PriceList
:
[],
//成交单价下拉数据
LessMoney
:
0
,
addMsg
:
{
GroupTypeNeedHouse
:
'
1
'
,
GroupTypeNeedHouse
:
'
0
'
,
OrderId
:
"0"
,
TCID
:
"0"
,
CustomerType
:
""
,
...
...
src/components/leaderPay2.vue
View file @
2a553130
...
...
@@ -468,18 +468,10 @@ input[type="number"] {
<th>
实付金额
</th>
<th
width=
"40"
>
操作
</th>
</tr>
<tr
v-
show=
"totalList.SelfPayingExpendTotalPrice>0
"
>
<td>
自费支出
</td>
<tr
v-
if=
"list.otherList.length > 0"
v-for=
"item in list.otherList
"
>
<td>
{{getOrderType(item.OrderType)}}
</td>
<td>
0
</td>
<td>
{{moneyFormat(totalList.SelfPayingExpendTotalPrice)}}
</td>
<td>
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('zifeizhiZ')">明细</span> -->
</td>
</tr>
<tr
v-show=
"totalList.SelfPayingIncomeTotalPrice>0"
>
<td>
自费收入
</td>
<td>
0
</td>
<td>
{{moneyFormat(totalList.SelfPayingIncomeTotalPrice)}}
</td>
<td>
{{moneyFormat(item.TotalPrice)}}
</td>
<td>
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('zifeizhiS')">明细</span> -->
</td>
...
...
@@ -992,6 +984,14 @@ export default {
};
},
methods
:
{
getOrderType
(
type
){
// 1-其他订单,2-小费收入,3-团费小计,4-自费收入,5-自费支出
if
(
type
==
1
)
return
'其他订单'
else
if
(
type
==
2
)
return
'小费收入'
else
if
(
type
==
3
)
return
'团费小计'
else
if
(
type
==
4
)
return
'自费收入'
else
if
(
type
==
5
)
return
'自费支出'
},
getzhuijiaList
(){
this
.
apipost
(
'Financial_post_GetTravelFinanceReplenishList'
,
{
...
...
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