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
48174df2
Commit
48174df2
authored
Jun 18, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4f48ee9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
App.vue
src/App.vue
+1
-1
roomQuery2.vue
src/components/Supplier/roomQuery2.vue
+14
-6
No files found.
src/App.vue
View file @
48174df2
...
...
@@ -113,7 +113,7 @@ export default {
}
</
script
>
<
style
>
@import
"//at.alicdn.com/t/font_635492_
b8jianjuawm
.css"
;
@import
"//at.alicdn.com/t/font_635492_
ea4o8lkzm2b
.css"
;
@import
"./assets/css/Semibold.css"
;
@import
"./assets/css/global/config.css"
;
@import
"./assets/css/fileIcon.css"
;
...
...
src/components/Supplier/roomQuery2.vue
View file @
48174df2
...
...
@@ -5,7 +5,7 @@
<li>
<span>
<em>
月份
</em>
<el-date-picker
v-model=
"msg.
Month"
type=
"month
"
placeholder=
"选择月"
>
<el-date-picker
v-model=
"msg.
QMonthStr"
type=
"month"
format=
"yyyy-MM
"
placeholder=
"选择月"
>
</el-date-picker>
</span>
</li>
...
...
@@ -45,6 +45,7 @@
<td>
<template
v-for=
"(subItem,subIndex) in item.FlightList2"
>
<span
class=
"roomNowrap"
><span
class=
"roomFlightNumber"
>
{{
subItem
.
Flight_number
}}
</span>
{{
subItem
.
TicketDepartureTime
}}
{{
subItem
.
DepartureName
}}
(
{{
subItem
.
DIATA
}}
)
<i
class=
"iconfont icon-weibiaoti40 rq_Arrow"
></i>
{{
subItem
.
TicketArrivalTime
}}
{{
subItem
.
ArrivalCityName
}}
(
{{
subItem
.
AIATA
}}
)
</span>
</
template
>
</td>
...
...
@@ -62,7 +63,7 @@
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"酒店信息"
placement=
"top-start"
>
<el-popover
placement=
"bottom"
width=
"
5
00"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<el-popover
placement=
"bottom"
width=
"
6
00"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<table
class=
"rq_HotelTable"
>
<tr>
<th
width=
"160"
>
...
...
@@ -74,7 +75,7 @@
<th
width=
"200"
>
更换名称
</th>
<th
width=
"
25
0"
>
<th
width=
"
30
0"
>
价格
</th>
</tr>
...
...
@@ -100,7 +101,9 @@
<
template
v-if=
"detailsItem.HouseType==4"
>
司导间
</
template
>
{{detailsItem.HouseTypeCount}} 间
价格: {{detailsItem.UnitPrice}}
税入/税别
{{detailsItem.TaxType}}
<
template
v-if=
"detailsItem.TaxType==1"
>
税入
</
template
>
<
template
v-if=
"detailsItem.TaxType==2"
>
税别
</
template
>
返佣: {{detailsItem.RebateRatio}}
<br/>
</template>
...
...
@@ -158,7 +161,7 @@
TCNUM
:
''
,
PriceStatus
:
0
,
CombinationNum
:
''
,
Month
:
""
//月份字符串
QMonthStr
:
""
//月份字符串
},
UserInfo
:
{},
//用户信息
dataList
:
[],
//数据列表
...
...
@@ -239,7 +242,8 @@
parseInt
(
myDate
.
getMonth
()
+
1
)
+
"-"
+
myDate
.
getDate
();
this
.
msg
.
Month
=
myDate
.
getFullYear
()
+
"-"
+
parseInt
(
myDate
.
getMonth
()
+
1
);
this
.
msg
.
QMonthStr
=
myDate
.
getFullYear
()
+
"-"
+
parseInt
(
myDate
.
getMonth
()
+
1
);
console
.
log
(
this
.
msg
.
QMonthStr
);
this
.
getList
();
},
}
...
...
@@ -336,4 +340,8 @@
max-height
:
400px
;
overflow
:
auto
;
}
.roomQuery
.rq_Arrow
{
position
:
relative
;
top
:
3px
;
}
</
style
>
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