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
2e9497e8
Commit
2e9497e8
authored
Mar 14, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f045c574
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
7 deletions
+30
-7
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+8
-2
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+7
-1
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+8
-2
TravelPrice2.vue
...ents/newTravelmanager/TravelGroupControl/TravelPrice2.vue
+7
-2
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
2e9497e8
...
@@ -1088,7 +1088,8 @@
...
@@ -1088,7 +1088,8 @@
<span
v-if=
"item.LeaderName"
class=
"TCL-greenType"
>
{{
<span
v-if=
"item.LeaderName"
class=
"TCL-greenType"
>
{{
item.LeaderName
item.LeaderName
}}
</span>
}}
</span>
<span
v-else
class=
"TCL-redType"
style=
"cursor:pointer;text-decoration: underline;"
@
click=
"setLeaderOrGuide(item,0)"
>
<span
v-else
class=
"TCL-redType"
style=
"cursor:pointer;text-decoration: underline;"
@
click=
"setLeaderOrGuide(item,0)"
>
{{ $t("ground.szlindui") }}
{{ $t("ground.szlindui") }}
</span>
</span>
</p>
</p>
...
@@ -1620,7 +1621,12 @@
...
@@ -1620,7 +1621,12 @@
<div
class=
"TC_remarkContent"
v-if=
"item.PriceChangeModel&&item.PriceChangeModel.ID > 0"
>
<div
class=
"TC_remarkContent"
v-if=
"item.PriceChangeModel&&item.PriceChangeModel.ID > 0"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto"
>
<span
style=
"color: black"
>
价格变更: {{ item.PriceChangeModel.ChangeRemark }}
</span>
<span
style=
"color: black"
>
价格变更: {{ item.PriceChangeModel.ChangeRemark }}
(
<font
style=
"color:red;"
>
{{$t("Operation.Op_tradePrice")}}:{{item.PriceChangeModel.NewB2BPrice}}
{{$t("Operation.Op_directPrice")}}:{{item.PriceChangeModel.NewB2CPrice}}
</font>
)
</span>
<
template
v-if=
"item.PriceChangeModel.ChangePriceStatus == 1"
>
<
template
v-if=
"item.PriceChangeModel.ChangePriceStatus == 1"
>
<span
<span
style=
"color: blue; font-weight: bold"
>
【
{{
item
.
PriceChangeModel
.
ChangePriceStatusStr
}}
】
</span>
style=
"color: blue; font-weight: bold"
>
【
{{
item
.
PriceChangeModel
.
ChangePriceStatusStr
}}
】
</span>
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
2e9497e8
...
@@ -1115,7 +1115,13 @@
...
@@ -1115,7 +1115,13 @@
<div
class=
"TC_remarkContent"
v-if=
"item.PriceChangeModel&&item.PriceChangeModel.ID > 0"
>
<div
class=
"TC_remarkContent"
v-if=
"item.PriceChangeModel&&item.PriceChangeModel.ID > 0"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto"
>
<span
style=
"color: black"
>
价格变更: {{ item.PriceChangeModel.ChangeRemark }}
</span>
<span
style=
"color: black"
>
价格变更: {{ item.PriceChangeModel.ChangeRemark }}
(
<font
style=
"color:red;"
>
{{$t("Operation.Op_tradePrice")}}:{{item.PriceChangeModel.NewB2BPrice}}
{{$t("Operation.Op_directPrice")}}:{{item.PriceChangeModel.NewB2CPrice}}
</font>
)
</span>
<
template
v-if=
"item.PriceChangeModel.ChangePriceStatus == 1"
>
<
template
v-if=
"item.PriceChangeModel.ChangePriceStatus == 1"
>
<span
<span
style=
"color: blue; font-weight: bold"
>
【
{{
item
.
PriceChangeModel
.
ChangePriceStatusStr
}}
】
</span>
style=
"color: blue; font-weight: bold"
>
【
{{
item
.
PriceChangeModel
.
ChangePriceStatusStr
}}
】
</span>
...
...
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
2e9497e8
...
@@ -929,7 +929,13 @@
...
@@ -929,7 +929,13 @@
<div
class=
"TC_remarkContent"
v-if=
"item.PriceChangeModel&&item.PriceChangeModel.ID > 0"
>
<div
class=
"TC_remarkContent"
v-if=
"item.PriceChangeModel&&item.PriceChangeModel.ID > 0"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"clearfix TCL-redType"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto"
>
<div
class=
"TCL_remarkTitle"
style=
"width: auto"
>
<span
style=
"color: black"
>
价格变更: {{ item.PriceChangeModel.ChangeRemark }}
</span>
<span
style=
"color: black"
>
价格变更: {{ item.PriceChangeModel.ChangeRemark }}
(
<font
style=
"color:red;"
>
{{$t("Operation.Op_tradePrice")}}:{{item.PriceChangeModel.NewB2BPrice}}
{{$t("Operation.Op_directPrice")}}:{{item.PriceChangeModel.NewB2CPrice}}
</font>
)
</span>
<
template
v-if=
"item.PriceChangeModel.ChangePriceStatus == 1"
>
<
template
v-if=
"item.PriceChangeModel.ChangePriceStatus == 1"
>
<span
<span
style=
"color: blue; font-weight: bold"
>
【
{{
item
.
PriceChangeModel
.
ChangePriceStatusStr
}}
】
</span>
style=
"color: blue; font-weight: bold"
>
【
{{
item
.
PriceChangeModel
.
ChangePriceStatusStr
}}
】
</span>
...
@@ -1510,7 +1516,7 @@
...
@@ -1510,7 +1516,7 @@
that
.
changePriceMsg
.
isShowChangePrice
=
false
;
that
.
changePriceMsg
.
isShowChangePrice
=
false
;
that
.
changePriceMsg
.
NewB2BPrice
=
""
;
that
.
changePriceMsg
.
NewB2BPrice
=
""
;
that
.
changePriceMsg
.
NewB2CPrice
=
""
;
that
.
changePriceMsg
.
NewB2CPrice
=
""
;
that
.
changePriceMsg
.
ChangeRemark
=
""
;
that
.
changePriceMsg
.
ChangeRemark
=
""
;
that
.
changePriceMsg
.
TCID
=
0
;
that
.
changePriceMsg
.
TCID
=
0
;
that
.
getControlList
();
that
.
getControlList
();
}
else
{
}
else
{
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice2.vue
View file @
2e9497e8
...
@@ -840,6 +840,9 @@
...
@@ -840,6 +840,9 @@
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"QFlightDateEnd"
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"QFlightDateEnd"
:picker-options=
"pickerBeginDateAfter"
value-format=
"yyyy-MM-dd"
placeholder
>
:picker-options=
"pickerBeginDateAfter"
value-format=
"yyyy-MM-dd"
placeholder
>
</el-date-picker>
</el-date-picker>
{{$t('fnc.jpbianhao')}}:
<el-input
v-model=
"QAirTicketId"
class=
"w150"
>
</el-input>
<button
class=
"normalBtn"
@
click
.
stop=
"getSelectFilght()"
>
{{$t('pub.searchBtn')}}
</button>
<button
class=
"normalBtn"
@
click
.
stop=
"getSelectFilght()"
>
{{$t('pub.searchBtn')}}
</button>
</div>
</div>
<div
class=
"jiDiv"
>
<div
class=
"jiDiv"
>
...
@@ -1261,6 +1264,7 @@
...
@@ -1261,6 +1264,7 @@
TeamListArr
:
[],
TeamListArr
:
[],
busPriceList
:
[],
//车辆列表
busPriceList
:
[],
//车辆列表
standardCurrencyName
:
''
,
standardCurrencyName
:
''
,
QAirTicketId
:
""
,
//查询机票编号
};
};
},
},
methods
:
{
methods
:
{
...
@@ -1430,7 +1434,7 @@
...
@@ -1430,7 +1434,7 @@
GuideNum
:
0
,
//导游人数
GuideNum
:
0
,
//导游人数
IsLeaderDaiTuan
:
1
,
//领队带团/不带团
IsLeaderDaiTuan
:
1
,
//领队带团/不带团
IsNewArrival
:
0
,
//是否新品
IsNewArrival
:
0
,
//是否新品
TeamId
:
0
,
//团队分组编号
TeamId
:
0
,
//团队分组编号
};
};
}
}
this
.
returnPriceList
.
push
(
objItem
);
this
.
returnPriceList
.
push
(
objItem
);
...
@@ -1537,7 +1541,8 @@
...
@@ -1537,7 +1541,8 @@
CreateBy
:
createBy
,
CreateBy
:
createBy
,
AirTicketId
:
this
.
priceData
.
AirTicketId
,
AirTicketId
:
this
.
priceData
.
AirTicketId
,
TCID
:
this
.
priceData
.
TCID
,
TCID
:
this
.
priceData
.
TCID
,
LineId
:
this
.
PostConfig
.
LineId
LineId
:
this
.
PostConfig
.
LineId
,
QAirTicketId
:
this
.
QAirTicketId
,
};
};
let
that
=
this
;
let
that
=
this
;
...
...
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