Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
2cce8bdf
Commit
2cce8bdf
authored
Mar 04, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b4349af3
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
44 additions
and
58 deletions
+44
-58
b2bCustomerInfo.vue
src/components/sale/b2bcustomerinfo/b2bCustomerInfo.vue
+0
-1
reserveclass-form.vue
src/components/school/student/reserveclass-form.vue
+0
-1
channelDetail.vue
src/pages/sale/channelDetail.vue
+3
-0
customDailyTotal.vue
src/pages/sale/customDailyTotal.vue
+1
-1
customMonthFirst.vue
src/pages/sale/customMonthFirst.vue
+1
-1
customMonthSecond.vue
src/pages/sale/customMonthSecond.vue
+1
-1
customMonthlyTotal.vue
src/pages/sale/customMonthlyTotal.vue
+1
-1
customYearFirst.vue
src/pages/sale/customYearFirst.vue
+24
-35
customyearTotal.vue
src/pages/sale/customyearTotal.vue
+1
-1
everyMonthFirst.vue
src/pages/sale/everyMonthFirst.vue
+1
-1
everyMonthSecond.vue
src/pages/sale/everyMonthSecond.vue
+1
-1
everyMonthTotal.vue
src/pages/sale/everyMonthTotal.vue
+1
-1
makeupRate.vue
src/pages/sale/makeupRate.vue
+3
-0
monthTotal.vue
src/pages/sale/monthTotal.vue
+1
-1
visitTransform.vue
src/pages/sale/visitTransform.vue
+3
-0
yearFirst.vue
src/pages/sale/yearFirst.vue
+1
-11
yearTotal.vue
src/pages/sale/yearTotal.vue
+1
-1
No files found.
src/components/sale/b2bcustomerinfo/b2bCustomerInfo.vue
View file @
2cce8bdf
...
@@ -172,7 +172,6 @@ export default {
...
@@ -172,7 +172,6 @@ export default {
};
};
GetCustomer
(
msg
).
then
(
res
=>
{
GetCustomer
(
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
console
.
log
(
res
,
'res'
);
let
tempData
=
res
.
Data
;
let
tempData
=
res
.
Data
;
this
.
detailData
.
CustomerId
=
tempData
.
CustomerId
;
this
.
detailData
.
CustomerId
=
tempData
.
CustomerId
;
this
.
detailData
.
ApproveState
=
tempData
.
ApproveState
;
this
.
detailData
.
ApproveState
=
tempData
.
ApproveState
;
...
...
src/components/school/student/reserveclass-form.vue
View file @
2cce8bdf
...
@@ -294,7 +294,6 @@
...
@@ -294,7 +294,6 @@
},
},
//子组件选中传值
//子组件选中传值
getchildInfo
(
obj
)
{
getchildInfo
(
obj
)
{
console
.
log
(
364
,
obj
)
if
(
obj
)
{
if
(
obj
)
{
this
.
addMsg
.
ReserveType
=
obj
.
ReserveType
;
this
.
addMsg
.
ReserveType
=
obj
.
ReserveType
;
this
.
addMsg
.
ClassPlanId
=
obj
.
ClassPlanId
;
this
.
addMsg
.
ClassPlanId
=
obj
.
ClassPlanId
;
...
...
src/pages/sale/channelDetail.vue
View file @
2cce8bdf
...
@@ -102,6 +102,9 @@
...
@@ -102,6 +102,9 @@
components
:
{
components
:
{
customerInfo
customerInfo
},
},
meta
:
{
title
:
"市场部细分渠道"
},
data
()
{
data
()
{
return
{
return
{
msg
:
{
msg
:
{
...
...
src/pages/sale/customDailyTotal.vue
View file @
2cce8bdf
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
每日
统计"
title
:
"
市场部每日数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
...
src/pages/sale/customMonthFirst.vue
View file @
2cce8bdf
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
月度
统计"
title
:
"
市场部月度数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
...
src/pages/sale/customMonthSecond.vue
View file @
2cce8bdf
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
月度
统计"
title
:
"
市场部月度数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
...
src/pages/sale/customMonthlyTotal.vue
View file @
2cce8bdf
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
月度
统计"
title
:
"
市场部月度数据
统计"
},
},
components
:
{
components
:
{
customMonthFirst
,
customMonthFirst
,
...
...
src/pages/sale/customYearFirst.vue
View file @
2cce8bdf
...
@@ -3,24 +3,26 @@
...
@@ -3,24 +3,26 @@
background
:
transparent
!important
;
background
:
transparent
!important
;
border
:
0
!important
;
border
:
0
!important
;
}
}
.zk_Table
thead
tr
:last-child
th
{
top
:
35px
!important
;
.zk_Table
thead
tr
:last-child
th
{
z-index
:
1
!important
;
top
:
35px
!important
;
z-index
:
1
!important
;
}
}
.zk_Table
thead
tr
{
height
:
35px
;
.zk_Table
thead
tr
{
height
:
35px
;
}
}
.TotalredClass
{
.TotalredClass
{
color
:
red
;
color
:
red
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<div>
<div>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
<q-table
:pagination=
"msg"
ref=
"table"
:loading=
"loading"
:style=
"
{'height':tableHeight+'px'}"
<q-table
:pagination=
"msg"
ref=
"table"
:loading=
"loading"
:style=
"
{'height':tableHeight+'px'}"
no-data-label="暂无相关数据" flat class="sticky-header-column-table no-bottom-table zk_Table"
no-data-label="暂无相关数据" flat class="sticky-header-column-table no-bottom-table zk_Table"
separator="none"
separator="none"
:data="dataList" :columns="columns" row-key="">
:data="dataList" :columns="columns" row-key="">
<tr
slot=
"header"
>
<tr
slot=
"header"
>
<q-th
rowspan=
"2"
style=
"text-align:left;width:300px;"
>
<q-th
rowspan=
"2"
style=
"text-align:left;width:300px;"
>
名称
名称
...
@@ -53,30 +55,20 @@
...
@@ -53,30 +55,20 @@
</q-td>
</q-td>
</
template
>
</
template
>
<
template
v-slot:body-cell-FirstYear=
"props"
>
<
template
v-slot:body-cell-FirstYear=
"props"
>
<q-td>
<q-td>
<span
:class=
"
{'TotalredClass':props.row.FirstYear
<0
}"
>
{{
props
.
row
.
FirstYear
}}
%
</span>
<span
:class=
"
{'TotalredClass':props.row.FirstYear
<0
}"
>
{{
props
.
row
.
FirstYear
}}
%
</span>
</q-td>
</q-td>
</
template
>
</
template
>
<
template
v-slot:body-cell-SecondYear=
"props"
>
<
template
v-slot:body-cell-SecondYear=
"props"
>
<q-td>
<q-td>
<span
:class=
"
{'TotalredClass':props.row.SecondYear
<0
}"
>
{{
props
.
row
.
SecondYear
}}
%
</span>
<span
:class=
"
{'TotalredClass':props.row.SecondYear
<0
}"
>
{{
props
.
row
.
SecondYear
}}
%
</span>
</q-td>
</q-td>
</
template
>
</
template
>
<
template
v-slot:body-cell-YearRate=
"props"
>
<
template
v-slot:body-cell-YearRate=
"props"
>
<q-td>
<q-td>
<span
:class=
"
{'TotalredClass':props.row.YearRate
<0
}"
>
{{
props
.
row
.
YearRate
}}
%
</span>
<span
:class=
"
{'TotalredClass':props.row.YearRate
<0
}"
>
{{
props
.
row
.
YearRate
}}
%
</span>
</q-td>
</q-td>
</
template
>
<!-- <template v-slot:header-cell-FirstYear="props">
<q-th :props="props">
<span v-if="dataList&&dataList.length>0">{{dataList[0].FirstYearStr}}</span>
</q-th>
</
template
>
</
template
>
<template v-slot:header-cell-SecondYear="props">
<q-th :props="props">
<span v-if="dataList&&dataList.length>0">{{dataList[0].SecondYearStr}}</span>
</q-th>
</template> -->
<
template
v-slot:bottom
>
<
template
v-slot:bottom
>
</
template
>
</
template
>
</q-table>
</q-table>
...
@@ -96,7 +88,7 @@
...
@@ -96,7 +88,7 @@
}
}
},
},
meta
:
{
meta
:
{
title
:
"
年度
统计"
title
:
"
市场部年度数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
@@ -127,7 +119,7 @@
...
@@ -127,7 +119,7 @@
}
}
],
],
loading
:
false
,
loading
:
false
,
msg
:{
msg
:
{
rowsPerPage
:
0
rowsPerPage
:
0
},
},
tableHeight
:
500
,
tableHeight
:
500
,
...
@@ -138,13 +130,10 @@
...
@@ -138,13 +130,10 @@
this
.
tableHeight
=
window
.
innerHeight
-
this
.
$refs
.
table
.
$el
.
offsetTop
-
90
;
this
.
tableHeight
=
window
.
innerHeight
-
this
.
$refs
.
table
.
$el
.
offsetTop
-
90
;
},
100
)
},
100
)
},
},
mounted
()
{
mounted
()
{},
},
methods
:
{}
methods
:
{
}
}
}
</
script
>
</
script
>
<
style
lang=
"sass"
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass')
@import
url('~assets/css/table.sass')
</
style
>
</
style
>
\ No newline at end of file
src/pages/sale/customyearTotal.vue
View file @
2cce8bdf
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
年度
统计"
title
:
"
市场部年度数据
统计"
},
},
components
:
{
components
:
{
customYearFirst
customYearFirst
...
...
src/pages/sale/everyMonthFirst.vue
View file @
2cce8bdf
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
月度
统计"
title
:
"
课程顾问部月度数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
...
src/pages/sale/everyMonthSecond.vue
View file @
2cce8bdf
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
月度
统计"
title
:
"
课程顾问部月度数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
...
src/pages/sale/everyMonthTotal.vue
View file @
2cce8bdf
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
月度
统计"
title
:
"
课程顾问部月度数据
统计"
},
},
components
:
{
components
:
{
everyMonthFirst
,
everyMonthFirst
,
...
...
src/pages/sale/makeupRate.vue
View file @
2cce8bdf
...
@@ -193,6 +193,9 @@
...
@@ -193,6 +193,9 @@
EduDownLoad
EduDownLoad
}
from
"../../api/common/common"
;
}
from
"../../api/common/common"
;
export
default
{
export
default
{
meta
:
{
title
:
"市场部渠道总表"
},
data
()
{
data
()
{
return
{
return
{
msg
:
{
msg
:
{
...
...
src/pages/sale/monthTotal.vue
View file @
2cce8bdf
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
每日
统计"
title
:
"
课程顾问部每日数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
...
src/pages/sale/visitTransform.vue
View file @
2cce8bdf
...
@@ -103,6 +103,9 @@
...
@@ -103,6 +103,9 @@
EduDownLoad
EduDownLoad
}
from
"../../api/common/common"
;
}
from
"../../api/common/common"
;
export
default
{
export
default
{
meta
:
{
title
:
"市场部同行渠道"
},
data
()
{
data
()
{
return
{
return
{
msg
:
{
msg
:
{
...
...
src/pages/sale/yearFirst.vue
View file @
2cce8bdf
...
@@ -52,16 +52,6 @@
...
@@ -52,16 +52,6 @@
{{
props
.
row
.
YearRate
}}
%
{{
props
.
row
.
YearRate
}}
%
</q-td>
</q-td>
</
template
>
</
template
>
<!-- <template v-slot:header-cell-FirstYear="props">
<q-th :props="props">
<span v-if="dataList&&dataList.length>0">{{dataList[0].FirstYearStr}}</span>
</q-th>
</template>
<template v-slot:header-cell-SecondYear="props">
<q-th :props="props">
<span v-if="dataList&&dataList.length>0">{{dataList[0].SecondYearStr}}</span>
</q-th>
</template> -->
<
template
v-slot:bottom
>
<
template
v-slot:bottom
>
</
template
>
</
template
>
</q-table>
</q-table>
...
@@ -81,7 +71,7 @@
...
@@ -81,7 +71,7 @@
}
}
},
},
meta
:
{
meta
:
{
title
:
"
年度
统计"
title
:
"
课程顾问部年度数据
统计"
},
},
components
:
{},
components
:
{},
data
()
{
data
()
{
...
...
src/pages/sale/yearTotal.vue
View file @
2cce8bdf
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
export
default
{
export
default
{
props
:
{},
props
:
{},
meta
:
{
meta
:
{
title
:
"
年度
统计"
title
:
"
课程顾问部年度数据
统计"
},
},
components
:
{
components
:
{
yearFirst
yearFirst
...
...
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