Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
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
wangqi
dd_school
Commits
dcfb4b8a
Commit
dcfb4b8a
authored
Nov 01, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 49.232.152.146:qangqi/dd_school
parents
013c512b
672056b3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
9 deletions
+16
-9
ruoyi-ui/src/api/smartSchool/teacherFiles/teacherElectronicFile.js
+15
-9
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
+1
-0
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+0
-0
No files found.
ruoyi-ui/src/api/smartSchool/teacherFiles/teacherElectronicFile.js
View file @
dcfb4b8a
...
...
@@ -75,6 +75,14 @@ export function getteacherNotice(query) {
params
:
query
,
});
}
// 级部列表
export
function
getGradeTnfo
(
query
)
{
return
request
({
url
:
'/teacherFiles/files/gradeList'
,
method
:
'get'
,
params
:
query
})
}
//老师查看详情
export
function
getNoticeInfo
(
query
)
{
return
request
({
...
...
@@ -85,14 +93,12 @@ export function getNoticeInfo(query) {
}
//老师查看列表
export
function
getTeacherTnfo
(
userId
)
{
export
function
getTeacherTnfo
(
query
)
{
return
request
({
url
:
`/teacherFiles/files/getTeachList/
${
userId
}
`
,
method
:
"get"
,
params
:
{
noticeName
:
noticeName
,
},
});
url
:
'/teacherFiles/files/getTeachList'
,
method
:
'get'
,
params
:
query
})
}
//级部查看档案详情
...
...
@@ -144,14 +150,14 @@ export function fileSubReview(id) {
});
}
// 教师档案
提交通过
// 教师档案
驳回
export
function
fileSubApproved
(
id
)
{
return
request
({
url
:
`/teacherFiles/files/reject/
${
id
}
`
,
method
:
"put"
,
});
}
// 教师档案提交
驳回
// 教师档案提交
export
function
fileSubRejected
(
id
)
{
return
request
({
url
:
`/teacherFiles/files/passThrough/
${
id
}
`
,
...
...
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
dcfb4b8a
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
View file @
dcfb4b8a
...
...
@@ -254,6 +254,7 @@ export default {
},
// 同意
handleAgree
(
row
)
{
console
.
log
(
row
,
"同意row"
);
this
.
$confirm
(
"确定同意吗?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
...
...
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
dcfb4b8a
This diff is collapsed.
Click to expand it.
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