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
38e01f4d
Commit
38e01f4d
authored
Jul 16, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3f5153e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
199 additions
and
117 deletions
+199
-117
class.js
src/api/course/class.js
+14
-3
stopLessonForm.vue
src/components/teacher/stopLessonForm.vue
+0
-1
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+181
-112
teacherLesson.vue
src/pages/course/teacherLesson.vue
+4
-1
No files found.
src/api/course/class.js
View file @
38e01f4d
...
...
@@ -399,7 +399,7 @@ export function GetTeacherClassHours(data) {
* 班级月度课耗
* @param {JSON参数} data
*/
export
function
getClassMonthStatistics
(
data
)
{
export
function
getClassMonthStatistics
(
data
)
{
return
request
({
url
:
'/finance/GetClassMonthStatistics'
,
method
:
'post'
,
...
...
@@ -411,7 +411,7 @@ export function GetTeacherClassHours(data) {
* 教师奖励 获取课时费老师列表
* @param {JSON参数} data
*/
export
function
getTeachingRewardsSendEmployeeList
(
data
)
{
export
function
getTeachingRewardsSendEmployeeList
(
data
)
{
return
request
({
url
:
'/TeachingRewards/GetTeachingRewardsSendEmployeeList'
,
method
:
'post'
,
...
...
@@ -422,10 +422,21 @@ export function GetTeacherClassHours(data) {
* 教师奖励 设置 老师已发放
* @param {JSON参数} data
*/
export
function
setTeachingRewardsSendEmployee
(
data
)
{
export
function
setTeachingRewardsSendEmployee
(
data
)
{
return
request
({
url
:
'/TeachingRewards/SetTeachingRewardsSendEmployee'
,
method
:
'post'
,
data
})
}
/**
* 教师奖励 设置 老师已发放
* @param {JSON参数} data
*/
export
function
delLessonComment
(
data
)
{
return
request
({
url
:
'/class/DelLessonComment'
,
method
:
'post'
,
data
})
}
\ No newline at end of file
src/components/teacher/stopLessonForm.vue
View file @
38e01f4d
...
...
@@ -64,7 +64,6 @@
this
.
msg
.
OrderGuestId
=
this
.
setObj
.
Id
this
.
msg
.
OldStudentStatus
=
this
.
setObj
.
GuestState
}
console
.
log
(
57
,
this
.
msg
)
},
methods
:
{
closeSaveForm
()
{
...
...
src/pages/course/prepareclassDetails.vue
View file @
38e01f4d
This diff is collapsed.
Click to expand it.
src/pages/course/teacherLesson.vue
View file @
38e01f4d
...
...
@@ -333,7 +333,10 @@
<span
class=
"beikeBtn"
v-if=
"AccountType&&item1.LessonPlanNum===0"
@
click=
"goBeike(item1)"
>
备课
</span>
<span
style=
"color:#3FC4FF;font-size:12px;cursor:pointer"
v-if=
"item1.LessonPlanSummaryNum>0&&item1.LessonPlanNum>0"
@
click=
"goyibeike(item1)"
>
已反馈
</span>
<span
style=
"color:#FFA800;font-size:12px;"
v-if=
"item1.LessonPlanSummaryNum==0&&item1.LessonPlanNum>0"
>
未反馈
</span>
<span
class=
"fankuiBtn"
v-if=
"AccountType&&item1.LessonPlanSummaryNum==0&&item1.LessonPlanNum>0"
@
click=
"goyibeike(item1)"
>
反馈
</span>
<span
style=
"color:#3FC4FF;font-size:12px;margin-left:20px;cursor:pointer"
v-if=
"item1.ParentFanKuiStatus>0&&item1.LessonPlanNum>0"
@
click=
"goyibeike(item1)"
>
主管已反馈
</span>
<span
style=
"color:#FFA800;font-size:12px;margin-left:20px;"
v-if=
"item1.ParentFanKuiStatus==0&&item1.LessonPlanNum>0"
>
主管未反馈
</span>
<span
class=
"fankuiBtn"
v-if=
"AccountType&&item1.LessonPlanSummaryNum==0&&item1.LessonPlanNum>0"
@
click=
"goyibeike(item1)"
>
反馈
</span>
</div>
</div>
<div
class=
"TeacherInfo_List"
v-for=
"(item,index) in item1.planListTeacher"
>
...
...
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