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
2cf18c6c
Commit
2cf18c6c
authored
Apr 17, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5041f3e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
5 deletions
+41
-5
editTeamInfo.vue
src/components/TravelManager/TravelTeam/editTeamInfo.vue
+34
-3
priceGroup.vue
src/components/TravelManager/TravelTeam/priceGroup.vue
+3
-1
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+4
-1
No files found.
src/components/TravelManager/TravelTeam/editTeamInfo.vue
View file @
2cf18c6c
...
...
@@ -258,7 +258,7 @@
</el-col>
</el-row>
<el-row>
<el-col
:span=
"
24
"
>
<el-col
:span=
"
12
"
>
<el-form-item
:label=
"$t('sm.chufadi')"
>
<el-input
v-model=
"editForm.StartAddress"
class=
"input-with-select"
>
<el-select
v-model=
"editForm.ChooseAddress"
slot=
"prepend"
@
change=
"changeAddress"
style=
"width:100px;"
>
...
...
@@ -269,6 +269,14 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('scen.sc_cp')"
>
<el-select
v-model=
"editForm.OutBranchId"
>
<el-option
v-for=
"item in BranchList"
:key=
"item.Id"
:label=
"item.BName"
:value=
"item.Id"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row
style=
"display:none;"
>
<el-col
:span=
"24"
>
...
...
@@ -879,6 +887,7 @@
B2CShowPrice
:
0
,
//直客价
B2BShowPrice
:
0
,
//同业价
SelfFlightList
:
[],
//自定义录入航班
OutBranchId
:
1252
,
},
RakeBackObj
:
{
MinGuest
:
null
,
...
...
@@ -940,12 +949,14 @@
{
Name
:
"Surabaya"
}
]
],
BranchList
:
[],
};
},
created
()
{
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
initAirlines
();
//this.initAirlines();
this
.
getCompanyList
();
},
mounted
()
{
if
(
this
.
Q_GTeamId
)
{
...
...
@@ -953,6 +964,26 @@
}
},
methods
:
{
//初始化公司
getCompanyList
()
{
let
userInfo
=
this
.
getLocalStorage
();
var
RB_Group_id
=
userInfo
.
RB_Group_id
;
let
msg
=
{
Status
:
0
,
is_show
:
0
,
RB_Group_Id
:
RB_Group_id
,
};
this
.
apipost
(
"admin_get_BranchGetList"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
BranchList
=
res
.
data
.
data
;
}
},
(
err
)
=>
{}
);
},
changeAddress
()
{
if
(
this
.
editForm
.
ChooseAddress
&&
this
.
editForm
.
ChooseAddress
!=
''
)
{
this
.
editForm
.
StartAddress
=
this
.
editForm
.
ChooseAddress
;
...
...
src/components/TravelManager/TravelTeam/priceGroup.vue
View file @
2cf18c6c
...
...
@@ -602,6 +602,9 @@
<div
class=
"bold"
><span
class=
"item-title"
>
{{
$t
(
'visa.v_teaminfo'
)
}}
::
</span><span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
</div>
<div
class=
"mb"
><span
class=
"item-title"
>
{{
$t
(
'scen.sc_cp'
)
}}
:
</span><span>
{{
item
.
OutBranchName
}}
</span>
</div>
</div>
</div>
<div
class=
"el-col w_20"
>
...
...
@@ -613,7 +616,6 @@
{{
subItem
.
DepartureAirPortName
}}
{{
subItem
.
Departure_time
}}
{{
subItem
.
ArrivalAirPortName
}}
{{
subItem
.
Arrival_time
}}
</div>
</div>
-->
<el-popover
width=
"900"
trigger=
"click"
popper-class=
"TC_tripDetails"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr
class=
"_color_666"
style=
"text-align:center;"
>
...
...
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
2cf18c6c
...
...
@@ -166,7 +166,10 @@
<div
class=
"mb"
><span
class=
"item-title"
>
{{
$t
(
'hotel.hotel_StarDate'
)
}}
:
</span><span>
{{
item
.
StartDate
}}
</span></div>
<div
class=
"mb"
><span
class=
"item-title"
>
{{
$t
(
'visa.v_teaminfo'
)
}}
::
</span><span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
class=
"item-title"
>
{{
$t
(
'visa.v_teaminfo'
)
}}
:
</span><span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
</div>
<div
class=
"mb"
><span
class=
"item-title"
>
{{
$t
(
'scen.sc_cp'
)
}}
:
</span><span>
{{
item
.
OutBranchName
}}
</span>
</div>
<el-button
size=
"mini"
v-if=
"item.WordUrl"
><a
:href=
"item.WordUrl"
type=
"download"
download=
""
>
{{
$t
(
'Operation.Op_downLoadword'
)
}}
</a></el-button>
...
...
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