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
5654acd9
Commit
5654acd9
authored
May 23, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3d1fc95a
17d8f546
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
roomQuery.vue
src/components/Hotel/roomQuery.vue
+1
-3
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+2
-1
No files found.
src/components/Hotel/roomQuery.vue
View file @
5654acd9
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
total
:
0
,
total
:
0
,
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
5
,
pageSize
:
8
,
SelectType
:
1
,
SelectType
:
1
,
StartDate
:
''
,
StartDate
:
''
,
EndDate
:
''
,
EndDate
:
''
,
...
@@ -181,7 +181,6 @@
...
@@ -181,7 +181,6 @@
HotelId
:
0
,
HotelId
:
0
,
//日期
//日期
DateStr
:
""
,
DateStr
:
""
,
//出团公司
//出团公司
OutBranchIds
:
[],
OutBranchIds
:
[],
LineId
:
14
,
LineId
:
14
,
...
@@ -193,7 +192,6 @@
...
@@ -193,7 +192,6 @@
TCNUM
:
''
,
TCNUM
:
''
,
PriceStatus
:
0
,
PriceStatus
:
0
,
CombinationNum
:
''
CombinationNum
:
''
},
},
//分公司类表
//分公司类表
companyList
:
[],
companyList
:
[],
...
...
src/components/Hotel/roomReservationsDetails.vue
View file @
5654acd9
...
@@ -296,7 +296,8 @@
...
@@ -296,7 +296,8 @@
var
subItem
=
item
.
HotelOrderList
[
subIndex
];
var
subItem
=
item
.
HotelOrderList
[
subIndex
];
if
(
subItem
.
OrderID
>
0
)
{
if
(
subItem
.
OrderID
>
0
)
{
that
.
apipost
(
'dmcstatistics_post_DeleteHotelOrder'
,
{
that
.
apipost
(
'dmcstatistics_post_DeleteHotelOrder'
,
{
ID
:
subItem
.
OrderID
ID
:
subItem
.
OrderID
,
TCID
:
subItem
.
TCID
},
res
=>
{
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
Success
(
res
.
data
.
message
);
that
.
Success
(
res
.
data
.
message
);
...
...
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