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
0ef69b22
Commit
0ef69b22
authored
Mar 12, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机票后台优化
parent
83187267
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
1035 deletions
+25
-1035
BulkAirTicketOrders.vue
src/components/SalesModule/BulkAirTicketOrders.vue
+5
-1008
IndividualTicketOrder.vue
src/components/Ticketing/IndividualTicketOrder.vue
+7
-12
IndividualTicketOrderDetails.vue
src/components/Ticketing/IndividualTicketOrderDetails.vue
+9
-11
individualTicket.vue
src/components/Ticketing/individualTicket.vue
+4
-4
No files found.
src/components/SalesModule/BulkAirTicketOrders.vue
View file @
0ef69b22
This diff is collapsed.
Click to expand it.
src/components/Ticketing/IndividualTicketOrder.vue
View file @
0ef69b22
...
...
@@ -57,7 +57,7 @@
</li>
<li>
<span><em>
日期
</em>
<span><em>
报名
日期
</em>
<el-date-picker
v-model=
'msg.StartTime'
@
change=
"dataDui()"
class=
'w150'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
-
...
...
@@ -75,8 +75,8 @@
<table
class=
"groupTourOrderSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
'loading'
>
<tr
class=
"title_tr"
>
<th>
单号
</th>
<th>
机票编码
</th>
<th>
客户信息
</th>
<th>
机票编码
</th>
<th>
客人数量
</th>
<th>
单价
</th>
<th>
成交单价
</th>
...
...
@@ -93,16 +93,11 @@
</tr>
<tbody
v-for=
"(item,index) in dataList"
:key=
"index"
>
<tr>
<td>
{{
item
.
Id
}}
</td>
<td>
<span
@
click=
"goUrl('散客机票','individualTicket',item.AirTicketId)"
class=
"guest_num"
>
{{
item
.
AirTicketId
}}
</span>
</td>
<!-- 机票编码 -->
<td><p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
>
{{
item
.
ContactName
}}
</p>
<!--
<p
class=
"fz12"
>
123456
</p>
-->
</td>
<td>
{{
item
.
Id
}}
<br/>
{{
item
.
EnterName
}}
<br/>
{{
item
.
CreateDate
}}
</td>
<td><p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
>
{{
item
.
CustomerName
}}
<br/>
{{
item
.
CustomerMobile
}}
</p></td>
<td><span
@
click=
"goUrl('散客机票','individualTicket',item.AirTicketId)"
class=
"guest_num"
>
{{
item
.
AirTicketId
}}
</span></td>
<td>
<span
class=
"guest_num"
>
{{
item
.
GuestNum
}}
/
{{
item
.
SeatNum
}}
/
{{
item
.
FreightSpace
}}
</span>
<span
class=
"guest_num"
>
{{
item
.
GuestNum
}}
/
{{
item
.
SeatNum
}}{{
item
.
FreightSpace
}}
</span>
</td>
<td
class=
"fz12"
>
{{
item
.
TC_Price
}}
</td>
<td
class=
"fz12"
>
{{
item
.
Unit_Price
}}
</td>
...
...
@@ -236,7 +231,7 @@ export default {
StartTime
:
moment
().
format
(
"YYYY-MM-DD"
),
EndTime
:
""
},
status
:
[{
title
:
"
全部
"
,
num
:
0
},{
title
:
"待付款"
,
num
:
3
},{
title
:
"正常"
,
num
:
1
},
{
title
:
"取消"
,
num
:
2
}],
status
:
[{
title
:
"
不限
"
,
num
:
0
},{
title
:
"待付款"
,
num
:
3
},{
title
:
"正常"
,
num
:
1
},
{
title
:
"取消"
,
num
:
2
}],
dataList
:[],
loading
:
false
,
total
:
0
,
...
...
src/components/Ticketing/IndividualTicketOrderDetails.vue
View file @
0ef69b22
...
...
@@ -25,6 +25,7 @@
<tr
class=
"title_tr"
>
<th>
单号
</th>
<th>
客户信息
</th>
<!--
<th>
联系人
</th>
-->
<th>
客人数量
</th>
<th>
单价
</th>
<th>
成交单价
</th>
...
...
@@ -41,11 +42,10 @@
</tr>
<tbody
v-for=
"item in dataList"
:key=
"item.ContactName"
>
<tr>
<td>
{{
item
.
AirProductId
}}
</td>
<td><p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
>
{{
item
.
ContactName
}}
</p>
<!--
<p
class=
"fz12"
>
123456
</p>
-->
</td>
<td>
{{
item
.
GuestNum
}}
</td>
<td>
{{
item
.
Id
}}
<br/>
{{
item
.
EnterName
}}
<br/>
{{
item
.
CreateDate
}}
</td>
<td><p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
>
{{
item
.
CustomerName
}}
<br/>
{{
item
.
CustomerMobile
}}
</p></td>
<!--
<td><p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
>
{{
item
.
ContactName
}}
<br/>
{{
item
.
ContactMobile
}}
</p></td>
-->
<td>
{{
item
.
GuestNum
}}
/
{{
item
.
SeatNum
}}{{
item
.
FreightSpace
}}
</td>
<td
class=
"fz12"
>
{{
item
.
TC_Price
}}
</td>
<td
class=
"fz12"
>
{{
item
.
Unit_Price
}}
</td>
<td
style=
"color:#FF9C00"
>
{{
item
.
PreferPrice
}}
</td>
...
...
@@ -160,11 +160,9 @@
<!-- 取消订单列表 -->
<tbody
v-show=
"toggle_status"
v-for=
"(item,index) in CancelList"
:key=
"index"
>
<tr>
<td>
{{item.AirProductId}}
</td>
<td><p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
>
{{item.ContactName}}
</p>
<!-- <p class="fz12">123456</p> -->
</td>
<td>
{{item.GuestNum}}
</td>
<td>
{{item.Id}}
<br/>
{{item.EnterName}}
<br/>
{{item.CreateDate}}
</td>
<td><p
class=
"fz12 over_ellipsis"
style=
"width: 120px;"
>
{{item.CustomerName}}
<br/>
{{item.CustomerMobile}}
</p></td>
<td>
{{item.GuestNum}}/{{item.SeatNum}}{{item.FreightSpace}}
</td>
<td
class=
"fz12"
>
{{item.TC_Price}}
</td>
<td
class=
"fz12"
>
{{item.Unit_Price}}
</td>
<td
style=
"color:#FF9C00"
>
{{item.PreferPrice}}
</td>
...
...
@@ -180,7 +178,7 @@
<td
colspan=
"15"
class=
"RL_Order"
style=
"height:20px"
>
<span
class=
"RL-remarkTitle"
>
名单:
</span>
<span
class=
"RL-redType RL-remarkCon"
v-if=
"item.GuestList.length>0"
>
<
span
v-for=
"(childItem) in item.GuestList"
:key=
"childItem.Name"
>
{{childItem.Name}}
</span
>
<
!-- <span v-for="(childItem) in item.GuestList" :key="childItem.Name">{{childItem.Name}} </span> --
>
<el-popover
placement=
"right"
width=
"1000"
...
...
src/components/Ticketing/individualTicket.vue
View file @
0ef69b22
...
...
@@ -315,7 +315,7 @@
<li>
<span>
<em>
航班号
</em>
<el-input
v-model=
"msg.Flight_number"
placeholder=
"
机票编
号"
></el-input>
<el-input
v-model=
"msg.Flight_number"
placeholder=
"
航班
号"
></el-input>
</span>
</li>
...
...
@@ -380,7 +380,7 @@
</ul>
<div
class=
"_ol_info"
>
<ul
class=
"_ol_list"
v-loading=
"loading"
>
<li
v-for=
"(item,index) in dataList"
:data-id=
"item.
ID
"
>
<li
v-for=
"(item,index) in dataList"
:data-id=
"item.
AirTickerId
"
>
<span
class=
"_oll_line"
v-if=
"item.FreightSpace==1"
></span>
<span
class=
"_oll_line _o_green"
v-if=
"item.FreightSpace==2"
></span>
<span
class=
"_oll_line _o_blu"
v-if=
"item.FreightSpace==3"
></span>
...
...
@@ -388,7 +388,7 @@
<el-col
:span=
"2"
>
<span
class=
"_lian_style"
v-if=
"item.IsSetUnion==1"
>
联
</span>
<div
class=
"_oll_img_box"
>
<span
class=
"TICK_Code PingFangSC"
>
编号:
{{
item
.
ID
}}
</span>
<span
class=
"TICK_Code PingFangSC"
>
编号:
{{
item
.
AirTickerId
}}
</span>
<img
v-if=
"!item.AirlineUrl"
class=
"_oll_img"
:src=
"defaultImg"
>
<img
v-else
class=
"_oll_img"
:src=
"item.AirlineUrl"
:onerror=
"defaultImg"
>
</div>
...
...
@@ -472,7 +472,7 @@
</div>
</el-col>
<el-col
:span=
"2"
class=
"vmiddle"
>
<el-button
type=
"primary"
size=
"mini"
@
click=
"goUrl('/IndividualTicketOrderDetails',item)"
>
查看
详情
</el-button>
<el-button
type=
"primary"
size=
"mini"
@
click=
"goUrl('/IndividualTicketOrderDetails',item)"
>
查看
订单
</el-button>
</el-col>
</el-row>
...
...
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