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
3550912f
Commit
3550912f
authored
Jul 23, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
aa969ecd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
13 deletions
+49
-13
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+49
-13
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
3550912f
...
...
@@ -347,7 +347,8 @@
<th>
金额
</th>
</tr>
<tr
v-for=
"(fnc, findex) in outItem.FinanceIds"
>
<td
class=
"cursorpointer text-decoration"
@
click=
"goFncUrl('FinancialDocumentsDetail', fnc.FinanceId)"
>
{{
fnc
.
FinanceId
}}
</td>
<td
class=
"cursorpointer text-decoration"
@
click=
"goFncUrl('FinancialDocumentsDetail', fnc.FinanceId)"
>
{{
fnc
.
FinanceId
}}
</td>
<td>
{{
moneyFormat
(
fnc
.
OriginalMoney
)
}}
</td>
</tr>
</table>
...
...
@@ -459,6 +460,25 @@
style=
"background:green; border-color:green"
></el-button>
</el-popover>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
" 领队/导游配置"
placement=
"top-start"
v-if=
"item.LineId==14&&outItem.PriceCommonList.length>1"
style=
"display:none;"
>
<el-popover
placement=
"bottom"
width=
"450"
trigger=
"click"
>
<table
class=
"dmcSetTable"
>
<tr>
<template
v-for=
"(hItem,hIndex) in TeamHotelList"
>
<td>
{{
hItem
.
TCNUM
}}
(
{{
hItem
.
TCID
}}
)
</td>
</
template
>
</tr>
<
template
v-if=
"TeamHotelList&&TeamHotelList.length>0"
>
<template
v-for=
"(hItem,hIndex) in TeamHotelList"
>
</
template
>
</template>
</table>
<el-button
@
click=
"GetTeamHotelList(outItem.TCIDS)"
slot=
"reference"
icon=
"iconfont icon-suo1"
type=
"primary"
style=
"background:green; border-color:green"
></el-button>
</el-popover>
</el-tooltip>
</el-button-group>
</div>
</td>
...
...
@@ -580,17 +600,19 @@
cityId
:
0
,
orderId
:
0
},
//合团团酒店列表
TeamHotelList
:
[],
LeaderList
:
[],
showHotelObj
:
{
showPrice
:
true
,
//是否显示价格
showPay
:
true
,
//是否显示支付方式
showZhan
:
true
,
//占房时间
showBtnList
:
true
,
//是否下载、确认按钮
showPrice
:
true
,
//是否显示价格
showPay
:
true
,
//是否显示支付方式
showZhan
:
true
,
//占房时间
showBtnList
:
true
,
//是否下载、确认按钮
ShowTaxType
:
true
,
//显示税入税别
ShowRebateRatio
:
true
,
//显示返佣比列
ShowSupplier
:
true
,
//是否显示供应商
showCaozuoTime
:
true
,
//操作时间
colspanLength
:
6
//跨行
ShowSupplier
:
true
,
//是否显示供应商
showCaozuoTime
:
true
,
//操作时间
colspanLength
:
6
//跨行
},
pickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
...
...
@@ -759,12 +781,12 @@
})
window
.
open
(
routeData
.
href
,
'_blank'
);
},
goFncUrl
:
function
(
path
,
id
)
{
goFncUrl
:
function
(
path
,
id
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
blank
:
'y'
,
blank
:
'y'
,
}
})
},
...
...
@@ -798,8 +820,8 @@
'flightTotal'
:
obj
.
TotalSeat
,
'GuestNum'
:
obj
.
OrderGuestNum
,
'NewCombinationNum'
:
outItem
.
NewCombinationNum
,
'LeaderName'
:
obj
.
LeaderName
,
'GuideName'
:
obj
.
GuideName
,
'LeaderName'
:
obj
.
LeaderName
,
'GuideName'
:
obj
.
GuideName
,
blank
:
'y'
,
tab
:
title
}
...
...
@@ -960,7 +982,19 @@
this
.
$message
.
error
(
res
.
data
.
message
);
}
},
err
=>
{})
}
},
GetTeamHotelList
(
tcids
)
{
this
.
apipost
(
'dmcstatistics_get_GetTeamHotelListService'
,
{
TCIDs
:
tcids
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
TeamHotelList
=
res
.
data
.
data
;
console
.
log
(
"TeamHotelList"
,
this
.
TeamHotelList
);
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
},
err
=>
{})
},
},
mounted
()
{
let
myDate
=
new
Date
();
...
...
@@ -971,6 +1005,8 @@
"-"
+
myDate
.
getDate
();
this
.
msg
.
StartDate
=
nowDate
;
//this.msg.CombinationNum='JVS0723OTC-MUC';
//this.msg.CombinationNum = 'JVS0617OTC-MUA';
this
.
getLineList
();
this
.
getList
();
this
.
getCompanyList
();
...
...
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