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
15544915
Commit
15544915
authored
Apr 12, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
fc1b186e
47b164b2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
30 deletions
+20
-30
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+16
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+4
-30
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
15544915
...
@@ -1895,6 +1895,16 @@
...
@@ -1895,6 +1895,16 @@
</span>
</span>
<span
v-if=
"childItem.FinanceList.length===0"
>
暂无数据
</span>
<span
v-if=
"childItem.FinanceList.length===0"
>
暂无数据
</span>
</div>
</div>
<div>
<span>
发票单据:
</span>
<span
v-for=
"(item2,index2) in childItem.InvoiceApplyList"
:key=
"index2"
>
<span
v-if=
"item2.InvoiceApplyState===6"
class=
"groupTourOrder_tickets_blue"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
<span
v-else-if=
"item2.InvoiceApplyState===1"
class=
"groupTourOrder_tickets_green"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
<span
v-else-if=
"item2.InvoiceApplyState===5"
class=
"groupTourOrder_tickets_red"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
<span
v-else-if=
"item2.InvoiceApplyState===3"
class=
"groupTourOrder_tickets_black"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
</span>
<span
v-if=
"childItem.InvoiceApplyList.length===0"
style=
"cursor: default;"
>
暂无数据
</span>
</div>
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
@@ -2796,6 +2806,12 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
...
@@ -2796,6 +2806,12 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
updateSalesMan
:
updateSalesMan
updateSalesMan
:
updateSalesMan
},
},
methods
:
{
methods
:
{
goIisDetail
:
function
(
id
)
{
// 跳转发票详情页面
this
.
$router
.
push
({
name
:
'invoicesManagerDetail'
,
query
:
{
id
:
id
,
noDetail
:
1
,
blank
:
"y"
,}
});
},
// 给其他费用赋值
// 给其他费用赋值
Yszefz
(){
Yszefz
(){
this
.
Ysze
=
true
;
this
.
Ysze
=
true
;
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
15544915
...
@@ -919,7 +919,7 @@
...
@@ -919,7 +919,7 @@
noData
:
false
,
noData
:
false
,
currentPage
:
1
,
currentPage
:
1
,
//航班配置
//航班配置
FlightState
:
1
,
FlightState
:
0
,
//预警团
//预警团
IsWarning
:
false
,
IsWarning
:
false
,
WarningQuery
:
'-1'
,
WarningQuery
:
'-1'
,
...
@@ -943,12 +943,12 @@
...
@@ -943,12 +943,12 @@
flightStatus
:
[{
flightStatus
:
[{
Id
:
0
,
Id
:
0
,
Name
:
'不限'
,
Name
:
'不限'
,
Checked
:
fals
e
Checked
:
tru
e
},
},
{
{
Id
:
1
,
Id
:
1
,
Name
:
'已配置'
,
Name
:
'已配置'
,
Checked
:
tru
e
Checked
:
fals
e
},
},
{
{
Id
:
2
,
Id
:
2
,
...
@@ -1672,39 +1672,13 @@
...
@@ -1672,39 +1672,13 @@
this
.
$route
.
query
.
tcmun
=
this
.
$route
.
query
.
tcmun
this
.
$route
.
query
.
tcmun
=
this
.
$route
.
query
.
tcmun
if
(
this
.
$route
.
query
.
tcmun
)
{
if
(
this
.
$route
.
query
.
tcmun
)
{
this
.
queryCommonData
.
flightCKed
=
[];
this
.
queryCommonData
.
flightCKed
.
push
(
0
);
this
.
flightStatus
.
forEach
((
subItem
,
subIndex
)
=>
{
if
(
subIndex
==
0
)
{
subItem
.
Checked
=
true
;
}
else
{
subItem
.
Checked
=
false
;
}
});
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
;
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
;
}
}
if
(
this
.
$route
.
query
.
HotelId
)
{
if
(
this
.
$route
.
query
.
HotelId
)
{
this
.
queryCommonData
.
flightCKed
=
[];
this
.
queryCommonData
.
flightCKed
.
push
(
0
);
this
.
flightStatus
.
forEach
((
subItem
,
subIndex
)
=>
{
if
(
subIndex
==
0
)
{
subItem
.
Checked
=
true
;
}
else
{
subItem
.
Checked
=
false
;
}
});
this
.
queryMsg
.
HotelId
=
this
.
$route
.
query
.
HotelId
;
this
.
queryMsg
.
HotelId
=
this
.
$route
.
query
.
HotelId
;
}
}
if
(
this
.
$route
.
query
.
HotelUseTime
)
{
if
(
this
.
$route
.
query
.
HotelUseTime
)
{
this
.
queryCommonData
.
flightCKed
=
[];
this
.
queryCommonData
.
flightCKed
.
push
(
0
);
this
.
flightStatus
.
forEach
((
subItem
,
subIndex
)
=>
{
if
(
subIndex
==
0
)
{
subItem
.
Checked
=
true
;
}
else
{
subItem
.
Checked
=
false
;
}
});
this
.
queryMsg
.
HotelUseTime
=
this
.
$route
.
query
.
HotelUseTime
this
.
queryMsg
.
HotelUseTime
=
this
.
$route
.
query
.
HotelUseTime
}
}
...
...
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