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
851535da
Commit
851535da
authored
Jul 30, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6eec305b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
69 additions
and
2 deletions
+69
-2
en.js
src/assets/common/lang/en.js
+1
-0
jp.js
src/assets/common/lang/jp.js
+1
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+1
-0
zh.js
src/assets/common/lang/zh.js
+1
-0
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+65
-2
No files found.
src/assets/common/lang/en.js
View file @
851535da
...
@@ -2170,6 +2170,7 @@ export const salesModule = {
...
@@ -2170,6 +2170,7 @@ export const salesModule = {
Nomore60
:
'Less than 60%'
,
Nomore60
:
'Less than 60%'
,
Nomore40
:
'Less than 40%'
,
Nomore40
:
'Less than 40%'
,
GoFlight
:
'goflight'
,
GoFlight
:
'goflight'
,
updateGoFlight
:
'Modify flight information'
,
THQW
:
'Peer clear time'
,
THQW
:
'Peer clear time'
,
Hour
:
'Hour'
,
Hour
:
'Hour'
,
XSQW
:
'Sales clearance time'
,
XSQW
:
'Sales clearance time'
,
...
...
src/assets/common/lang/jp.js
View file @
851535da
...
@@ -2081,6 +2081,7 @@ export const salesModule={
...
@@ -2081,6 +2081,7 @@ export const salesModule={
Nomore60
:
'60%未満'
,
Nomore60
:
'60%未満'
,
Nomore40
:
'40%未満'
,
Nomore40
:
'40%未満'
,
GoFlight
:
'往路便'
,
GoFlight
:
'往路便'
,
updateGoFlight
:
'フライト情報の変更'
,
THQW
:
'同行時間'
,
THQW
:
'同行時間'
,
Hour
:
'時間'
,
Hour
:
'時間'
,
XSQW
:
'営業時間'
,
XSQW
:
'営業時間'
,
...
...
src/assets/common/lang/zh-tw.js
View file @
851535da
...
@@ -2155,6 +2155,7 @@ export const salesModule={
...
@@ -2155,6 +2155,7 @@ export const salesModule={
Nomore60
:
'不足60%'
,
Nomore60
:
'不足60%'
,
Nomore40
:
'不足40%'
,
Nomore40
:
'不足40%'
,
GoFlight
:
'去程班機'
,
GoFlight
:
'去程班機'
,
updateGoFlight
:
'修改班機資訊'
,
THQW
:
'同行清比特時間'
,
THQW
:
'同行清比特時間'
,
Hour
:
'小時'
,
Hour
:
'小時'
,
XSQW
:
'銷售清比特時間'
,
XSQW
:
'銷售清比特時間'
,
...
...
src/assets/common/lang/zh.js
View file @
851535da
...
@@ -2173,6 +2173,7 @@ export const salesModule={
...
@@ -2173,6 +2173,7 @@ export const salesModule={
Nomore60
:
'不足60%'
,
Nomore60
:
'不足60%'
,
Nomore40
:
'不足40%'
,
Nomore40
:
'不足40%'
,
GoFlight
:
'去程航班'
,
GoFlight
:
'去程航班'
,
updateGoFlight
:
'修改航班信息'
,
THQW
:
'同行清位时间'
,
THQW
:
'同行清位时间'
,
Hour
:
'小时'
,
Hour
:
'小时'
,
XSQW
:
'销售清位时间'
,
XSQW
:
'销售清位时间'
,
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
851535da
...
@@ -1755,7 +1755,7 @@
...
@@ -1755,7 +1755,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('salesModule.GoFlight')"
prop=
"PlatformOrder"
>
<el-form-item
:label=
"$t('salesModule.GoFlight')"
>
<el-select
v-model=
"AirTicketIdList"
multiple
clearable
collapse-tags
placeholder=
"请选择"
>
<el-select
v-model=
"AirTicketIdList"
multiple
clearable
collapse-tags
placeholder=
"请选择"
>
<el-option
<el-option
v-for=
"item in PriceFight"
v-for=
"item in PriceFight"
...
@@ -2185,6 +2185,9 @@
...
@@ -2185,6 +2185,9 @@
<el-tooltip
effect=
"dark"
:content=
"$t('pub.more')"
placement=
"top-start"
style=
"float: left"
>
<el-tooltip
effect=
"dark"
:content=
"$t('pub.more')"
placement=
"top-start"
style=
"float: left"
>
<el-popover
width=
"100"
trigger=
"hover"
>
<el-popover
width=
"100"
trigger=
"hover"
>
<div
class=
"groupTourOrder_more"
>
<div
class=
"groupTourOrder_more"
>
<div
@
click=
"EditGoFlight(item)"
>
{{$t('salesModule.updateGoFlight')}}
</div>
<div
@
click=
"goToPassenger(item)"
>
<div
@
click=
"goToPassenger(item)"
>
{{ $t("salesModule.LKMD") }}
{{ $t("salesModule.LKMD") }}
</div>
</div>
...
@@ -2238,6 +2241,7 @@
...
@@ -2238,6 +2241,7 @@
"
icon=
"iconfont icon-more"
></el-button>
"
icon=
"iconfont icon-more"
></el-button>
</el-popover>
</el-popover>
</el-tooltip>
</el-tooltip>
</el-button-group>
</el-button-group>
</td>
</td>
</tr>
</tr>
...
@@ -3791,6 +3795,30 @@
...
@@ -3791,6 +3795,30 @@
</button>
</button>
</div>
</div>
</el-dialog>
</el-dialog>
<el-dialog
custom-class=
"w350"
:title=
"$t('salesModule.FlighInfo')"
:visible
.
sync=
"showGoFlight"
center
>
<!--zhaunMsg.TCNUM-->
<el-form
label-width=
"110px"
>
<el-form-item
:label=
"$t('salesModule.GoFlight')"
class=
"w280"
>
<el-select
v-model=
"AirTicketIdList"
multiple
clearable
collapse-tags
placeholder=
"请选择"
>
<el-option
v-for=
"item in PriceFight"
:key=
"item.AirLineTicketId"
:label=
"item.FlightStr"
:value=
"item.AirLineTicketId"
>
</el-option>
</el-select>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"SaveGoFlight()"
>
{{ $t("pub.saveBtn") }}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"closeGoFlightDiv()"
>
{{ $t("pub.cancelBtn") }}
</button>
</div>
</el-dialog>
<!-- 联运返佣弹窗 -->
<!-- 联运返佣弹窗 -->
<el-dialog
custom-class=
"w350"
:title=
"$t('ground.lyfyong')"
:visible
.
sync=
"FyongLoading"
center
>
<el-dialog
custom-class=
"w350"
:title=
"$t('ground.lyfyong')"
:visible
.
sync=
"FyongLoading"
center
>
<!--zhaunMsg.TCNUM-->
<!--zhaunMsg.TCNUM-->
...
@@ -4202,6 +4230,7 @@
...
@@ -4202,6 +4230,7 @@
isShowLayerRemarks
:
false
,
isShowLayerRemarks
:
false
,
//显示修改业务员
//显示修改业务员
showChangeSales
:
false
,
showChangeSales
:
false
,
showGoFlight
:
false
,
comSelect
:
-
1
,
comSelect
:
-
1
,
loading
:
true
,
loading
:
true
,
loadingSet
:
false
,
loadingSet
:
false
,
...
@@ -5518,7 +5547,7 @@
...
@@ -5518,7 +5547,7 @@
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
PriceFight
=
res
.
data
.
data
;
this
.
PriceFight
=
res
.
data
.
data
;
if
(
this
.
addMsg
.
AirTicketIds
.
length
>
0
){
if
(
this
.
addMsg
.
AirTicketIds
!=
null
&&
this
.
addMsg
.
AirTicketIds
.
length
>
0
){
this
.
AirTicketIdList
=
this
.
addMsg
.
AirTicketIds
.
split
(
','
).
map
(
Number
);
this
.
AirTicketIdList
=
this
.
addMsg
.
AirTicketIds
.
split
(
','
).
map
(
Number
);
}
}
// else{
// else{
...
@@ -7036,6 +7065,40 @@
...
@@ -7036,6 +7065,40 @@
//关闭修改业务员
//关闭修改业务员
closeSalseDiv
()
{
closeSalseDiv
()
{
this
.
showChangeSales
=
false
;
this
.
showChangeSales
=
false
;
},
//点击修改航班信息
EditGoFlight
(
item
)
{
this
.
addMsg
.
AirTicketIds
=
item
.
AirTicketIds
;
this
.
addMsg
.
OrderId
=
item
.
OrderId
;
this
.
showGoFlight
=
true
;
this
.
getPriceBindflight
(
item
.
TCID
);
},
//关闭修改航班信息
closeGoFlightDiv
()
{
this
.
showGoFlight
=
false
;
this
.
addMsg
.
AirTicketIds
=
""
;
this
.
AirTicketIdList
=
[];
this
.
PriceFight
=
[];
this
.
addMsg
.
OrderId
=
0
;
},
SaveGoFlight
(){
if
(
this
.
AirTicketIdList
!=
null
&&
this
.
AirTicketIdList
.
length
>
0
){
this
.
addMsg
.
AirTicketIds
=
this
.
AirTicketIdList
.
map
(
String
).
join
(
','
);
}
this
.
apipost
(
"sellorder_get_SetOrderAirTicketIds"
,
{
AirTicketIds
:
this
.
addMsg
.
AirTicketIds
,
OrderId
:
this
.
addMsg
.
OrderId
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
closeGoFlightDiv
();
this
.
getList
();
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
(
err
)
=>
{}
);
},
},
//清位
//清位
clearSeat
(
item
,
type
)
{
clearSeat
(
item
,
type
)
{
...
...
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