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
385700e0
Commit
385700e0
authored
Apr 21, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
66730235
d3a8e727
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
898 additions
and
777 deletions
+898
-777
eventsCalendar.vue
src/components/stuMan/eventsCalendar.vue
+12
-2
index.vue
src/components/work/index.vue
+1
-1
Work.vue
src/pages/Work.vue
+225
-178
performanceCommission.vue
src/pages/financial/reportform/performanceCommission.vue
+655
-589
ReturnperiodsList.vue
src/pages/financial/returnPassbook/ReturnperiodsList.vue
+4
-6
studentTracking.vue
src/pages/sale/studentTracking.vue
+1
-1
No files found.
src/components/stuMan/eventsCalendar.vue
View file @
385700e0
...
@@ -287,9 +287,19 @@
...
@@ -287,9 +287,19 @@
<div>
<div>
<div
class=
"eventsCalendar_Form"
>
<div
class=
"eventsCalendar_Form"
>
<div
style=
"text-align:right;margin:12px 20px 8px 0"
>
<div
style=
"text-align:right;margin:12px 20px 8px 0"
>
<el-date-picker
style=
"width:190px"
v-model=
"date"
type=
"month"
size=
"small"
value-format=
"yyyy-M-d"
<el-date-picker
@
change=
"getList()"
placeholder=
"选择日期"
>
style=
"width:190px"
v-model=
"date"
type=
"date"
:clearable=
"false"
value-format=
"yyyy-MM-d"
:picker-options=
"pickerOptions"
:editable=
"false"
placeholder=
"选择日期"
@
change=
"getList"
>
</el-date-picker>
</el-date-picker>
</div>
</div>
<template>
<template>
<el-calendar
v-model=
"date"
id=
"calendar"
style=
"margin-bottom:40px;"
>
<el-calendar
v-model=
"date"
id=
"calendar"
style=
"margin-bottom:40px;"
>
...
...
src/components/work/index.vue
View file @
385700e0
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
</div> -->
</div> -->
<q-btn-group
<q-btn-group
outline
outline
style=
"position: fixed;top:
7
5px;right:20px;z-index: 666666;"
style=
"position: fixed;top:
1
5px;right:20px;z-index: 666666;"
>
>
<q-btn
<q-btn
dense
dense
...
...
src/pages/Work.vue
View file @
385700e0
This diff is collapsed.
Click to expand it.
src/pages/financial/reportform/performanceCommission.vue
View file @
385700e0
This diff is collapsed.
Click to expand it.
src/pages/financial/returnPassbook/ReturnperiodsList.vue
View file @
385700e0
...
@@ -65,7 +65,6 @@
...
@@ -65,7 +65,6 @@
<template>
<template>
<el-table
ref=
"filterTable"
:data=
"tableData"
v-loading=
'loading'
<el-table
ref=
"filterTable"
:data=
"tableData"
v-loading=
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" border style="width: 100%">
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" border style="width: 100%">
<el-table-column
prop=
"BatchName"
label=
"周期"
></el-table-column>
<el-table-column
prop=
"BatchName"
label=
"周期"
></el-table-column>
<el-table-column
v-if=
"isReturnperiods"
prop=
"TotalMoney"
label=
"累计金额"
>
</el-table-column>
<el-table-column
v-if=
"isReturnperiods"
prop=
"TotalMoney"
label=
"累计金额"
>
</el-table-column>
<el-table-column
v-if=
"isReturnperiods"
prop=
"TotalEmployee"
label=
"个人直客累计金额"
>
</el-table-column>
<el-table-column
v-if=
"isReturnperiods"
prop=
"TotalEmployee"
label=
"个人直客累计金额"
>
</el-table-column>
...
@@ -76,8 +75,8 @@
...
@@ -76,8 +75,8 @@
<el-table-column
v-if=
"isReturnperiods"
prop=
"CreateDate"
label=
"创建时间"
>
</el-table-column>
<el-table-column
v-if=
"isReturnperiods"
prop=
"CreateDate"
label=
"创建时间"
>
</el-table-column>
<el-table-column
v-if=
"isReturnperiods"
label=
"财务单据"
>
<el-table-column
v-if=
"isReturnperiods"
label=
"财务单据"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.FinanceIdList"
v-for=
"item in scope.row.FinanceIdList"
>
<template
v-if=
"scope.row.FinanceIdList"
>
<a
@
click=
"goDetails(item)"
<a
v-for=
"(item,index) in scope.row.FinanceIdList"
:key=
"index"
@
click=
"goDetails(item)"
style=
"cursor:pointer;color:blue;text-decoration:underline;display:inline-block;margin-right:10px;"
>
{{
item
}}
</a>
style=
"cursor:pointer;color:blue;text-decoration:underline;display:inline-block;margin-right:10px;"
>
{{
item
}}
</a>
</
template
>
</
template
>
</template>
</template>
...
@@ -88,13 +87,12 @@
...
@@ -88,13 +87,12 @@
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<i
class=
"iconfont icon-sousuo"
@
click=
"goUrl(scope.row.Id)"
></i>
<i
class=
"iconfont icon-sousuo"
@
click=
"goUrl(scope.row.Id)"
></i>
</el-tooltip>
</el-tooltip>
<template
v-if=
"isReturnperiods"
>
<templat
v-if=
"isReturnperiods"
>
<el-tooltip
class=
"item"
effect=
"dark"
v-if=
"scope.row.FinanceIds==''||scope.row.FinanceIds==null"
<el-tooltip
class=
"item"
effect=
"dark"
v-if=
"scope.row.FinanceIds==''||scope.row.FinanceIds==null"
content=
"生成财务单据"
placement=
"top"
>
content=
"生成财务单据"
placement=
"top"
>
<i
class=
"iconfont icon-add"
@
click=
"setCommissionFinanace(scope.row.Id)"
></i>
<i
class=
"iconfont icon-add"
@
click=
"setCommissionFinanace(scope.row.Id)"
></i>
</el-tooltip>
</el-tooltip>
</templat>
</
templat
e
>
</div>
</div>
</template>
</template>
</el-table-column>
</el-table-column>
...
...
src/pages/sale/studentTracking.vue
View file @
385700e0
...
@@ -800,7 +800,7 @@
...
@@ -800,7 +800,7 @@
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
PageCount
=
res
.
Data
.
PageCount
;
this
.
PageCount
=
res
.
Data
.
PageCount
;
this
.
titlelist
=
[];
this
.
titlelist
=
[];
for
(
let
i
=
0
;
i
<
this
.
RList
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
RListlength
;
i
++
)
{
let
obj
=
[{
let
obj
=
[{
Name
:
'月份/续费/转介'
,
Name
:
'月份/续费/转介'
,
Id
:
1
,
Id
:
1
,
...
...
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