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
c8457ec1
Commit
c8457ec1
authored
Aug 30, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
a9712980
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
4 deletions
+81
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+9
-3
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+72
-1
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
c8457ec1
...
@@ -1513,7 +1513,7 @@
...
@@ -1513,7 +1513,7 @@
</tr>
</tr>
<tr
v-for=
"item in ScenicRefundList"
>
<tr
v-for=
"item in ScenicRefundList"
>
<td>
<td>
<el-checkbox
:checked=
"item.IsChecked"
@
change=
"getGOScenic(item)"
></el-checkbox>
<el-checkbox
:checked=
"item.IsChecked"
@
change=
"getGOScenic(item)
,getGOScenictWO()
"
></el-checkbox>
</td>
</td>
<td>
<td>
{{item.CouponsName}}
{{item.CouponsName}}
...
@@ -1522,7 +1522,7 @@
...
@@ -1522,7 +1522,7 @@
{{item.RefundMoney}}
{{item.RefundMoney}}
</td>
</td>
<td>
<td>
<el-input
class=
"w80"
@
keyup
.
native=
"checkInteger(item,'Number'),CheckNum(item)"
@
change=
"getGOScenictWO"
<el-input
class=
"w80"
@
keyup
.
native=
"checkInteger(item,'Number'),CheckNum(item)
,getTotalPrice()
"
@
change=
"getGOScenictWO"
v-model=
"item.Number"
></el-input>
v-model=
"item.Number"
></el-input>
</td>
</td>
<td>
<td>
...
@@ -4315,7 +4315,13 @@
...
@@ -4315,7 +4315,13 @@
}
else
{
}
else
{
this
.
addMsg
.
PreferPrice
=
Number
(
this
.
addMsg
.
YSeatNum
)
*
Number
(
this
.
addMsg
.
Unit_Price
)
+
this
.
OpSetLossMoney
;
this
.
addMsg
.
PreferPrice
=
Number
(
this
.
addMsg
.
YSeatNum
)
*
Number
(
this
.
addMsg
.
Unit_Price
)
+
this
.
OpSetLossMoney
;
}
}
if
(
this
.
ScenicRefundList
.
length
>
0
&&
this
.
ScenicRefundList
!=
null
){
this
.
ScenicRefundList
.
forEach
(
x
=>
{
if
(
x
.
IsChecked
){
this
.
addMsg
.
PreferPrice
=
this
.
addMsg
.
PreferPrice
-
x
.
BackMoney
;
}
})
}
this
.
getTicheng
();
this
.
getTicheng
();
if
(
!
t
)
{
if
(
!
t
)
{
this
.
getTypePrice2
()
this
.
getTypePrice2
()
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
c8457ec1
...
@@ -940,6 +940,77 @@
...
@@ -940,6 +940,77 @@
cursor
:
pointer
;
cursor
:
pointer
;
width
:
60px
;
width
:
60px
;
}
}
.RegistrationList
.leftSetInfo
,
.RegistrationList
.GO_TPright
{
float
:
left
;
}
.RegistrationList
.GO_Title
{
display
:
inline-block
;
margin-top
:
10px
;
padding-right
:
10px
;
font-size
:
12px
;
width
:
90px
;
text-align
:
right
;
}
._TravelPricePopover
.GOScenicDiv
{
width
:
500px
;
max-height
:
400px
;
overflow
:
auto
;
}
._TravelPricePopover
table
{
padding
:
10px
0
0
20px
;
background-color
:
#ededed
;
border-collapse
:
collapse
;
border
:
1px
solid
#d2d2d2
;
font-size
:
12px
;
margin
:
0
20px
5px
0
;
width
:
100%
;
}
._TravelPricePopover
table
._color_666
{
background-color
:
#ededed
;
color
:
#666666
;
padding
:
5px
;
}
._TravelPricePopover
table
td
{
background-color
:
#ffffff
;
padding
:
9px
0
;
color
:
#333333
;
text-align
:
center
;
border
:
1px
solid
#d2d2d2
;
}
._TravelPricePopover
table
td
._d_name
{
background-color
:
#ededed
;
}
.RegistrationList
.SimulateDrop-box
{
width
:
230px
;
min-height
:
34px
;
position
:
relative
;
padding
:
5px
21px
5px
6px
;
float
:
left
;
margin-top
:
4px
;
border
:
1px
solid
#d1d1d1
;
}
.RegistrationList
.GO_SimulaDrop
{
position
:
absolute
;
right
:
10px
;
top
:
5px
;
color
:
#d1d1d1
;
}
.RegistrationList
.SD_flight
{
display
:
inline-block
;
height
:
24px
;
margin
:
0
3px
3px
0
;
overflow
:
hidden
;
max-width
:
200px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
font-size
:
12px
;
padding
:
0
8px
;
line-height
:
22px
;
background-color
:
#f0f2f5
;
}
</
style
>
</
style
>
...
@@ -1434,7 +1505,7 @@
...
@@ -1434,7 +1505,7 @@
<el-input
v-model=
'addMsg.FSeatNum'
@
input=
"getNumber()"
></el-input>
<el-input
v-model=
'addMsg.FSeatNum'
@
input=
"getNumber()"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
8
"
>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<div
class=
"leftSetInfo"
>
<div
class=
"leftSetInfo"
>
<span
class=
"GO_Title"
>
可退景点
</span>
<span
class=
"GO_Title"
>
可退景点
</span>
...
...
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