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
7f171bb4
Commit
7f171bb4
authored
Jul 10, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机票管理新增行程天数
parent
3ae02365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
17 deletions
+13
-17
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+13
-17
No files found.
src/components/Ticketing/TicketManager.vue
View file @
7f171bb4
...
...
@@ -1549,19 +1549,6 @@
</div>
</li>
<!--尾款-->
<!--
<li
v-if=
"item.FinalPayment!=''&&item.FirstDeposit==''&&item.SecondDeposit==''&&item.ThirdDeposit==''&&item.FourthDeposit==''"
>
<div
@
click=
"goFinacePage(item,5)"
:class=
"getClass(item.FinalPaymentStatus)"
>
<el-tooltip
effect=
"dark"
:content=
"item.FinalPayment"
placement=
"top"
popper-class=
"max-w250"
>
<span>
尾
</span>
</el-tooltip>
</div>
<div
class=
"FinaDetailContent"
>
<span
v-if=
"item.FinalAuditList!=null"
v-for=
"childItem in item.FinalAuditList"
>
<span
class=
"FinaceDanList"
@
click=
"goFinaceDetails(childItem.FinaceId)"
>
{{
childItem
.
FinaceId
}}
</span>
</span>
</div>
</li>
-->
<li
v-else-if=
"item.FinalPayment!=''"
>
<div
@
click=
"goCustomList('PassengerList',item, 5,'旅客名单')"
:class=
"getClass(item.FinalPaymentStatus)"
>
...
...
@@ -1947,6 +1934,11 @@
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"行程天数"
>
<el-input
v-model=
"addMsg.DayNum"
placeholder=
"行程天数"
@
keyup
.
native=
"checkInteger(addMsg,'DayNum')"
maxlength=
"2"
></el-input>
</el-form-item>
</el-col>
<div
class=
"top-btn"
>
<button
class=
"cancelBtn"
type=
"button"
@
click=
"addShow=false,resetForm('addMsg')"
>
{{
$t
(
'pub.cancelBtn'
)
}}
...
...
@@ -2082,6 +2074,11 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"行程天数"
>
<el-input
v-model=
"addMsg.DayNum"
placeholder=
"行程天数"
@
keyup
.
native=
"checkInteger(addMsg,'DayNum')"
maxlength=
"2"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<div
class=
"commandLine"
>
<span>
...
...
@@ -2257,7 +2254,8 @@
FourthDeposit
:
""
,
FinalPayment
:
""
,
flightList
:
[],
LineId
:
0
LineId
:
0
,
//线路编号
DayNum
:
0
,
//行程天数
},
//去程
addGoFlight
:
{
...
...
@@ -3026,9 +3024,6 @@
undefined
)
{
this
.
addMsg
.
AirLineID
=
newList
.
flightList
[
0
].
AirLineID
;
}
// if (!this.addMsg.AirLineID) {
// this.addMsg.AirLineID = 0;
// }
if
(
this
.
isSubmit
)
{
this
.
isSubmit
=
false
;
this
.
apipost
(
...
...
@@ -3126,6 +3121,7 @@
this
.
TicketOrderList
=
[];
this
.
openplatString
=
[];
this
.
changeAirLineID
=
""
;
this
.
addMsg
.
DayNum
=
0
;
},
//弹出框取消 初始化谈框内表单
resetForm
(
formName
)
{
...
...
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