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
a7eeecc2
Commit
a7eeecc2
authored
May 20, 2020
by
董有沛
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/views/school-center/salesList/salesList.vue
parents
7c4fec56
7cb03b15
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletions
+16
-1
src/views/school-center/louZhang/managerKpi.vue
+5
-0
src/views/school-center/louZhang/zjlSalary.vue
+5
-0
src/views/school-center/salesList/saleCensus.vue
+6
-1
No files found.
src/views/school-center/louZhang/managerKpi.vue
View file @
a7eeecc2
...
...
@@ -18,6 +18,7 @@
:value=
"queryParam.month"
:mode=
"tempMode"
@
panelChange=
"handlePanelChange"
@
change=
"handleChange"
style=
"width: 16rem;"
/>
</a-form-item>
...
...
@@ -208,6 +209,10 @@
this
.
tempMode
=
[
mode
[
0
]
===
'date'
?
'month'
:
mode
[
0
],
mode
[
1
]
===
'date'
?
'month'
:
mode
[
1
]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange
(
value
)
{
this
.
queryParam
.
month
=
[]
console
.
log
(
value
)
},
excelOut
()
{
let
params
=
{
pageNo
:
1
,
...
...
src/views/school-center/louZhang/zjlSalary.vue
View file @
a7eeecc2
...
...
@@ -18,6 +18,7 @@
:value=
"queryParam.month"
:mode=
"tempMode"
@
panelChange=
"handlePanelChange"
@
change=
"handleChange"
style=
"width: 16rem;"
/>
</a-form-item>
...
...
@@ -247,6 +248,10 @@
this
.
tempMode
=
[
mode
[
0
]
===
'date'
?
'month'
:
mode
[
0
],
mode
[
1
]
===
'date'
?
'month'
:
mode
[
1
]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange
(
value
)
{
this
.
queryParam
.
month
=
[]
console
.
log
(
value
)
},
excelOut
()
{
let
params
=
{
pageNo
:
1
,
...
...
src/views/school-center/salesList/saleCensus.vue
View file @
a7eeecc2
...
...
@@ -56,6 +56,7 @@
:value=
"queryParam.activateTime"
:mode=
"tempMode"
@
panelChange=
"handlePanelChange"
@
change=
"handleChange"
style=
"width: 16rem;"
/>
</a-form-item>
...
...
@@ -217,7 +218,7 @@
{
dataIndex
:
'account'
,
width
:
30
,
title
:
'账号'
,
align
:
"center"
},
{
dataIndex
:
'salesSubst'
,
width
:
15
,
title
:
'县分'
,
align
:
"center"
},
{
dataIndex
:
'salesSchool'
,
width
:
30
,
title
:
'学校'
,
align
:
"center"
},
{
dataIndex
:
'
n
um'
,
width
:
30
,
title
:
'达标充值数'
,
align
:
"center"
},
{
dataIndex
:
'
recentlyN
um'
,
width
:
30
,
title
:
'达标充值数'
,
align
:
"center"
},
{
dataIndex
:
'position'
,
width
:
30
,
title
:
'职位'
,
align
:
"center"
},
{
dataIndex
:
'leader'
,
width
:
30
,
title
:
'上级领导'
,
align
:
"center"
},
/*{
...
...
@@ -271,6 +272,10 @@
this
.
tempMode
=
[
mode
[
0
]
===
'date'
?
'month'
:
mode
[
0
],
mode
[
1
]
===
'date'
?
'month'
:
mode
[
1
]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange
(
value
)
{
this
.
queryParam
.
activateTime
=
[]
console
.
log
(
value
)
},
search
()
{
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