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
3376e932
Commit
3376e932
authored
Nov 25, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
3f018c7b
4809e66b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+6
-3
config.js
src/router/config.js
+8
-0
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
3376e932
...
@@ -871,11 +871,13 @@
...
@@ -871,11 +871,13 @@
})
})
}
}
var
flag
=
true
;
var
flag
=
true
;
var
isUpload
=
true
;
var
str
=
""
;
this
.
list
.
forEach
(
item
=>
{
this
.
list
.
forEach
(
item
=>
{
item
.
HotelOrderList
.
forEach
(
subItem
=>
{
item
.
HotelOrderList
.
forEach
(
subItem
=>
{
if
(
subItem
.
CurrencyId
==
3
&&
subItem
.
ContractUrl
==
''
){
if
(
isUpload
&&
subItem
.
PayStyle
==
1
&&
subItem
.
ContractUrl
==
''
){
this
.
Error
(
'请上传手配书'
);
str
+=
""
flag
=
false
;
isUpload
=
false
;
}
}
subItem
.
OrderDetailsList
.
forEach
((
y
,
sIndex
)
=>
{
subItem
.
OrderDetailsList
.
forEach
((
y
,
sIndex
)
=>
{
if
(
y
.
HouseTypeCount
)
{
if
(
y
.
HouseTypeCount
)
{
...
@@ -905,6 +907,7 @@
...
@@ -905,6 +907,7 @@
}
}
});
});
})
})
if
(
flag
){
if
(
flag
){
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
apipost
(
'dmcstatistics_get_SetHotelOrder'
,
this
.
list
,
res
=>
{
this
.
apipost
(
'dmcstatistics_get_SetHotelOrder'
,
this
.
list
,
res
=>
{
...
...
src/router/config.js
View file @
3376e932
...
@@ -2066,6 +2066,14 @@ export default {
...
@@ -2066,6 +2066,14 @@ export default {
title
:
'简易报表'
title
:
'简易报表'
},
},
},
},
{
path
:
'/PleaseStatistics'
,
//团机位统计
name
:
'PleaseStatistics'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/PleaseStatistics'
],
resolve
),
meta
:
{
title
:
'团机位统计'
},
},
{
{
path
:
'/RegistrationStatisticsv2'
,
//团控系统-简易报表(销售)
path
:
'/RegistrationStatisticsv2'
,
//团控系统-简易报表(销售)
name
:
'RegistrationStatisticsv2'
,
name
:
'RegistrationStatisticsv2'
,
...
...
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