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
b99b5c98
Commit
b99b5c98
authored
Jul 05, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
be032aeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
TravelContractNewRB.vue
src/components/TravelContractNewRB.vue
+12
-7
No files found.
src/components/TravelContractNewRB.vue
View file @
b99b5c98
...
@@ -617,7 +617,7 @@
...
@@ -617,7 +617,7 @@
<div
style=
"flex-grow: 1;"
>
<div
style=
"flex-grow: 1;"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
<th
colspan=
"
6
"
style=
"background: #ffffff;"
>
机票预定
</th>
<th
colspan=
"
7
"
style=
"background: #ffffff;"
>
机票预定
</th>
</tr>
</tr>
<tr>
<tr>
<th>
序号
</th>
<th>
序号
</th>
...
@@ -626,20 +626,24 @@
...
@@ -626,20 +626,24 @@
<th>
起止城市
</th>
<th>
起止城市
</th>
<th>
起飞时间
</th>
<th>
起飞时间
</th>
<th>
抵达时间
</th>
<th>
抵达时间
</th>
<th>
操作
</th>
</tr>
</tr>
<tr
v-for=
"(item,index) in CtObj.TicketList"
:key=
"index"
>
<tr
v-for=
"(item,index) in CtObj.TicketList"
:key=
"index"
>
<td>
{{
index
+
1
}}
.
</td>
<td>
{{
index
+
1
}}
.
</td>
<td>
{{
item
.
Flight_number
}}
</td>
<td>
<el-input
v-model=
"item.Flight_number"
style=
"width:100px"
></el-input>
</td>
<td>
{{
item
.
FlightDate
}}
</td>
<td>
{{
item
.
FlightDate
}}
</td>
<td>
{{
item
.
dName
}}
-
{{
item
.
aName
}}
</td>
<td>
{{
item
.
dName
}}
-
{{
item
.
aName
}}
</td>
<td>
{{
item
.
Departure_time
}}
</td>
<td>
{{
item
.
Departure_time
}}
</td>
<td>
{{
item
.
Arrival_time
}}
</td>
<td>
{{
item
.
Arrival_time
}}
</td>
<td>
删除、添加
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
6
"
>
</td>
<td
colspan=
"
7
"
>
</td>
</tr>
</tr>
<tr>
<tr>
<th
colspan=
"
6
"
style=
"background: #ffffff;"
>
酒店预订
</th>
<th
colspan=
"
7
"
style=
"background: #ffffff;"
>
酒店预订
</th>
</tr>
</tr>
<tr>
<tr>
<th
colspan=
"4"
>
酒店名称
</th>
<th
colspan=
"4"
>
酒店名称
</th>
...
@@ -709,12 +713,13 @@
...
@@ -709,12 +713,13 @@
<div
style=
"flex-shrink: 0;"
>
<div
style=
"flex-shrink: 0;"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
<td
contenteditable=
"true"
>
<td>
用车:全程七天用车
<el-input
v-model=
"CtObj.Notes"
placeholder=
"
用车:全程七天用车
用餐:全程含餐
用餐:全程含餐
酒店:全程含入内
酒店:全程含入内
导游,教练全程随行
导游,教练全程随行
成都天府机场起止含全程国际段机票(赠送)
</td>
成都天府机场起止含全程国际段机票(赠送)"
></el-input>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
<td>
...
...
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