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
467ec28c
Commit
467ec28c
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
5ef80d27
b4a92ca8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
227 additions
and
4 deletions
+227
-4
fill.js
src/assets/common/lang/EN/fill.js
+1
-0
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-1
TicketAmiba.vue
src/components/Ticketing/TicketAmiba.vue
+2
-2
HPTripPlan.vue
src/components/busManagement/HPTripPlan.vue
+1
-1
JourneyTripPlan.vue
src/components/busManagement/JourneyTripPlan.vue
+214
-0
config.js
src/router/config.js
+8
-0
No files found.
src/assets/common/lang/EN/fill.js
View file @
467ec28c
...
...
@@ -949,6 +949,7 @@ export const obj = {
qingxuanzhempzy
:
'Please select ticket resources'
,
qingxuanzhemplx
:
'Please select the ticket type'
,
xingzenbj
:
'New offer'
,
xiingzenbj
:
'New quotation'
,
chengbenjia
:
'Cost price'
,
kuicun
:
'Inventory'
,
jiage
:
'Price'
,
...
...
src/assets/common/lang/zhCN/fill.js
View file @
467ec28c
...
...
@@ -948,7 +948,7 @@ export const obj = {
xiugaimp
:
'修改门票'
,
qingxuanzhempzy
:
'请选择门票资源'
,
qingxuanzhemplx
:
'请选择门票类型'
,
xingzenbj
:
'新增报价'
,
xi
i
ngzenbj
:
'新增报价'
,
chengbenjia
:
'成本价'
,
kuicun
:
'库存'
,
jiage
:
'价格'
,
...
...
src/components/Ticketing/TicketAmiba.vue
View file @
467ec28c
...
...
@@ -58,7 +58,7 @@
<div
class=
"TA_Tongji"
>
<span>
{{
$t
(
'salesModule.TotalIncome'
)
}}
:
<span
class=
"TA_GreenSale"
>
{{
TotalSale
}}
</span></span>
<span>
{{
$t
(
'hotel.table_CostPrice'
)
}}
:
<span
class=
"TA_TotalCost"
>
{{
TotalCost
}}
</span></span>
<span>
{{
$t
(
'
salesModule
.shankejplir'
)
}}
:
<span
class=
"TA_GreenSale"
>
{{
TotalSK
}}
</span></span>
<span>
{{
$t
(
'
objFill.v101
.shankejplir'
)
}}
:
<span
class=
"TA_GreenSale"
>
{{
TotalSK
}}
</span></span>
<span>
{{
$t
(
'objFill.v101.DomesticModule.zhonglir'
)
}}
:
<span
class=
"TA_GreenSale"
>
{{
TotalProfit
}}
</span></span>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
style=
"margin-bottom:30px;"
>
...
...
@@ -67,7 +67,7 @@
<th
width=
"12%"
>
{{
$t
(
'restaurant.res_income'
)
}}
</th>
<th
width=
"12%"
>
{{
$t
(
'hotel.hotel_cost'
)
}}
</th>
<th
width=
"12%"
>
{{
$t
(
'objFill.v101.shankejpsl'
)
}}
</th>
<th
width=
"12%"
>
{{
$t
(
'
salesModule
.shankejplir'
)
}}
</th>
<th
width=
"12%"
>
{{
$t
(
'
objFill.v101
.shankejplir'
)
}}
</th>
<th
width=
"13%"
>
{{
$t
(
'objFill.guanliancwdj'
)
}}
</th>
<th
width=
"12%"
>
{{
$t
(
'restaurant.res_profit'
)
}}
</th>
<th
width=
"12%"
>
{{
$t
(
'visa.v_yewuyuan'
)
}}
</th>
...
...
src/components/busManagement/HPTripPlan.vue
View file @
467ec28c
...
...
@@ -46,7 +46,7 @@
@
clear=
"getCarList(),getList()"
@
change=
"getCarList(),getList()"
:disabled=
"!isHaveAuth"
>
<el-option
label=
"永樂車行(東京)"
:value=
"1248"
:key=
"1248"
>
</el-option>
<el-option
label=
"永樂車行(大阪)"
:value=
"1256"
:key=
"1256"
v
>
<el-option
label=
"永樂車行(大阪)"
:value=
"1256"
:key=
"1256"
>
</el-option>
</el-select>
</span>
...
...
src/components/busManagement/JourneyTripPlan.vue
0 → 100644
View file @
467ec28c
<
style
scoped
>
.tripPlanTab
{
border-collapse
:
collapse
;
border-radius
:
5px
;
table-layout
:
fixed
;
background
:
white
;
}
.tripPlanTab
tr
th
{
border
:
1px
solid
#d2d2d2
;
text-align
:
center
;
padding-left
:
1px
;
padding-right
:
1px
;
min-width
:
55px
;
height
:
29px
;
position
:
sticky
;
top
:
0
;
z-index
:
10
;
background
:
#E6E6E6
;
}
.tripPlanTab
tr
td
{
border
:
1px
solid
#d2d2d2
;
text-align
:
center
;
padding-left
:
1px
;
padding-right
:
1px
;
height
:
28px
;
line-height
:
28px
;
}
</
style
>
<
template
>
<div>
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<li><span><em>
{{
$t
(
'pub.date'
)
}}
</em>
<el-date-picker
v-model=
"msg.MonthStr"
type=
"month"
placeholder=
"选择月"
format=
"yyyy-MM"
@
change=
"getList()"
value-format=
"yyyy-MM"
>
</el-date-picker>
</span>
</li>
<li>
<span><em>
公司
</em>
<el-select
v-model=
"msg.QBranchId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
clearable
@
clear=
"getList()"
@
change=
"getList()"
>
<el-option
v-for=
"(item,index) in BranchList"
:label=
"item.BName"
:value=
"item.Id"
:key=
"index"
>
</el-option>
</el-select>
</span>
</li>
<li>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList()"
/>
</li>
</ul>
</div>
<div
style=
"width: 98%; overflow-x: hidden;padding-bottom: 50px; "
:style=
"
{height: boxHeight + 'px'}"
class="ownScrollbarStyle" v-loading="loading">
<table
class=
"tripPlanTab"
v-if=
"dataList&&dataList.length>0"
>
<thead>
<tr>
<template
v-if=
"headerList&&headerList.length>0"
>
<template
v-for=
"(hItem,hIndex) in headerList"
>
<th
:key=
"`h_`+hIndex"
>
{{
hItem
.
DayStr
}}
<span
style=
"display: block;"
>
{{
hItem
.
WeekStr
}}
</span>
</th>
</
template
>
</template>
</tr>
</thead>
<tbody
v-for=
"(item,index) in dataList"
:key=
"`d_`+index"
>
<tr
:key=
"`d1_`+index"
>
<
template
v-for=
"(subItem,subIndex) in item"
>
<td
:key=
"`d1_`+index+`s1_`+subIndex"
>
<template
v-if=
"subItem.TCID>0"
>
<font>
<template
v-if=
"subItem.AirportPickUp==1"
>
接
</
template
>
<
template
v-else-if=
"subItem.AirportPickUp==2"
>
送
</
template
>
<
template
v-else-if=
"subItem.UseType==1"
>
√
</
template
>
<
template
v-else-if=
"subItem.UseType==2"
>
半天
</
template
>
<
template
v-else-if=
"subItem.UseType==3"
>
小时
</
template
>
<
template
v-else
>
X
</
template
>
</font>
</template>
</td>
</template>
</tr>
<tr
:key=
"`d2_`+index"
>
<
template
v-for=
"(subItem,subIndex) in item"
>
<template
v-if=
"subItem.TCID>0"
>
<td
v-if=
"subItem.DayNum==1"
:colspan=
"subItem.ColumnNum>1? subItem.ColumnNum:0"
:key=
"`d2_`+index+`s2_`+subIndex"
>
<el-tooltip
:content=
"subItem.TCNUM+`(`+subItem.TCID+`),用车时间:`+subItem.StartDate+`至`+subItem.EndDate"
>
<font
style=
"cursor:pointer;color:blue;text-decoration: underline"
@
click=
"gotoTeam(subItem)"
>
<template
v-if=
"subItem.DMCNum && subItem.DMCNum!=''"
>
{{
subItem
.
DMCNum
}}
</
template
>
<
template
v-else
>
{{
subItem
.
TCNUM
}}
</
template
>
</font>
</el-tooltip>
</td>
</template>
<
template
v-else
>
<td
:key=
"`d2_`+index+`s2_`+subIndex"
>
</td>
</
template
>
</template>
</tr>
</tbody>
</table>
</div>
</div>
</template>
<
script
>
export
default
{
data
()
{
return
{
loading
:
false
,
msg
:
{
MonthStr
:
""
,
QBranchId
:
""
,
//出团公司
},
headerList
:
[],
//表头
dataList
:
[],
boxHeight
:
0
,
BranchList
:
[],
}
},
components
:
{},
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
;
}
}
);
},
//跳转到团队详情
gotoTeam
(
item
)
{
var
path
=
"TravelControlList"
;
if
(
item
.
TeamType
==
1
)
{
path
=
"TravelControlListSale"
;
}
else
if
(
item
.
TeamType
==
2
)
{
path
=
"oneDayTrip"
;
}
else
if
(
item
.
TeamType
==
4
)
{
path
=
"TravelTeam"
;
}
else
{
path
=
"TravelControlList"
;
}
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
item
.
TCID
,
tcmun
:
item
.
TCNUM
,
blank
:
"y"
,
tab
:
"团控列表"
,
},
});
},
getList
()
{
this
.
loading
=
true
;
this
.
dataList
=
[];
this
.
headerList
=
[];
this
.
apipost
(
'travel_post_GetJourneyCarPlanList'
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
.
DayList
;
this
.
headerList
=
res
.
data
.
data
.
HeaderList
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
})
},
},
mounted
()
{
let
myDate
=
new
Date
();
let
yearStr
=
myDate
.
getFullYear
();
let
monthStr
=
parseInt
(
myDate
.
getMonth
()
+
1
);
this
.
msg
.
MonthStr
=
yearStr
+
"-"
+
(
monthStr
<
10
?
'0'
+
monthStr
:
monthStr
);
let
height
=
window
.
innerHeight
-
65
-
55
;
this
.
boxHeight
=
height
;
this
.
getCompanyList
();
this
.
getList
();
},
}
</
script
>
src/router/config.js
View file @
467ec28c
...
...
@@ -2216,6 +2216,14 @@ export default {
title
:
'日本车行预订统计表'
},
},
{
path
:
'/JourneyTripPlan'
,
//行程用车计划表
name
:
'JourneyTripPlan'
,
component
:
resolve
=>
require
([
'@/components/busManagement/JourneyTripPlan'
],
resolve
),
meta
:
{
title
:
'行程用车计划表'
},
},
{
path
:
'/JapanBusMonthFStatistics'
,
//用車單統計(財務單據)
name
:
'JapanBusMonthFStatistics'
,
...
...
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