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
0ea56951
Commit
0ea56951
authored
May 17, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
b0d98ec2
d5b0cd5a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
310 additions
and
555 deletions
+310
-555
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+299
-547
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+6
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+5
-4
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
0ea56951
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrder.vue
View file @
0ea56951
...
...
@@ -59,14 +59,11 @@
border-bottom
:
2px
solid
#333
;
}
.groupTourOrderSearchTable
tbody
{}
.groupTourOrderSearchTable
tr
th
{
background
:
#e6e6e6
;
height
:
30px
;
font-size
:
12px
;
text-align
:
left
;
text-indent
:
15px
;
text-align
:
center
;
border-top
:
1px
solid
#cccccc
;
border-left
:
1px
solid
#cccccc
;
}
...
...
@@ -2362,6 +2359,10 @@
},
err
=>
{})
},
deleteItem
(
obj
)
{
if
(
obj
.
isCanClear
==
1
){
this
.
Error
(
'OP已确认订单 如需取消请联系当团OP!'
);
return
;
}
this
.
$confirm
(
'是否取消?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
...
...
@@ -3555,6 +3556,7 @@
this
.
loading
=
false
this
.
total
=
res
.
data
.
data
.
count
this
.
list
=
res
.
data
.
data
.
pageData
;
console
.
log
(
this
.
list
,
'list'
);
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
}
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
0ea56951
...
...
@@ -40,9 +40,6 @@
border-right
:
1px
solid
#cccccc
;
border-collapse
:
collapse
;
}
.groupTourOrderSearchTable
tr
{
/* border-bottom: 2px solid #333; */
}
.groupTourOrderSearchTable
tbody
tr
:last-child
{
border-bottom
:
2px
solid
#333
;
}
...
...
@@ -2791,6 +2788,10 @@ export default {
},
deleteItem
(
obj
)
{
if
(
obj
.
isCanClear
==
1
){
this
.
Error
(
'OP已确认订单 如需取消请联系当团OP!'
);
return
;
}
this
.
$confirm
(
"是否取消?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
...
...
@@ -4052,7 +4053,7 @@ submitYSZEForm(){
//单机票
this
.
seat
.
SingleAirTicketCount
=
res
.
data
.
data
.
pageData
.
singleAirTicketCount
;
}
else
{
this
.
$message
.
e
rror
(
res
.
data
.
message
);
this
.
E
rror
(
res
.
data
.
message
);
}
},
err
=>
{}
...
...
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