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
892679d0
Commit
892679d0
authored
Jul 17, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面显示控制修改
parent
b12c170d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
36 deletions
+41
-36
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+8
-6
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+9
-6
busStatistics.vue
src/components/busManagement/busStatistics.vue
+9
-3
commonHotelInfo.vue
src/components/commonPage/commonHotelInfo.vue
+8
-15
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+7
-6
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
892679d0
...
...
@@ -27,7 +27,7 @@
<td>
{{
item
.
LeaderName
}}
</td>
<td>
{{
item
.
GuideName
}}
</td>
<td>
<el-popover
width=
"
9
00"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<el-popover
width=
"
10
00"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<commonHotelInfo
:HotelObj=
"item.CommonReport.PriceHotelResult"
:showHotelObj=
"showHotelObj"
:TCID=
"item.TCIDS"
:DMCNum=
"NewCombinationNum"
:TCNUM=
"item.TCNUMS"
></commonHotelInfo>
<span
slot=
"reference"
class=
"price"
style=
"cursor:pointer;text-decoration:underline;"
>
酒店信息
</span>
...
...
@@ -579,13 +579,15 @@
LeaderGetPrice
:
0
,
HangingList
:
[],
showHotelObj
:
{
showPrice
:
true
,
showPay
:
true
,
showZhan
:
true
,
showBtnList
:
false
,
showCaozuoTime
:
true
,
showPrice
:
true
,
//是否显示价格
showPay
:
true
,
//是否显示支付方式
showZhan
:
true
,
//占房时间
showBtnList
:
false
,
//是否下载、确认按钮
ShowTaxType
:
true
,
//显示税入税别
ShowRebateRatio
:
true
,
//显示返佣比列
ShowSupplier
:
true
,
//是否显示供应商
showCaozuoTime
:
true
,
//操作时间
colspanLength
:
6
//跨行
},
}
},
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
892679d0
...
...
@@ -1068,12 +1068,15 @@
//当前登录用户信息
CurrentUserInfo
:
{},
showHotelObj
:
{
showPrice
:
true
,
showPay
:
true
,
showZhan
:
true
,
showBtnList
:
true
,
showCaozuoTime
:
true
,
isFromTCList
:
true
showPrice
:
true
,
//是否显示价格
showPay
:
false
,
//是否显示支付方式
showZhan
:
true
,
//占房时间
showBtnList
:
false
,
//是否下载、确认按钮
ShowTaxType
:
false
,
//显示税入税别
ShowRebateRatio
:
false
,
//显示返佣比列
ShowSupplier
:
false
,
//是否显示供应商
showCaozuoTime
:
true
,
//操作时间
colspanLength
:
4
//跨行
},
IsModifyTravelControl
:
0
,
//分公司是否有修改团控权限
pickerBeginDateBefore
:
{
...
...
src/components/busManagement/busStatistics.vue
View file @
892679d0
...
...
@@ -238,9 +238,15 @@
isCha
:
0
,
boxHeight
:
0
,
showHotelObj
:
{
showPrice
:
true
,
showPay
:
true
,
showZhan
:
true
showPrice
:
false
,
//是否显示价格
showPay
:
false
,
//是否显示支付方式
showZhan
:
false
,
//占房时间
showBtnList
:
false
,
//是否下载、确认按钮
ShowTaxType
:
false
,
//显示税入税别
ShowRebateRatio
:
false
,
//显示返佣比列
ShowSupplier
:
false
,
//是否显示供应商
showCaozuoTime
:
false
,
//操作时间
colspanLength
:
6
//跨行
}
}
},
...
...
src/components/commonPage/commonHotelInfo.vue
View file @
892679d0
...
...
@@ -30,13 +30,13 @@
<td>
公司团号
</td>
<td
:colspan=
"5
"
style=
"text-align:left;"
>
<td
colspan=
"4
"
style=
"text-align:left;"
>
<span
style=
"padding-left:5px;"
>
{{
TCNUM
}}
(
{{
TCID
}}
)
</span>
</td>
<td>
地接团号
</td>
<td
:colspan=
"showHotelObj.
ShowTaxType?6:4
"
style=
"text-align:left;"
>
<td
:colspan=
"showHotelObj.
colspanLength
"
style=
"text-align:left;"
>
<span
style=
"padding-left:5px;"
>
{{
DMCNum
}}
</span>
</td>
</tr>
...
...
@@ -51,7 +51,7 @@
<th
width=
"120"
v-if=
"showHotelObj.showPay"
>
付款方式
<br/>
返佣比例
</th>
<th
width=
"130"
v-if=
"showHotelObj.showZhan"
>
占房时间
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
确认时间
</th>
<th
width=
"100"
v-if=
"showHotelObj.
showZhan
"
>
供应商
</th>
<th
width=
"100"
v-if=
"showHotelObj.
ShowSupplier
"
>
供应商
</th>
<th
width=
"70"
v-if=
"showHotelObj.showPrice"
>
日志
</th>
...
...
@@ -121,7 +121,7 @@
<td
v-if=
"showHotelObj.showZhan"
>
{{hotelSubItem.SureTimeStr}}
</td>
<td
v-if=
"showHotelObj.
showZhan
"
>
<td
v-if=
"showHotelObj.
ShowSupplier
"
>
{{hotelSubItem.SupplierName}}
</td>
<td
v-if=
"showHotelObj.showPrice"
>
...
...
@@ -136,8 +136,8 @@
</table>
</div>
<div>
<table
width=
"100%"
class=
"comHotelOperation"
>
<
template
v-if=
"HotelObj&&HotelObj.length>0
&&showHotelObj.showCaozuoTime
"
>
<table
width=
"100%"
class=
"comHotelOperation"
v-if=
"showHotelObj.showCaozuoTime"
>
<
template
v-if=
"HotelObj&&HotelObj.length>0"
>
<tr>
<td
class=
"tdRight"
>
开团时间:
...
...
@@ -174,15 +174,8 @@
<
template
v-if=
"showHotelObj.showBtnList"
>
<tr>
<td
colspan=
"4"
style=
"padding:10px 0;text-align:center;"
>
<input
type=
"button"
class=
"normalBtn"
:value=
"HotelObj[0].ShouPeiStatus==0?'手配书(确定)':'手配书(暂定)'"
v-if=
"showHotelObj.ShowShouPeiStatus"
@
click=
"subSetShouPeiShu(HotelObj[0].ShouPeiStatus)"
/>
<template
v-if=
"showHotelObj.isFromTCList"
>
<input
type=
"button"
v-if=
"HotelObj[0].ShouPeiStatus==1"
class=
"normalBtn"
value=
"下载"
@
click=
"DownLoadShouPeiShu()"
/>
</
template
>
<
template
v-else
>
<input
type=
"button"
class=
"normalBtn"
value=
"下载"
@
click=
"DownLoadShouPeiShu()"
/>
</
template
>
<input
type=
"button"
class=
"normalBtn"
:value=
"HotelObj[0].ShouPeiStatus==0?'手配书(确定)':'手配书(暂定)'"
@
click=
"subSetShouPeiShu(HotelObj[0].ShouPeiStatus)"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"下载"
@
click=
"DownLoadShouPeiShu()"
/>
</td>
</tr>
</
template
>
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
892679d0
...
...
@@ -565,14 +565,15 @@
},
LeaderList
:
[],
showHotelObj
:
{
showPrice
:
true
,
showPay
:
true
,
showZhan
:
true
,
showBtnList
:
true
,
showCaozuoTime
:
true
,
ShowShouPeiStatus
:
true
,
//显示手配置暂定确定按钮
showPrice
:
true
,
//是否显示价格
showPay
:
true
,
//是否显示支付方式
showZhan
:
true
,
//占房时间
showBtnList
:
true
,
//是否下载、确认按钮
ShowTaxType
:
true
,
//显示税入税别
ShowRebateRatio
:
true
,
//显示返佣比列
ShowSupplier
:
true
,
//是否显示供应商
showCaozuoTime
:
true
,
//操作时间
colspanLength
:
6
//跨行
},
pickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
...
...
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