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
edb13774
Commit
edb13774
authored
Jul 03, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机票修改
parent
c55064c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
TravelMyTicket.vue
src/components/TravelManager/Ticket/TravelMyTicket.vue
+12
-7
No files found.
src/components/TravelManager/Ticket/TravelMyTicket.vue
View file @
edb13774
...
@@ -786,7 +786,7 @@
...
@@ -786,7 +786,7 @@
<p
class=
"_text"
>
{{
$t
(
'Airticket.Air_departureDate'
)
}}
</p>
<p
class=
"_text"
>
{{
$t
(
'Airticket.Air_departureDate'
)
}}
</p>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"3"
class=
"vmiddle"
>
<el-col
:span=
"3"
class=
"vmiddle"
style=
"display:none;"
>
<div
class=
"_btn _tmt_page"
>
<div
class=
"_btn _tmt_page"
>
<button
class=
"hollowFixedBtn inversion"
type=
"button"
@
click=
"outBtn(item)"
>
转位
</button>
<button
class=
"hollowFixedBtn inversion"
type=
"button"
@
click=
"outBtn(item)"
>
转位
</button>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"日志"
placement=
"top-start"
style=
"display:none"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"日志"
placement=
"top-start"
style=
"display:none"
>
...
@@ -819,6 +819,9 @@
...
@@ -819,6 +819,9 @@
团号:
<span
v-if=
"item.TCNUM!=''"
>
{{
item
.
TCNUM
}}
</span>
团号:
<span
v-if=
"item.TCNUM!=''"
>
{{
item
.
TCNUM
}}
</span>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"TCID_cont"
>
采购人:
<span
style=
"color:red;"
>
{{
item
.
PurchaseManName
}}
</span>
</div>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<div
class=
"TCID_cont"
>
<div
class=
"TCID_cont"
>
机票编号:
{{
item
.
AirticketId
}}
机票编号:
{{
item
.
AirticketId
}}
...
@@ -992,12 +995,6 @@
...
@@ -992,12 +995,6 @@
this
.
Warning
(
"请选择接受人员"
);
this
.
Warning
(
"请选择接受人员"
);
return
false
;
return
false
;
}
}
// if (this.outData.OutNum == 0 || this.outData.OutNum == "") {
// this.Warning("请输入要采购的数量");
// this.outData.OutNum = "";
// return false;
// }
var
that
=
this
;
var
that
=
this
;
this
.
Confirm
(
"是否将机票转出?"
,
function
()
{
this
.
Confirm
(
"是否将机票转出?"
,
function
()
{
that
.
apipost
(
that
.
apipost
(
...
@@ -1054,6 +1051,14 @@
...
@@ -1054,6 +1051,14 @@
}
}
},
},
mounted
()
{
mounted
()
{
let
myDate
=
new
Date
();
let
nowDate
=
myDate
.
getFullYear
()
+
"-"
+
parseInt
(
myDate
.
getMonth
()
+
1
)
+
"-"
+
myDate
.
getDate
();
this
.
Query
.
QFlightDateStart
=
nowDate
;
this
.
initCity
();
this
.
initCity
();
this
.
getList
();
this
.
getList
();
this
.
getEmployeeList
();
this
.
getEmployeeList
();
...
...
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