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
aad08fb9
Commit
aad08fb9
authored
Jul 24, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6930bb6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
13 deletions
+38
-13
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+38
-13
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
aad08fb9
...
...
@@ -793,12 +793,24 @@
.groupts
.leftSetInfo
,
.groupts
.GO_TPright
{
float
:
left
;
}
.KT_Scenic
{
width
:
400px
;
max-height
:
400px
;
overflow
:
auto
;
}
.KT_Scenic
table
th
{
height
:
30px
;
}
.KT_Scenic
table
td
{
padding
:
0
5px
!important
;
}
._TravelPricePopover
.GOScenicDiv
{
width
:
500px
;
max-height
:
400px
;
overflow
:
auto
;
}
._TravelPricePopover
table
{
._TravelPricePopover
table
,
.KT_Scenic
table
{
padding
:
10px
0
0
20px
;
background-color
:
#ededed
;
border-collapse
:
collapse
;
...
...
@@ -808,13 +820,13 @@
width
:
100%
;
}
._TravelPricePopover
table
._color_666
{
._TravelPricePopover
table
._color_666
,
.KT_Scenic
table
._color_666
{
background-color
:
#ededed
;
color
:
#666666
;
padding
:
5px
;
}
._TravelPricePopover
table
td
{
._TravelPricePopover
table
td
,
.KT_Scenic
table
td
{
background-color
:
#ffffff
;
padding
:
9px
0
;
color
:
#333333
;
...
...
@@ -1751,7 +1763,7 @@
<th
width=
"200"
>
操作
</th>
</tr>
<tr>
<td
v-show=
"list.length==0"
colspan=
"1
6
"
align=
"center"
>
暂无数据
</td>
<td
v-show=
"list.length==0"
colspan=
"1
7
"
align=
"center"
>
暂无数据
</td>
</tr>
<
template
v-for=
"op in list"
>
<tbody
class=
"not_border"
>
...
...
@@ -2113,7 +2125,24 @@
<!-- <span>暂无名单</span>-->
<!-- </span>-->
<span
style=
"display: block"
>
房间信息
<span
v-if=
"item.oneSex>0"
style=
"color: #e95252"
>
({{item.oneSex==1?'单男':'单女'}})
</span>
:{{item.orderGuestHouseStr}}
</span>
style=
"color: #e95252"
>
({{item.oneSex==1?'单男':'单女'}})
</span>
:
{{item.orderGuestHouseStr}}
<el-popover
trigger=
"click"
popper-class=
"KT_Scenic"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr
class=
"_color_666"
style=
"text-align:center;"
>
<th
width=
"150"
>
景点名称
</th>
<th
width=
"60"
>
人数
</th>
<th
width=
"60"
>
退款金额
</th>
</tr>
<tr
v-for=
"fItem in item.orderBackScenicList"
style=
"text-align:center;"
>
<td
style=
"text-align:left;"
>
{{fItem.couponsName}}
</td>
<td>
{{fItem.number}}
</td>
<td>
{{fItem.backMoney}}
</td>
</tr>
</table>
<span
slot=
"reference"
v-if=
"item.orderBackScenicList&&item.orderBackScenicList.length>0"
style=
"color:#f56c6c;margin-left:20px;cursor:pointer;"
>
退景点
</span>
</el-popover>
</span>
<!-- <span v-if="item.tipMoney" style="color:red">(小费:{{item.tipMoney}})</span> -->
<div>
<span
v-if=
"item.opTipMoney==''&&item.tipMoney!=''"
style=
"color:red"
>
(小费:{{item.tipMoney}})
</span>
...
...
@@ -3497,10 +3526,7 @@
this
.
getTicheng
();
},
getScenicRefund
(
TCID
,
OrderId
)
{
console
.
log
(
TCID
,
'TCID'
);
console
.
log
(
OrderId
,
'OrderId'
);
this
.
OrderId
=
OrderId
;
this
.
ScenicRefundList
=
[];
let
msg
=
{
TCID
:
TCID
,
OrderId
:
OrderId
...
...
@@ -3509,7 +3535,6 @@
"sellorder_get_GetScenicRefundList"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
,
'resss'
);
this
.
ScenicRefundList
=
res
.
data
.
data
;
this
.
getGOScenictWO
();
}
...
...
@@ -3538,8 +3563,6 @@
this
.
addMsg
.
OrderBackScenicList
.
push
(
obj
);
}
})
console
.
log
(
this
.
SciencNameList
,
'SciencNameList'
);
console
.
log
(
this
.
addMsg
.
OrderBackScenicList
,
'ScenicRefundList'
);
},
platformOrderMethods
()
{
...
...
@@ -3600,7 +3623,6 @@
},
// 点击修改
getDetail
(
obj
)
{
console
.
log
(
obj
,
'objjjj'
);
this
.
goLVurl
.
orderId
=
obj
.
orderId
;
this
.
goLVurl
.
tcid
=
obj
.
tcid
;
this
.
goLVurl
.
tcnum
=
obj
.
tcnum
;
...
...
@@ -3611,6 +3633,10 @@
this
.
getMinPrice
(
obj
.
orderId
);
this
.
addMsg
.
OrderId
=
obj
.
orderId
;
this
.
IsChargeLossOrders
=
obj
.
isChargeLossOrders
;
//zk-点击修改清空景点
this
.
ScenicRefundList
=
[];
this
.
SciencNameList
=
[];
this
.
apipost
(
"sellorder_post_GetOrderEntity"
,
{
ID
:
obj
.
orderId
...
...
@@ -4397,7 +4423,6 @@
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addMsg
.
IsChildrenTour
=
this
.
IsChildrenTour
;
this
.
addMsg
.
IsBirdDiscount
=
this
.
addObj
.
IsBirdDiscount
;
this
.
getGOScenictWO
();
this
.
apipost
(
"sellorder_post_SetOrderInfo_02"
,
this
.
addMsg
,
...
...
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