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
7a10061c
Commit
7a10061c
authored
Dec 23, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
1c3d5fc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
TravelticketManager.vue
src/components/TravelManager/Ticket/TravelticketManager.vue
+9
-9
No files found.
src/components/TravelManager/Ticket/TravelticketManager.vue
View file @
7a10061c
...
...
@@ -667,9 +667,9 @@
<li>
<span
class=
"hotel_name"
>
<em>
{{
$t
(
'system.ph_flightTime'
)
}}
</em>
<DateLimit
:clearable=
"false"
:StartGroupDate=
"Query.Q
NeedDateStart"
:EndGroupDate=
"Query.QNeed
DateEnd"
@
change=
"(date)=> Query.Q
Need
DateStart = date"
></DateLimit>
<el-date-picker
class=
"w150"
v-model=
"Query.Q
Need
DateEnd"
type=
"date"
value-format=
"yyyy-MM-dd"
<DateLimit
:clearable=
"false"
:StartGroupDate=
"Query.Q
FlightDateStart"
:EndGroupDate=
"Query.QFlight
DateEnd"
@
change=
"(date)=> Query.Q
Flight
DateStart = date"
></DateLimit>
<el-date-picker
class=
"w150"
v-model=
"Query.Q
Flight
DateEnd"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
""
:picker-options=
"pickerBeginDateAfter"
>
</el-date-picker>
</span>
...
...
@@ -951,9 +951,9 @@
//是否往返
TicketType
:
0
,
//起飞时间
Q
Need
DateStart
:
""
,
Q
Flight
DateStart
:
""
,
//起飞结束日期
Q
Need
DateEnd
:
""
,
Q
Flight
DateEnd
:
""
,
//航空公司编号
AirLineID
:
0
,
//航班号
...
...
@@ -1005,13 +1005,13 @@
UseNum_placeholder
:
""
,
pickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
let
endTime
=
new
Date
(
this
.
Query
.
Q
Need
DateEnd
);
let
endTime
=
new
Date
(
this
.
Query
.
Q
Flight
DateEnd
);
return
endTime
.
getTime
()
<
time
.
getTime
();
}
},
pickerBeginDateAfter
:
{
disabledDate
:
time
=>
{
let
startTime
=
new
Date
(
this
.
Query
.
Q
Need
DateStart
);
let
startTime
=
new
Date
(
this
.
Query
.
Q
Flight
DateStart
);
return
startTime
.
getTime
()
>=
time
.
getTime
();
}
},
...
...
@@ -1027,7 +1027,7 @@
}
else
{
let
StartDate
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
Query
.
Q
Need
DateStart
=
StartDate
this
.
Query
.
Q
Flight
DateStart
=
StartDate
}
});
},
...
...
@@ -1191,7 +1191,7 @@
this
.
getAllEmployeeList
();
},
mounted
()
{
this
.
Query
.
Q
Need
DateStart
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
));
this
.
Query
.
Q
Flight
DateStart
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
));
this
.
GetSupperOrderEditAuth
()
this
.
getEmployeeList
();
this
.
GetLineList
();
...
...
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