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
aad6539b
Commit
aad6539b
authored
Jun 25, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ff750ecd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
AirTicketLoss.vue
src/components/FinancialModule/ReportForm/AirTicketLoss.vue
+2
-2
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+16
-1
No files found.
src/components/FinancialModule/ReportForm/AirTicketLoss.vue
View file @
aad6539b
...
...
@@ -22,8 +22,8 @@
<button
class=
"hollowFixedBtn"
@
click=
"Export"
>
导出
</button>
</div>
<div
v-if=
"LossIncomeList&&LossIncomeList.length>0"
style=
"display: flex;flex-wrap: wrap;flex-grow: 1;margin-left: 20px;justify-content: end;"
>
<div>
<span
style=
"
line-height: 60px;
font-size: 14px;"
>
机损增收:
</span>
<div
style=
"margin-top: 7px;"
>
<span
style=
"font-size: 14px;"
>
机损增收:
</span>
<el-tag
size=
"small"
v-for=
"(x,index) in LossIncomeList"
:key=
"index"
@
click=
"goUrl(x)"
style=
"margin-left: 5px;margin-top: 2px;margin-bottom: 2px; cursor: pointer;"
>
{{
x
.
LineName
}}
/
{{
x
.
AirLossIncome
}}
</el-tag>
</div>
...
...
src/components/Ticketing/TicketManager.vue
View file @
aad6539b
...
...
@@ -1384,6 +1384,15 @@
</el-select>
</span>
</li>
<li>
<span>
<em>
开票状态
</em>
<el-select
v-model=
"msg.TicketManager"
:placeholder=
"$t('pub.pleaseSel')"
class=
"w120"
>
<el-option
v-for=
"item in TicketManagerList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-select>
</span>
</li>
<li
style=
"margin-right:50px;"
>
<button
class=
"normalBtn"
type=
"button"
@
click=
"resetPageIndex(),getList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"addShow=true,command=false,sanmai=false,initAddMsg()"
>
...
...
@@ -2772,8 +2781,14 @@
TicketType
:
0
,
//定金类型(1定,2定等)
IsLimit
:
1
,
Departure_city
:
0
,
//出发地
SellType
:
-
1
//售卖机票类型:0-团队机票,1-单卖机票
SellType
:
-
1
,
//售卖机票类型:0-团队机票,1-单卖机票
TicketManager
:
'0'
,
//是否未维护开票金额1-未维护,2-已维护
},
TicketManagerList
:[
{
Name
:
'不限'
,
Id
:
'0'
},
{
Name
:
'未维护'
,
Id
:
'1'
},
{
Name
:
'已维护'
,
Id
:
'2'
},
],
addMsg
:
{
ID
:
"0"
,
AirLineID
:
""
,
...
...
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