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
078dfc32
Commit
078dfc32
authored
May 05, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
楼长总经理KPI信息导入
parent
047f822b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
src/views/school-center/louZhang/managerKpi.vue
+13
-12
No files found.
src/views/school-center/louZhang/managerKpi.vue
View file @
078dfc32
...
...
@@ -14,9 +14,10 @@
<a-form-item
label=
"月份"
>
<a-range-picker
:placeholder=
"['开始月份', '结束月份']"
format=
"YYYYMM"
:value=
"monthValue"
:mode=
"queryParam.month"
format=
"YYYY-MM"
:value=
"queryParam.month"
:mode=
"tempMode"
:ranges=
"
{ Today: [moment(), moment()], 'This Month': [moment(), moment().endOf('month')] }"
@panelChange="handlePanelChange"
@change="handleChange"
style="width: 16rem;"
...
...
@@ -127,9 +128,8 @@
title
:
ConstantActivity
.
title
,
queryParam
:
{
name
:
''
,
month
:
[
'
month'
,
'month
'
],
month
:
[
'
'
,
'
'
],
},
monthValue
:
[],
modelData
:
{
month
:
''
,
county
:
''
,
...
...
@@ -196,21 +196,21 @@
importTile
:
""
,
importUrl
:
""
,
zjlmoBan
:
true
,
KDmoBan
:
true
,
zjlkpivisible
:
false
,
tempMode
:[
'month'
,
'month'
],
}
},
methods
:
{
moment
,
handleChange
(
value
)
{
this
.
monthValue
=
value
;
console
.
log
(
"handleChange"
+
value
);
this
.
queryParam
.
month
=
value
;
//console.log("monthValue================="+this.queryParam
);
},
handlePanelChange
(
value
,
mode
)
{
this
.
monthValue
=
value
;
console
.
log
(
"handlePanelChange:"
+
value
);
this
.
queryParam
.
month
=
[
mode
[
0
]
===
'date'
?
'month'
:
mode
[
0
],
mode
[
1
]
===
'date'
?
'month'
:
mode
[
1
]];
//this.queryParam.month;
console
.
log
(
"queryParam.month:"
+
this
.
queryParam
.
month
);
this
.
queryParam
.
month
=
value
;
this
.
tempMode
=
[
mode
[
0
]
===
'date'
?
'month'
:
mode
[
0
],
mode
[
1
]
===
'date'
?
'month'
:
mode
[
1
]];
//console.log("queryParam.month=================="+this.queryParam);
},
excelOut
()
{
let
params
=
{
...
...
@@ -263,6 +263,7 @@
this
.
importUrl
=
""
;
},
search
()
{
console
.
log
(
"queryParam.month=================="
+
this
.
queryParam
);
this
.
$refs
.
table
.
refresh
({
search
:
true
})
},
...
...
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