Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李君
/
carrefour
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0112c97b
authored
Nov 28, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化
1 parent
ac2b5c55
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
46 additions
and
2 deletions
src/views/queueManagement/basicPassengerFlow/index.vue
src/views/queueManagement/dataPlayback/index.vue
src/views/queueManagement/queueDetail/index.vue
src/views/queueManagement/queueLive/index.vue
src/views/queueManagement/queueStatistics/index.vue
src/views/queueManagement/basicPassengerFlow/index.vue
View file @
0112c97
...
@@ -79,6 +79,12 @@
...
@@ -79,6 +79,12 @@
},{
},{
value
:
15
,
value
:
15
,
label
:
'15min'
label
:
'15min'
},{
value
:
30
,
label
:
'30min'
},{
value
:
60
,
label
:
'1h'
}
}
],
],
mallListForTerm
:
[],
mallListForTerm
:
[],
...
...
src/views/queueManagement/dataPlayback/index.vue
View file @
0112c97
...
@@ -356,6 +356,12 @@
...
@@ -356,6 +356,12 @@
},{
},{
value
:
15
,
value
:
15
,
label
:
'15min'
label
:
'15min'
},{
value
:
30
,
label
:
'30min'
},{
value
:
60
,
label
:
'1h'
}
}
],
],
optionTopConfig
:
{
optionTopConfig
:
{
...
...
src/views/queueManagement/queueDetail/index.vue
View file @
0112c97
...
@@ -204,6 +204,12 @@
...
@@ -204,6 +204,12 @@
},{
},{
value
:
15
,
value
:
15
,
label
:
'15min'
label
:
'15min'
},{
value
:
30
,
label
:
'30min'
},{
value
:
60
,
label
:
'1h'
}
}
],
],
counterTypeData
:[],
counterTypeData
:[],
...
@@ -409,7 +415,27 @@
...
@@ -409,7 +415,27 @@
}
}
},
},
exportFun
(){
exportFun
(){
let
language
=
localStorage
.
getItem
(
'lang'
);
if
(
language
){
var
languageObj
=
{
zh_CN
:
'zh_CN'
,
en_US
:
'en_US'
,
zh_TW
:
'zh_TW'
,
}
language
=
'/localLanguage='
+
languageObj
[
language
];
}
let
parmas
=
{
mallId
:
this
.
searchForm
.
mallId
,
cashierAreaId
:
this
.
searchForm
.
cashierAreaId
,
channelIds
:
this
.
searchForm
.
channelIds
.
toString
(),
counterType
:
this
.
searchForm
.
counterType
,
startDate
:
moment
(
this
.
searchForm
.
countDate
[
0
]).
format
(
'YYYY-MM-DD HH:mm:ss'
),
endDate
:
moment
(
this
.
searchForm
.
countDate
[
1
]).
format
(
'YYYY-MM-DD HH:mm:ss'
),
granularityMinute
:
this
.
searchForm
.
granularityMinute
,
}
let
Url
=
window
.
_vionConfig
.
queuingUrl
+
'/d-cashier-channel-minute-count-data/page/export?'
let
dowloadUrl
=
Url
+
language
+
`&granularityMinute=
${
parmas
.
granularityMinute
}
&counterType=
${
parmas
.
counterType
}
&mallId=
${
parmas
.
mallId
}
&startDate=
${
parmas
.
startDate
}
&endDate=
${
parmas
.
endDate
}
&cashierAreaIdcashierAreaId=
${
parmas
.
cashierAreaId
}
&channelIds=
${
parmas
.
channelIds
}
&authorization=
${
this
.
$cookie
.
get
(
"atoken"
)}
`
;
window
.
open
(
dowloadUrl
)
}
}
}
}
}
}
...
...
src/views/queueManagement/queueLive/index.vue
View file @
0112c97
...
@@ -834,7 +834,7 @@ export default {
...
@@ -834,7 +834,7 @@ export default {
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.el-select
{
.el-select
{
width
:
1
5
0px
!important
;
width
:
1
8
0px
!important
;
}
}
}
}
/
deep
/
tr
.current-row
{
/
deep
/
tr
.current-row
{
...
...
src/views/queueManagement/queueStatistics/index.vue
View file @
0112c97
...
@@ -111,6 +111,12 @@
...
@@ -111,6 +111,12 @@
},{
},{
value
:
15
,
value
:
15
,
label
:
'15min'
label
:
'15min'
},{
value
:
30
,
label
:
'30min'
},{
value
:
60
,
label
:
'1h'
}
}
],
],
mallListForTerm
:
[],
mallListForTerm
:
[],
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment