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
e375549c
Commit
e375549c
authored
Dec 09, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
15b08a9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+1
-1
editTeamInfo.vue
src/components/TravelManager/TravelTeam/editTeamInfo.vue
+6
-3
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
e375549c
...
@@ -1963,7 +1963,7 @@
...
@@ -1963,7 +1963,7 @@
<th
width=
"150"
class=
"nowrap"
>
{{ $t("system.table_operation") }}
</th>
<th
width=
"150"
class=
"nowrap"
>
{{ $t("system.table_operation") }}
</th>
</tr>
</tr>
<tr>
<tr>
<td
v-show=
"OrderDataList.length == 0"
colspan=
"1
6
"
align=
"center"
>
<td
v-show=
"OrderDataList.length == 0"
colspan=
"1
7
"
align=
"center"
>
{{ $t("system.content_noData") }}
{{ $t("system.content_noData") }}
</td>
</td>
</tr>
</tr>
...
...
src/components/TravelManager/TravelTeam/editTeamInfo.vue
View file @
e375549c
...
@@ -457,8 +457,8 @@
...
@@ -457,8 +457,8 @@
<el-form-item
:label=
"$t('salesModule.FlighInfo')"
>
<el-form-item
:label=
"$t('salesModule.FlighInfo')"
>
<el-select
v-model=
"fItem.baseAlNameFlight_number"
@
change=
"handleCheckChange(fIndex)"
filterable
<el-select
v-model=
"fItem.baseAlNameFlight_number"
@
change=
"handleCheckChange(fIndex)"
filterable
clearable
placeholder=
"请选择"
>
clearable
placeholder=
"请选择"
>
<el-option
v-for=
"item in baseTeamFlightList"
:key=
"item.Flight_number"
<el-option
v-for=
"item in baseTeamFlightList"
:key=
"item.Flight_number"
:label=
"item.Flight_number"
:
label=
"item.Flight_number"
:
value=
"item.Flight_number"
>
:value=
"item.Flight_number"
>
<!-- <span style="float: left">{{ item. Flight_number}}</span>
<!-- <span style="float: left">{{ item. Flight_number}}</span>
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.AlName }}</span> -->
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.AlName }}</span> -->
</el-option>
</el-option>
...
@@ -709,7 +709,9 @@
...
@@ -709,7 +709,9 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"领队人数"
prop=
"LeaderNum"
>
<el-input
v-model=
"editForm.LeaderNum"
></el-input>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
@@ -916,6 +918,7 @@
...
@@ -916,6 +918,7 @@
OutBranchId
:
1252
,
OutBranchId
:
1252
,
LineId
:
0
,
//线路Id
LineId
:
0
,
//线路Id
AirticketBindList
:
[],
//机票绑定
AirticketBindList
:
[],
//机票绑定
LeaderNum
:
0
,
//领队人数
},
},
RakeBackObj
:
{
RakeBackObj
:
{
MinGuest
:
null
,
MinGuest
:
null
,
...
...
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