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
821b126c
Commit
821b126c
authored
Nov 15, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
68db259b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+4
-2
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
821b126c
...
@@ -662,7 +662,7 @@
...
@@ -662,7 +662,7 @@
<span
style=
"color:rgb(71, 191, 140)"
>
可售散客机票
<span
style=
"color:rgb(71, 191, 140)"
>
可售散客机票
<span
style=
"color:red;font-size:14px;font-weight:700;"
>
{{
item
.
CanSellTicketNum
}}
</span>
张
<span
style=
"color:red;font-size:14px;font-weight:700;"
>
{{
item
.
CanSellTicketNum
}}
</span>
张
</span>
</span>
<a
@
click=
"closeAirticket(item.TCID)"
style=
"cursor:pointer;color:red;text-decoration: underline;"
>
关闭
</a>
<a
@
click=
"closeAirticket(item.TCID)"
title=
"点击关闭可售机票"
style=
"cursor:pointer;color:red;text-decoration: underline;"
>
关闭
</a>
</
template
>
</
template
>
<
template
v-if=
"item.CanSellTicketNum==0"
>
<
template
v-if=
"item.CanSellTicketNum==0"
>
<span
style=
"color:red;"
>
已关闭散客机票
</span>
<span
style=
"color:red;"
>
已关闭散客机票
</span>
...
@@ -682,7 +682,7 @@
...
@@ -682,7 +682,7 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<a
slot=
"reference"
@
click=
"clickAirticket(item)"
style=
"cursor:pointer;color:rgb(71, 191, 140);text-decoration: underline;"
>
开启
</a>
<a
slot=
"reference"
title=
"点击开启可售机票"
@
click=
"clickAirticket(item)"
style=
"cursor:pointer;color:rgb(71, 191, 140);text-decoration: underline;"
>
开启
</a>
</el-popover>
</el-popover>
</
template
>
</
template
>
</div>
</div>
...
@@ -1152,6 +1152,8 @@ export default {
...
@@ -1152,6 +1152,8 @@ export default {
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
"开启成功!"
);
this
.
Success
(
"开启成功!"
);
this
.
updateAirticketObj
.
TCID
=
0
;
this
.
updateAirticketObj
.
CanSellTicketNum
=
2
;
this
.
getControlList
();
this
.
getControlList
();
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
data
);
this
.
Error
(
res
.
data
.
data
);
...
...
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