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
aec8cdac
Commit
aec8cdac
authored
Dec 17, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
334c49b0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
351 additions
and
33 deletions
+351
-33
class.js
src/api/course/class.js
+30
-0
huifu.png
src/assets/images/course/huifu.png
+0
-0
nofang.png
src/assets/images/course/nofang.png
+0
-0
queren.png
src/assets/images/course/queren.png
+0
-0
myOrder-form.vue
src/components/sale/myOrder-form.vue
+6
-2
achievements.vue
src/pages/course/achievements.vue
+309
-29
classHourReward.vue
src/pages/course/classHourReward.vue
+4
-2
rewardDetailed.vue
src/pages/course/rewardDetailed.vue
+1
-0
studentList.vue
src/pages/sale/studentList.vue
+1
-0
No files found.
src/api/course/class.js
View file @
aec8cdac
...
...
@@ -218,3 +218,33 @@ export function getTeachingPerfPageList(data) {
data
});
}
/**
* 教师绩效 设置备注
*/
export
function
setTeachingPerfRemark
(
data
)
{
return
request
({
url
:
'/TeachingRewards/SetTeachingPerfRemark'
,
method
:
'post'
,
data
});
}
/**
* 教师绩效 设置状态
*/
export
function
setTeachingPerfState
(
data
)
{
return
request
({
url
:
'/TeachingRewards/SetTeachingPerfState'
,
method
:
'post'
,
data
});
}
/**
* 教师绩效 设置状态
*/
export
function
setTeachingPerfFinance
(
data
)
{
return
request
({
url
:
'/TeachingRewards/SetTeachingPerfFinance'
,
method
:
'post'
,
data
});
}
src/assets/images/course/huifu.png
0 → 100644
View file @
aec8cdac
126 Bytes
src/assets/images/course/nofang.png
0 → 100644
View file @
aec8cdac
143 Bytes
src/assets/images/course/queren.png
0 → 100644
View file @
aec8cdac
124 Bytes
src/components/sale/myOrder-form.vue
View file @
aec8cdac
...
...
@@ -157,7 +157,7 @@
<div
class=
"row "
style=
"align-items: center;margin-bottom: 20px;"
>
<div
style=
"width: 3px;height: 15px;background: #3FC4FF;margin-right: 10px"
></div>
收款单
</div>
<q-table
:pagination=
"
m
sg"
:loading=
"floading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-tow-column-table"
<q-table
:pagination=
"
financiaM
sg"
:loading=
"floading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-tow-column-table"
:hide-pagination=
"true"
:data=
"dataList"
:columns=
"columnsf"
row-key=
"name"
>
...
...
@@ -218,7 +218,7 @@
<div
class=
"row "
style=
"align-items: center;margin: 20px 0;"
>
<div
style=
"width: 3px;height: 15px;background: #3FC4FF;margin-right: 10px"
></div>
付款单
</div>
<q-table
:pagination=
"
m
sg"
:loading=
"floading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-tow-column-table"
<q-table
:pagination=
"
financiaM
sg"
:loading=
"floading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-tow-column-table"
:hide-pagination=
"true"
:data=
"dataListP"
:columns=
"columnsf"
row-key=
"name"
>
...
...
@@ -437,6 +437,7 @@
msg
:{
PageIndex
:
1
,
PageSize
:
12
,
rowsPerPage
:
12
,
OrderId
:
0
,
ClassId
:
0
,
GuestName
:
''
,
...
...
@@ -448,6 +449,7 @@
msg2
:{
PageIndex
:
1
,
PageSize
:
6
,
rowsPerPage
:
6
,
OrderId
:
0
,
},
loading2
:
false
,
...
...
@@ -456,11 +458,13 @@
msg3
:{
PageIndex
:
1
,
PageSize
:
6
,
rowsPerPage
:
6
,
SourceId
:
0
,
},
financiaMsg
:{
pageIndex
:
1
,
pageSize
:
999
,
rowsPerPage
:
999
,
TCID
:
0
,
OrderID
:
0
,
Type
:
1
,
...
...
src/pages/course/achievements.vue
View file @
aec8cdac
This diff is collapsed.
Click to expand it.
src/pages/course/classHourReward.vue
View file @
aec8cdac
...
...
@@ -23,7 +23,7 @@
</div>
</div>
<div
class=
"page-content"
>
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-
tow-
column-table"
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
separator=
"none"
title=
""
:data=
"data"
:columns=
"columns"
row-key=
"name"
>
<
template
v-slot:top=
"props"
>
<div
class=
"page-option"
style=
"width:100%;"
>
...
...
@@ -122,7 +122,7 @@
</q-card-section>
<q-separator
/>
<q-card-actions
align=
"right"
class=
"bg-white"
>
<q-btn
label=
"取消"
flat
color=
"grey-10"
style=
"font-weight:400 !important"
@
click=
"ISsystem=false,Resetsystem()"
/>
<q-btn
label=
"取消"
flat
color=
"grey-10"
style=
"font-weight:400 !important"
@
click=
"ISsystem=false,Resetsystem()"
v-if=
"!Floading"
/>
<q-btn
label=
"立即制单"
color=
"accent"
class=
"q-px-md"
style=
"font-weight:400 !important"
:loading=
"Floading"
@
click=
"savesystem()"
/>
</q-card-actions>
...
...
@@ -190,6 +190,7 @@
msg
:{
pageIndex
:
1
,
pageSize
:
10
,
rowsPerPage
:
10
,
Month
:
''
,
TeacherId
:
0
,
State
:
0
,
...
...
@@ -292,6 +293,7 @@
getTeachingBonusPageList
(
this
.
msg
).
then
(
res
=>
{
this
.
loading
=
false
this
.
data
=
res
.
Data
.
PageData
console
.
log
(
this
.
data
)
this
.
pageCount
=
res
.
Data
.
PageCount
;
...
...
src/pages/course/rewardDetailed.vue
View file @
aec8cdac
...
...
@@ -153,6 +153,7 @@
data
:
[],
loading
:
true
,
msg
:
{
rowsPerPage
:
999
,
BonusId
:
0
,
TeacherId
:
0
,
Type
:
0
...
...
src/pages/sale/studentList.vue
View file @
aec8cdac
...
...
@@ -164,6 +164,7 @@
msg
:
{
pageIndex
:
1
,
pageSize
:
12
,
rowsPerPage
:
12
,
OrderId
:
0
,
ClassId
:
0
,
GuestName
:
''
,
...
...
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