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
42c1a8c3
Commit
42c1a8c3
authored
Mar 14, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4e438e32
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
84 additions
and
72 deletions
+84
-72
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+58
-55
TravelticketManager.1.vue
...components/TravelManager/Ticket/TravelticketManager.1.vue
+12
-8
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+14
-9
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
42c1a8c3
This diff is collapsed.
Click to expand it.
src/components/TravelManager/Ticket/TravelticketManager.1.vue
View file @
42c1a8c3
...
...
@@ -67,7 +67,7 @@
overflow
:
hidden
;
transition
:
linear
all
0.5s
;
background-color
:
#fff
;
padding
:
10px
0
5px
0
;
padding
:
10px
0
5px
0
;
}
.TravelticketManager
._ol_list
>
li
:hover
{
...
...
@@ -117,7 +117,7 @@
.TravelticketManager
._oll_info
{
padding-left
:
20px
;
overflow
:
hidden
;
margin-top
:
-15px
;
margin-top
:
-15px
;
}
.TravelticketManager
._oll_img
{
...
...
@@ -648,14 +648,15 @@
<li>
<span
class=
"hotel_name"
>
<em>
{{
$t
(
'system.query_flightNum'
)
}}
</em>
<el-input
v-model=
"Query.Flight_number"
type=
"text"
@
keyup
.
native
.
enter=
"getList"
:placeholder=
"$t('system.ph_airNum')"
>
<el-input
v-model=
"Query.Flight_number"
type=
"text"
@
keyup
.
native
.
enter=
"getList"
:placeholder=
"$t('system.ph_airNum')"
>
</el-input>
</span>
</li>
<li>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"resetPageIndex(),getList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"isShowNeed=true,isShowOrder=false"
style=
"display:none;"
>
{{
$t
(
'objFill.v101.tixuqiu'
)
<
/button
>
<button
class=
"normalBtn"
type=
"button"
@
click=
"isShowNeed=true,isShowOrder=false"
style=
"display:none;"
>
{{
$t
(
'objFill.v101.tixuqiu'
)
}}
</button>
</li>
</ul>
</div>
...
...
@@ -858,8 +859,8 @@
</el-col>
<el-col
:span=
"5"
>
<el-form-item
:label=
"$t('hotel.hotel_StarDate')"
>
<
el
-
date
-
picker
class
=
"w150"
type
=
"date"
value
-
format
=
"yyyy-MM-dd"
:
placeholder
=
"$t('system.ph_flightTime')"
v
-
model
=
"addNeedMsg.NeedDate"
>
<el-date-picker
class=
"w150"
type=
"date"
value-format=
"yyyy-MM-dd"
:placeholder=
"$t('system.ph_flightTime')"
v-model=
"addNeedMsg.NeedDate"
>
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -876,7 +877,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<
button
type
=
"button"
class
=
"normalBtn"
style
=
"margin:5px 0 0 55px;"
@
click
=
"SetNeed()"
>
{{
$t
(
'op.Send'
)
}}
<
/button
>
<button
type=
"button"
class=
"normalBtn"
style=
"margin:5px 0 0 55px;"
@
click=
"SetNeed()"
>
{{
$t
(
'op.Send'
)
}}
</button>
<button
type=
"button"
class=
"hollowFixedBtn"
@
click=
"isShowNeed=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</button>
</el-col>
</el-form>
...
...
@@ -1022,7 +1024,8 @@
},
GetPlaceHolder
()
{
this
.
UseNum_placeholder
=
this
.
$t
(
'objFill.v101.zuiduoband'
)
+
this
.
bindAirticket
.
TotalNum
+
this
.
$t
(
'objFill.v101.myOrdersAllType.gejiwei'
);
this
.
$t
(
'objFill.v101.zuiduoband'
)
+
this
.
bindAirticket
.
TotalNum
+
this
.
$t
(
'objFill.v101.myOrdersAllType.gejiwei'
);
},
//翻页功能按钮
...
...
@@ -1208,4 +1211,5 @@
this
.
getList
();
}
};
</
script
>
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
42c1a8c3
...
...
@@ -846,14 +846,17 @@
<el-popover
popper-class=
"_TravelPricePopover"
trigger=
"click"
>
<div>
<div
style=
"margin-bottom:20px;"
>
{{$t('hotel.hotel_StartDate')}}
{{$t('hotel.hotel_StartDate')}}
:
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"QFlightDateStart"
:picker-options=
"pickerBeginDateBefore"
value-format=
"yyyy-MM-dd"
placeholder
>
</el-date-picker>
{{$t('hotel.hotel_EndDate')}}
{{$t('hotel.hotel_EndDate')}}
:
<el-date-picker
class=
"w150"
type=
"date"
v-model=
"QFlightDateEnd"
:picker-options=
"pickerBeginDateAfter"
value-format=
"yyyy-MM-dd"
placeholder
>
</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>
</div>
<div
class=
"jiDiv"
>
...
...
@@ -864,8 +867,8 @@
<td
class=
"_color_666"
>
{{$t('system.query_flightNum')}}/{{$t('system.query_airCompanyName')}}/{{$t('Airticket.Air_segment')}}
</td>
<td
class=
"_color_666"
>
{{$t('adm.adm_time')}}
</td>
<td
class=
"_color_666"
>
PNR
</td>
<td
class=
"_color_666"
>
{{$t('adm.adm_time')}}
/PNR
</td>
<td
class=
"_color_666"
>
{{$t('visa.v_xcdays')}}
</td>
<td
class=
"_color_666"
>
{{$t('op.TicketNum')}}/{{$t('hotel.table_UseAmount')}}
</td>
<td
class=
"_color_666"
>
{{$t('op.BindTicket')}}
</td>
...
...
@@ -882,8 +885,10 @@
@
click=
"goUrl('TicketManager',fitem.AirticketId)"
>
{{fitem.FlightNumber}}
</span>
/
{{fitem.AlName}} / {{fitem.DepartureName}}-{{fitem.ArrivalCityName}}
</td>
<td>
{{fitem.FlightDate}} {{fitem.Departure_time}}
</td>
<td>
{{fitem.PNR}}
</td>
<td>
{{fitem.FlightDate}} {{fitem.Departure_time}}
<br/>
{{fitem.PNR}}
</td>
<td>
{{fitem.DayNum}}
</td>
<td>
{{fitem.TicketNum}} / {{fitem.UseAmount}}
</td>
<td>
...
...
@@ -1250,7 +1255,7 @@
currentPriceIndex
:
0
,
//当前团期索引位置
showPriceList
:
[],
priceShowCount
:
6
,
//团期展示条数
QAirTicketId
:
""
,
//机票Id
QAirTicketId
:
""
,
//机票Id
QFlightDateStart
:
''
,
//航班查询开始日期
QFlightDateEnd
:
''
,
//航班查询结束日期
pickerBeginDateBefore
:
{
...
...
@@ -1440,7 +1445,7 @@
IsLeaderDaiTuan
:
1
,
//领队带团/不带团
IsGuideDaiTuan
:
1
,
//导游带团/不带团
IsNewArrival
:
0
,
//是否新品
TeamId
:
0
,
//团队分组编号
TeamId
:
0
,
//团队分组编号
};
}
this
.
returnPriceList
.
push
(
objItem
);
...
...
@@ -1547,7 +1552,7 @@
AirTicketId
:
this
.
priceData
.
AirTicketId
,
TCID
:
this
.
priceData
.
TCID
,
LineId
:
this
.
PostConfig
.
LineId
,
QAirTicketId
:
this
.
QAirTicketId
,
QAirTicketId
:
this
.
QAirTicketId
,
};
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