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
138ceee9
Commit
138ceee9
authored
Jan 02, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车统计修改
parent
ddde0314
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
55 deletions
+25
-55
JapanMonthRunList.vue
...s/busManagement/BookAcar/components/JapanMonthRunList.vue
+0
-4
JapanOrderList.vue
...ents/busManagement/BookAcar/components/JapanOrderList.vue
+7
-44
JapanBusMonthStatistics.vue
src/components/busManagement/JapanBusMonthStatistics.vue
+16
-6
JapanBusOrderMonthStatistics.vue
...components/busManagement/JapanBusOrderMonthStatistics.vue
+2
-1
No files found.
src/components/busManagement/BookAcar/components/JapanMonthRunList.vue
View file @
138ceee9
...
@@ -75,10 +75,6 @@
...
@@ -75,10 +75,6 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"japanorder"
v-if=
"OrderList.length>0"
>
<div
class=
"japanorder"
v-if=
"OrderList.length>0"
>
<div>
<font
class=
"jieji"
>
接机 √
</font>
<font
class=
"songji"
>
送机 √
</font>
<font
class=
"yiriyou"
>
一日游 √
</font>
</div>
<!--:height="tableHeight"-->
<!--:height="tableHeight"-->
<el-table
ref=
"mytableJap"
:data=
"OrderList"
style=
"width: 100%"
:loading=
"loading"
key=
"index"
>
<el-table
ref=
"mytableJap"
:data=
"OrderList"
style=
"width: 100%"
:loading=
"loading"
key=
"index"
>
<el-table-column
fixed
prop=
"SupplierName"
:label=
"$t('objFill.v101.busManagement.chegongs')"
width=
"150"
>
<el-table-column
fixed
prop=
"SupplierName"
:label=
"$t('objFill.v101.busManagement.chegongs')"
width=
"150"
>
...
...
src/components/busManagement/BookAcar/components/JapanOrderList.vue
View file @
138ceee9
...
@@ -13,31 +13,10 @@
...
@@ -13,31 +13,10 @@
<
template
>
<
template
>
<div
class=
"japanorder"
>
<div
class=
"japanorder"
>
<!--height="500"-->
<!--height="500"-->
<el-table
:data=
"OrderList"
style=
"width: 100%"
>
<el-table
:data=
"OrderList"
style=
"width: 100%"
>
<el-table-column
fixed
prop=
"
CustomerName"
:label=
"$t('objFill.v101.busManagement.shiyongdanw')"
width=
"15
0"
>
<el-table-column
fixed
prop=
"
TCNUM"
:label=
"$t('objFill.v101.CarDealerOrder.xitongtuanh')"
width=
"13
0"
>
</el-table-column>
</el-table-column>
<el-table-column
fixed
:label=
"$t('objFill.v101.busManagement.yongchexinzhi')"
width=
"165"
>
<el-table-column
fixed
prop=
"CustomerName"
:label=
"$t('objFill.v101.busManagement.shiyongdanw')"
width=
"110"
>
<el-table-column
prop=
"UseType"
:label=
"$t('objFill.pickup')"
width=
"50"
>
<template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.UseType==1"
>
<span>
√
</span>
</
template
>
</template>
</el-table-column>
<el-table-column
prop=
"UseType"
:label=
"$t('objFill.send')"
width=
"50"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.UseType==2"
>
<span>
√
</span>
</
template
>
</template>
</el-table-column>
<el-table-column
prop=
"UseType"
:label=
"$t('op.Onedaytour')"
width=
"65"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.UseType==4"
>
<span>
√
</span>
</
template
>
</template>
</el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
fixed
prop=
"GuestNum"
:label=
"$t('admin.admin_personNumber')"
width=
"80"
>
<el-table-column
fixed
prop=
"GuestNum"
:label=
"$t('admin.admin_personNumber')"
width=
"80"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -48,28 +27,13 @@
...
@@ -48,28 +27,13 @@
</span>
</span>
</template>
</template>
</el-table-column>
</el-table-column>
<el-table-column
fixed
:label=
"$t('objFill.v101.busManagement.yongchesd')"
width=
"160"
>
<el-table-column
:label=
"$t('objFill.v101.busManagement.yongchesd')"
width=
"120"
>
<el-table-column
prop=
"StartTime"
:label=
"$t('objFill.v101.busManagement.chufayudin')"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
StartTime
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"EndTime"
:label=
"$t('objFill.v101.busManagement.jieshuyudin')"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
EndTime
}}
</span>
</
template
>
</el-table-column>
<
template
v-for=
"(item,index) in headerList"
>
<
template
v-for=
"(item,index) in headerList"
>
<el-table-column
:key=
"index"
:prop=
"item.LabelValue"
:label=
"item.LabelName"
width=
"1
35
"
align=
"center"
>
<el-table-column
:key=
"index"
:prop=
"item.LabelValue"
:label=
"item.LabelName"
width=
"1
20
"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.OrderDayCalendar[index].UseState!=-1"
>
<template
v-if=
"scope.row.OrderDayCalendar[index].OrderId>0"
>
<el-tooltip
class=
"item"
effect=
"dark"
placement=
"top"
>
<div
slot=
"content"
style=
"width:200px;"
>
{{
scope
.
row
.
OrderDayCalendar
[
index
].
BusContent
}}
</div>
<div>
<div>
<span>
{{
scope
.
row
.
OrderDayCalendar
[
index
].
StartCity
}}
<span>
{{
scope
.
row
.
OrderDayCalendar
[
index
].
DriverName
}}
<template
v-if=
"scope.row.OrderDayCalendar[index].StartCity&&scope.row.OrderDayCalendar[index].EndCity"
>
-->
</
template
>
{{scope.row.OrderDayCalendar[index].EndCity}}
</span>
</span>
<p>
<p>
<span
style=
"color: #4BCA81;"
v-if=
"(scope.row.OrderDayCalendar[index].UseState==2)"
>
√
</span>
<span
style=
"color: #4BCA81;"
v-if=
"(scope.row.OrderDayCalendar[index].UseState==2)"
>
√
</span>
...
@@ -77,7 +41,6 @@
...
@@ -77,7 +41,6 @@
<span
style=
"color: #E95252;"
v-else
>
×
</span>
<span
style=
"color: #E95252;"
v-else
>
×
</span>
</p>
</p>
</div>
</div>
</el-tooltip>
</
template
>
</
template
>
</template>
</template>
</el-table-column>
</el-table-column>
...
...
src/components/busManagement/JapanBusMonthStatistics.vue
View file @
138ceee9
...
@@ -42,13 +42,11 @@
...
@@ -42,13 +42,11 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"mt10 fz14 color333 busIconStyle"
>
<div
class=
"mt10 fz14 color333 busIconStyle"
style=
"margin-bottom:10px;"
>
{{
$t
(
"objFill.v101.busManagement.chelianzt"
)
}}
{{
{{
$t
(
"objFill.v101.busManagement.chelianzt"
)
}}
$t
(
"pub.sureBtn"
)
<span
class=
"jieji"
>
接机 √
</span>
<span
class=
"songji"
>
送机 √
</span>
}}
:
<span
style=
"color: #4bca81"
>
√
</span>
{{
$t
(
"visa.v_zanding"
)
}}
:
<span
<span
class=
"yiriyou"
>
一日游 √
</span>
style=
"color: #ff6600"
>
O
</span>
{{
$t
(
"objFill.weicaozuo"
)
}}
:
<span
style=
"color: #e95252"
>
X
</span>
</div>
</div>
<OrderList
v-if=
"DataList.length > 0"
:pagesTitle=
"Title"
:OrderList=
"DataList"
:loading=
"loading"
<OrderList
v-if=
"DataList.length > 0"
:pagesTitle=
"Title"
:OrderList=
"DataList"
:loading=
"loading"
:tableHeight=
"tableHeight"
@
success=
"(msg.pageIndex = 1), GetList()"
>
:tableHeight=
"tableHeight"
@
success=
"(msg.pageIndex = 1), GetList()"
>
</OrderList>
</OrderList>
...
@@ -268,4 +266,16 @@
...
@@ -268,4 +266,16 @@
max-height
:
350px
;
max-height
:
350px
;
}
}
.busIconStyle
.jieji
{
color
:
#409eff
;
}
.busIconStyle
.songji
{
color
:
#e6a23c
;
}
.busIconStyle
.yiriyou
{
color
:
#67c23a
;
}
</
style
>
</
style
>
src/components/busManagement/JapanBusOrderMonthStatistics.vue
View file @
138ceee9
...
@@ -45,8 +45,9 @@
...
@@ -45,8 +45,9 @@
style=
"color:#4BCA81 ;"
>
√
</span>
{{
$t
(
'visa.v_zanding'
)
}}
:
<span
style=
"color:#4BCA81 ;"
>
√
</span>
{{
$t
(
'visa.v_zanding'
)
}}
:
<span
style=
"color: #ff6600;"
>
O
</span>
{{
$t
(
'objFill.weicaozuo'
)
}}
:
<span
style=
"color:#E95252 ;"
>
X
</span>
style=
"color: #ff6600;"
>
O
</span>
{{
$t
(
'objFill.weicaozuo'
)
}}
:
<span
style=
"color:#E95252 ;"
>
X
</span>
</div>
</div>
<!-- :style="
{height: boxHeight + 'px'}"-->
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; margin-top: 10px; "
class=
"ownScrollbarStyle"
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; margin-top: 10px; "
class=
"ownScrollbarStyle"
:style=
"
{height: boxHeight + 'px'}"
>
>
<OrderList
:pagesTitle=
"Title"
:headerList=
"headerList"
:OrderList=
"DataList"
:loading=
"loading"
<OrderList
:pagesTitle=
"Title"
:headerList=
"headerList"
:OrderList=
"DataList"
:loading=
"loading"
@
success=
"msg.pageIndex=1,GetList()"
>
@
success=
"msg.pageIndex=1,GetList()"
>
</OrderList>
</OrderList>
...
...
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