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
21120e37
Commit
21120e37
authored
Jul 30, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3728c30b
209e20b9
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
90 additions
and
21 deletions
+90
-21
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
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+5
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+5
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+70
-7
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+2
-2
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+2
-2
TravelPrice3.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice3.vue
+2
-2
No files found.
src/assets/common/lang/en.js
View file @
21120e37
...
@@ -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 @
21120e37
...
@@ -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 @
21120e37
...
@@ -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 @
21120e37
...
@@ -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/SalesModule/groupTourOrder.vue
View file @
21120e37
...
@@ -3852,11 +3852,12 @@
...
@@ -3852,11 +3852,12 @@
this
.
PriceFight
=
res
.
data
.
data
;
this
.
PriceFight
=
res
.
data
.
data
;
if
(
this
.
addMsg
.
AirTicketIds
.
length
>
0
){
if
(
this
.
addMsg
.
AirTicketIds
.
length
>
0
){
this
.
AirTicketIdList
=
this
.
addMsg
.
AirTicketIds
.
split
(
','
).
map
(
Number
);
// ["1", "2", "3"]
this
.
AirTicketIdList
=
this
.
addMsg
.
AirTicketIds
.
split
(
','
).
map
(
Number
);
// ["1", "2", "3"]
}
else
{
if
(
Array
.
isArray
(
this
.
PriceFight
)
&&
this
.
PriceFight
.
length
>
0
){
this
.
AirTicketIdList
.
push
(
this
.
PriceFight
[
0
].
AirLineTicketId
);
}
}
}
// else{
// if(Array.isArray(this.PriceFight) && this.PriceFight.length>0 ){
// this.AirTicketIdList.push(this.PriceFight[0].AirLineTicketId);
// }
//}
}
}
}
}
);
);
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
21120e37
...
@@ -4532,11 +4532,12 @@
...
@@ -4532,11 +4532,12 @@
this
.
PriceFight
=
res
.
data
.
data
;
this
.
PriceFight
=
res
.
data
.
data
;
if
(
this
.
addMsg
.
AirTicketIds
.
length
>
0
){
if
(
this
.
addMsg
.
AirTicketIds
.
length
>
0
){
this
.
AirTicketIdList
=
this
.
addMsg
.
AirTicketIds
.
split
(
','
).
map
(
Number
);
// ["1", "2", "3"]
this
.
AirTicketIdList
=
this
.
addMsg
.
AirTicketIds
.
split
(
','
).
map
(
Number
);
// ["1", "2", "3"]
}
else
{
if
(
Array
.
isArray
(
this
.
PriceFight
)
&&
this
.
PriceFight
.
length
>
0
){
this
.
AirTicketIdList
.
push
(
this
.
PriceFight
[
0
].
AirLineTicketId
);
}
}
}
// else{
// if(Array.isArray(this.PriceFight) && this.PriceFight.length>0 ){
// this.AirTicketIdList.push(this.PriceFight[0].AirLineTicketId);
// }
// }
}
}
}
}
);
);
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
21120e37
...
@@ -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,14 +5547,14 @@
...
@@ -5518,14 +5547,14 @@
(
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{
if
(
Array
.
isArray
(
this
.
PriceFight
)
&&
this
.
PriceFight
.
length
>
0
){
//
if(Array.isArray(this.PriceFight) && this.PriceFight.length>0 ){
this
.
AirTicketIdList
.
push
(
this
.
PriceFight
[
0
].
AirLineTicketId
);
//
this.AirTicketIdList.push(this.PriceFight[0].AirLineTicketId);
}
//
}
}
//
}
}
}
}
}
);
);
...
@@ -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
)
{
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
21120e37
...
@@ -514,7 +514,7 @@
...
@@ -514,7 +514,7 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2BPrice"
>
<el-form-item
prop=
"B2BPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
:disabled=
"priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
:disabled=
"
CurrentUserInfo.RB_Group_id==2&&
priceData.TCID>0"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
...
@@ -526,7 +526,7 @@
...
@@ -526,7 +526,7 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2CPrice"
>
<el-form-item
prop=
"B2CPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"
CurrentUserInfo.RB_Group_id==2&&
priceData.TCID>0"
>
<
template
slot=
"prepend"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_direct'
)
}}
{{
$t
(
'Operation.Op_direct'
)
}}
</
template
>
</
template
>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
21120e37
...
@@ -512,7 +512,7 @@
...
@@ -512,7 +512,7 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2BPrice"
>
<el-form-item
prop=
"B2BPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
:disabled=
"priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
:disabled=
"
CurrentUserInfo.RB_Group_id==2&&
priceData.TCID>0"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
...
@@ -524,7 +524,7 @@
...
@@ -524,7 +524,7 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2CPrice"
>
<el-form-item
prop=
"B2CPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"
CurrentUserInfo.RB_Group_id==2&&
priceData.TCID>0"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_direct'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_direct'
)
}}
</
template
>
</el-input>
</el-input>
<!--印象票务-->
<!--印象票务-->
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice3.vue
View file @
21120e37
...
@@ -473,7 +473,7 @@
...
@@ -473,7 +473,7 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2BPrice"
>
<el-form-item
prop=
"B2BPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2BPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
:disabled=
"priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2BPrice')"
:disabled=
"
CurrentUserInfo.RB_Group_id==2&&
priceData.TCID>0"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_fellow'
)
}}
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
...
@@ -485,7 +485,7 @@
...
@@ -485,7 +485,7 @@
</el-form-item> -->
</el-form-item> -->
<el-form-item
prop=
"B2CPrice"
>
<el-form-item
prop=
"B2CPrice"
>
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
<el-input
:placeholder=
"$t('pub.pleaseImport')"
class=
"w190 ComSeat"
v-model=
"priceData.B2CPrice"
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"priceData.TCID>0"
>
@
keyup
.
native=
"checkPrice(priceData,'B2CPrice')"
:disabled=
"
CurrentUserInfo.RB_Group_id==2&&
priceData.TCID>0"
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_direct'
)
}}
</
template
>
<
template
slot=
"prepend"
>
{{
$t
(
'Operation.Op_direct'
)
}}
</
template
>
</el-input>
</el-input>
<!--印象票务-->
<!--印象票务-->
...
...
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