Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
c405aa5d
Commit
c405aa5d
authored
Mar 10, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一人一码订单通报*4(完成)
parent
8fea83a0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
42 deletions
+42
-42
src/views/school-center/statistics/kdOrderConversionXF.vue
+13
-13
src/views/school-center/statistics/kdOrderConversionXX.vue
+14
-14
src/views/school-center/statistics/orderConversionXF.vue
+3
-3
src/views/school-center/statistics/orderConversionXX.vue
+12
-12
No files found.
src/views/school-center/statistics/kdOrderConversionXF.vue
View file @
c405aa5d
...
@@ -59,25 +59,25 @@
...
@@ -59,25 +59,25 @@
conversionType
:
"11"
conversionType
:
"11"
},
},
columns
:
[
columns
:
[
{
title
:
"县分"
,
dataIndex
:
"sub_name"
,
width
:
8
0
},
{
title
:
"县分"
,
dataIndex
:
"sub_name"
,
width
:
5
0
},
{
title
:
"学校数量"
,
dataIndex
:
"schoolCount"
,
width
:
80
},
{
title
:
"学校数量"
,
dataIndex
:
"schoolCount"
,
width
:
80
},
{
title
:
"成功单总数"
,
dataIndex
:
"orderCount"
,
width
:
80
},
{
title
:
"成功单总数"
,
dataIndex
:
"orderCount"
,
width
:
75
},
{
title
:
"单宽"
,
children
:
[
{
title
:
"单宽"
,
children
:
[
{
title
:
"订单总量"
,
dataIndex
:
"status_5_1"
,
width
:
80
},
{
title
:
"订单总量"
,
dataIndex
:
"status_5_1"
,
width
:
75
},
{
title
:
"已完成"
,
dataIndex
:
"status_5_2"
,
width
:
80
},
{
title
:
"已完成"
,
dataIndex
:
"status_5_2"
,
width
:
75
},
{
title
:
"异常单"
,
dataIndex
:
"status_5_3"
,
width
:
80
},
{
title
:
"异常单"
,
dataIndex
:
"status_5_3"
,
width
:
75
},
]
]
},
},
{
title
:
"融合"
,
children
:
[
{
title
:
"融合"
,
children
:
[
{
title
:
"订单总量"
,
dataIndex
:
"status_3_1"
,
width
:
80
},
{
title
:
"订单总量"
,
dataIndex
:
"status_3_1"
,
width
:
75
},
{
title
:
"已完成"
,
dataIndex
:
"status_3_2"
,
width
:
80
},
{
title
:
"已完成"
,
dataIndex
:
"status_3_2"
,
width
:
75
},
{
title
:
"异常单"
,
dataIndex
:
"status_3_3"
,
width
:
80
},
{
title
:
"异常单"
,
dataIndex
:
"status_3_3"
,
width
:
75
},
]
]
},
},
{
title
:
"单宽进融"
,
children
:
[
{
title
:
"单宽进融"
,
children
:
[
{
title
:
"订单总量"
,
dataIndex
:
"status_10_1"
,
width
:
80
},
{
title
:
"订单总量"
,
dataIndex
:
"status_10_1"
,
width
:
75
},
{
title
:
"已完成"
,
dataIndex
:
"status_10_2"
,
width
:
80
},
{
title
:
"已完成"
,
dataIndex
:
"status_10_2"
,
width
:
75
},
{
title
:
"异常单"
,
dataIndex
:
"status_10_3"
,
width
:
80
},
{
title
:
"异常单"
,
dataIndex
:
"status_10_3"
,
width
:
75
},
]
]
}
}
],
],
...
@@ -128,8 +128,8 @@
...
@@ -128,8 +128,8 @@
today
.
setTime
(
today
.
getTime
());
today
.
setTime
(
today
.
getTime
());
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
exportFile
(
exportFile
(
reportDownload
(),
reportDownload
(
this
.
queryParam
),
"一人一码
移动报表
"
+
s2
+
".xlsx"
,
"一人一码
宽带报表(县份)
"
+
s2
+
".xlsx"
,
this
.
downloadstatu
this
.
downloadstatu
);
);
},
},
...
...
src/views/school-center/statistics/kdOrderConversionXX.vue
View file @
c405aa5d
...
@@ -58,25 +58,25 @@
...
@@ -58,25 +58,25 @@
conversionType
:
"10"
conversionType
:
"10"
},
},
columns
:
[
columns
:
[
{
title
:
"县分"
,
dataIndex
:
"sub_name"
,
width
:
8
0
},
{
title
:
"县分"
,
dataIndex
:
"sub_name"
,
width
:
5
0
},
{
title
:
"学校名称"
,
dataIndex
:
"school"
,
width
:
8
0
},
{
title
:
"学校名称"
,
dataIndex
:
"school"
,
width
:
20
0
},
{
title
:
"成功单总数"
,
dataIndex
:
"orderCount"
,
width
:
80
},
{
title
:
"成功单总数"
,
dataIndex
:
"orderCount"
,
width
:
75
},
{
title
:
"单宽"
,
children
:
[
{
title
:
"单宽"
,
children
:
[
{
title
:
"订单总量"
,
dataIndex
:
"status_5_1"
,
width
:
80
},
{
title
:
"订单总量"
,
dataIndex
:
"status_5_1"
,
width
:
75
},
{
title
:
"已完成"
,
dataIndex
:
"status_5_2"
,
width
:
80
},
{
title
:
"已完成"
,
dataIndex
:
"status_5_2"
,
width
:
75
},
{
title
:
"异常单"
,
dataIndex
:
"status_5_3"
,
width
:
80
},
{
title
:
"异常单"
,
dataIndex
:
"status_5_3"
,
width
:
75
},
]
]
},
},
{
title
:
"融合"
,
children
:
[
{
title
:
"融合"
,
children
:
[
{
title
:
"订单总量"
,
dataIndex
:
"status_3_1"
,
width
:
80
},
{
title
:
"订单总量"
,
dataIndex
:
"status_3_1"
,
width
:
75
},
{
title
:
"已完成"
,
dataIndex
:
"status_3_2"
,
width
:
80
},
{
title
:
"已完成"
,
dataIndex
:
"status_3_2"
,
width
:
75
},
{
title
:
"异常单"
,
dataIndex
:
"status_3_3"
,
width
:
80
},
{
title
:
"异常单"
,
dataIndex
:
"status_3_3"
,
width
:
75
},
]
]
},
},
{
title
:
"单宽进融"
,
children
:
[
{
title
:
"单宽进融"
,
children
:
[
{
title
:
"订单总量"
,
dataIndex
:
"status_10_1"
,
width
:
80
},
{
title
:
"订单总量"
,
dataIndex
:
"status_10_1"
,
width
:
75
},
{
title
:
"已完成"
,
dataIndex
:
"status_10_2"
,
width
:
80
},
{
title
:
"已完成"
,
dataIndex
:
"status_10_2"
,
width
:
75
},
{
title
:
"异常单"
,
dataIndex
:
"status_10_3"
,
width
:
80
},
{
title
:
"异常单"
,
dataIndex
:
"status_10_3"
,
width
:
75
},
]
]
}
}
],
],
...
@@ -127,8 +127,8 @@
...
@@ -127,8 +127,8 @@
today
.
setTime
(
today
.
getTime
());
today
.
setTime
(
today
.
getTime
());
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
exportFile
(
exportFile
(
reportDownload
(),
reportDownload
(
this
.
queryParam
),
"一人一码
移动报表
"
+
s2
+
".xlsx"
,
"一人一码
宽带报表(学校)
"
+
s2
+
".xlsx"
,
this
.
downloadstatu
this
.
downloadstatu
);
);
},
},
...
...
src/views/school-center/statistics/orderConversionXF.vue
View file @
c405aa5d
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
conversionType
:
"01"
conversionType
:
"01"
},
},
columns
:
[
columns
:
[
{
title
:
"校区"
,
dataIndex
:
"sub_name"
,
width
:
8
0
},
{
title
:
"校区"
,
dataIndex
:
"sub_name"
,
width
:
5
0
},
{
title
:
"订单总数"
,
dataIndex
:
"orderCount"
,
width
:
80
},
{
title
:
"订单总数"
,
dataIndex
:
"orderCount"
,
width
:
80
},
{
title
:
"小白卡订单"
,
dataIndex
:
"xb_orderCount"
,
width
:
80
},
{
title
:
"小白卡订单"
,
dataIndex
:
"xb_orderCount"
,
width
:
80
},
{
title
:
"预制卡订单"
,
dataIndex
:
"yz_orderCount"
,
width
:
80
},
{
title
:
"预制卡订单"
,
dataIndex
:
"yz_orderCount"
,
width
:
80
},
...
@@ -119,8 +119,8 @@
...
@@ -119,8 +119,8 @@
today
.
setTime
(
today
.
getTime
());
today
.
setTime
(
today
.
getTime
());
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
exportFile
(
exportFile
(
reportDownload
(),
reportDownload
(
this
.
queryParam
),
"一人一码移动报表"
+
s2
+
".xlsx"
,
"一人一码移动报表
(县份)
"
+
s2
+
".xlsx"
,
this
.
downloadstatu
this
.
downloadstatu
);
);
},
},
...
...
src/views/school-center/statistics/orderConversionXX.vue
View file @
c405aa5d
...
@@ -59,18 +59,18 @@
...
@@ -59,18 +59,18 @@
conversionType
:
"00"
conversionType
:
"00"
},
},
columns
:
[
columns
:
[
{
title
:
"校区"
,
dataIndex
:
"sub_name"
,
width
:
8
0
},
{
title
:
"校区"
,
dataIndex
:
"sub_name"
,
width
:
5
0
},
{
title
:
"学校"
,
dataIndex
:
"school"
,
width
:
8
0
},
{
title
:
"学校"
,
dataIndex
:
"school"
,
width
:
20
0
},
{
title
:
"督导"
,
dataIndex
:
"supervisor"
,
width
:
80
},
{
title
:
"督导"
,
dataIndex
:
"supervisor"
,
width
:
80
},
{
title
:
"订单总数"
,
dataIndex
:
"orderCount"
,
width
:
80
},
{
title
:
"订单总数"
,
dataIndex
:
"orderCount"
,
width
:
75
},
{
title
:
"小白卡订单"
,
dataIndex
:
"xb_orderCount"
,
width
:
80
},
{
title
:
"小白卡订单"
,
dataIndex
:
"xb_orderCount"
,
width
:
75
},
{
title
:
"预制卡订单"
,
dataIndex
:
"yz_orderCount"
,
width
:
80
},
{
title
:
"预制卡订单"
,
dataIndex
:
"yz_orderCount"
,
width
:
75
},
{
title
:
"订单状态"
,
children
:
[
{
title
:
"订单状态"
,
children
:
[
{
title
:
"待识别"
,
dataIndex
:
"status_1"
,
width
:
80
},
{
title
:
"待识别"
,
dataIndex
:
"status_1"
,
width
:
75
},
{
title
:
"待处理"
,
dataIndex
:
"status_2"
,
width
:
80
},
{
title
:
"待处理"
,
dataIndex
:
"status_2"
,
width
:
75
},
{
title
:
"待配送"
,
dataIndex
:
"status_3"
,
width
:
80
},
{
title
:
"待配送"
,
dataIndex
:
"status_3"
,
width
:
75
},
{
title
:
"待活体"
,
dataIndex
:
"status_4"
,
width
:
80
},
{
title
:
"待活体"
,
dataIndex
:
"status_4"
,
width
:
75
},
{
title
:
"已完成"
,
dataIndex
:
"status_5"
,
width
:
80
},
{
title
:
"已完成"
,
dataIndex
:
"status_5"
,
width
:
75
},
]
]
}
}
],
],
...
@@ -121,8 +121,8 @@
...
@@ -121,8 +121,8 @@
today
.
setTime
(
today
.
getTime
());
today
.
setTime
(
today
.
getTime
());
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
let
s2
=
today
.
getFullYear
()
+
"-"
+
(
today
.
getMonth
()
+
1
)
+
"-"
+
today
.
getDate
();
exportFile
(
exportFile
(
reportDownload
(),
reportDownload
(
this
.
queryParam
),
"一人一码移动报表"
+
s2
+
".xlsx"
,
"一人一码移动报表
(学校)
"
+
s2
+
".xlsx"
,
this
.
downloadstatu
this
.
downloadstatu
);
);
},
},
...
...
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