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
6eebec73
Commit
6eebec73
authored
Jan 12, 2024
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 1.12
parent
bab149c7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
9 deletions
+36
-9
ruoyi-ui/src/api/smartSchool/classAdviser/studentCommendation.js
+16
-0
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/ViolationDiscipline/index.vue
+1
-0
ruoyi-ui/src/views/smartSchool/classAdviser/studentManage/discipline/index.vue
+16
-8
ruoyi-ui/src/views/smartSchool/classAdviser/studentManage/index.vue
+1
-1
ruoyi-ui/src/views/smartSchool/classAdviser/studentManage/studentCommendation/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/studentAchievements/scoreEntry/index.vue
+1
-0
ruoyi-ui/src/views/smartSchool/studentAchievements/scoreViewing/index.vue
+1
-0
No files found.
ruoyi-ui/src/api/smartSchool/classAdviser/studentCommendation.js
View file @
6eebec73
...
@@ -72,3 +72,19 @@ export function reviewStudentAward(data) {
...
@@ -72,3 +72,19 @@ export function reviewStudentAward(data) {
data
:
data
,
data
:
data
,
});
});
}
}
//班主任管理--学生嘉奖查看
export
function
listStudent
(
query
)
{
return
request
({
url
:
"/school/studentAward/getStudentAwardList"
,
method
:
"get"
,
params
:
query
,
});
}
//班主任管理--学生违纪查看
export
function
listStudentwj
(
query
)
{
return
request
({
url
:
"/school/discipline/getDisciplineList"
,
method
:
"get"
,
params
:
query
,
});
}
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/ViolationDiscipline/index.vue
View file @
6eebec73
...
@@ -365,6 +365,7 @@ export default {
...
@@ -365,6 +365,7 @@ export default {
query
:
false
,
query
:
false
,
isEdit
:
false
,
isEdit
:
false
,
gradeLists
:
[],
gradeLists
:
[],
fileList
:
[],
//表格数据
//表格数据
tableData
:
[
tableData
:
[
...
...
ruoyi-ui/src/views/smartSchool/classAdviser/studentManage/discipline/index.vue
View file @
6eebec73
...
@@ -91,6 +91,9 @@
...
@@ -91,6 +91,9 @@
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
type=
"primary"
plain
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuerycx"
>
查询
</el-button>
<el-button
type=
"primary"
plain
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuerycx"
>
查询
</el-button>
</el-col>
</el-col>
<!--
<el-col
:span=
"1.5"
>
<el-button
plain
type=
"warning"
icon=
"el-icon-upload2"
size=
"mini"
@
click=
"handleExport"
>
导出
</el-button>
</el-col>
-->
</el-row>
</el-row>
<el-table
:row-style=
"
{ height: '0' }" :cell-style="{ padding: '3px' }" :data="tableData"
<el-table
:row-style=
"
{ height: '0' }" :cell-style="{ padding: '3px' }" :data="tableData"
...
@@ -123,7 +126,7 @@
...
@@ -123,7 +126,7 @@
<el-table-column
align=
"center"
prop=
"idCard"
sortable
label=
"身份证号"
width=
"180"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"idCard"
sortable
label=
"身份证号"
width=
"180"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"classTeacher"
sortable
label=
"班主任"
width=
"100"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"classTeacher"
sortable
label=
"班主任"
width=
"100"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"gradeDirector"
sortable
label=
"级部主任"
width=
"100"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"gradeDirector"
sortable
label=
"级部主任"
width=
"100"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"violateType"
sortable
label=
"违纪类别"
width=
"1
0
0"
show-overflow-tooltip
>
<el-table-column
align=
"center"
prop=
"violateType"
sortable
label=
"违纪类别"
width=
"1
2
0"
show-overflow-tooltip
>
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
<div>
{{
selectDictLabel
(
dict
.
type
.
violate_type
,
row
.
violateType
)
}}
</div>
<div>
{{
selectDictLabel
(
dict
.
type
.
violate_type
,
row
.
violateType
)
}}
</div>
</
template
>
</
template
>
...
@@ -145,8 +148,7 @@
...
@@ -145,8 +148,7 @@
<div>
{{
selectDictLabel
(
dict
.
type
.
audit_state
,
row
.
auditState
)
}}
</div>
<div>
{{
selectDictLabel
(
dict
.
type
.
audit_state
,
row
.
auditState
)
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
fixed=
"right"
label=
"操作"
width=
"110"
>
<el-table-column
align=
"center"
fixed=
"right"
label=
"操作"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
@
click=
"handleLook(scope.row)"
type=
"text"
size=
"small"
>
查看
</el-button>
<el-button
@
click=
"handleLook(scope.row)"
type=
"text"
size=
"small"
>
查看
</el-button>
</
template
>
</
template
>
...
@@ -156,7 +158,7 @@
...
@@ -156,7 +158,7 @@
@
pagination=
"getList"
/>
@
pagination=
"getList"
/>
<!-- 查看-->
<!-- 查看-->
<el-dialog
title=
"详细信息"
:visible
.
sync=
"dialogTableVisible"
width=
"1
1
00px"
>
<el-dialog
title=
"详细信息"
:visible
.
sync=
"dialogTableVisible"
width=
"1
2
00px"
>
<el-form
:model=
"form"
ref=
"form"
size=
"small"
label-width=
"120px"
:disabled=
"isEdit"
:rules=
"rules"
>
<el-form
:model=
"form"
ref=
"form"
size=
"small"
label-width=
"120px"
:disabled=
"isEdit"
:rules=
"rules"
>
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
@@ -226,7 +228,8 @@
...
@@ -226,7 +228,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"身份证号"
prop=
"idCard"
>
<el-form-item
label=
"
号"
prop=
"idCard"
>
<el-input
v-model=
"form.idCard"
@
blur=
"handleIdCardBlur"
maxlength=
"18"
placeholder=
"请输入"
<el-input
v-model=
"form.idCard"
@
blur=
"handleIdCardBlur"
maxlength=
"18"
placeholder=
"请输入"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-form-item>
...
@@ -331,9 +334,9 @@ import {
...
@@ -331,9 +334,9 @@ import {
subApply
,
//提交
subApply
,
//提交
getGrade
,
// 获取最新三个年级
getGrade
,
// 获取最新三个年级
getClassList
,
// 根据年级获取班级,
getClassList
,
// 根据年级获取班级,
listDisciplinetg
,
//查看已通过
getTeacher
,
//获取教师
getTeacher
,
//获取教师
}
from
'@/api/smartSchool/awardsDisciplinary/studentViolation/disciplinaryManagemen'
}
from
'@/api/smartSchool/awardsDisciplinary/studentViolation/disciplinaryManagemen'
import
{
listStudentwj
}
from
"@/api/smartSchool/classAdviser/studentCommendation"
;
import
{
checkIdcard
}
from
'@/utils/utilLibrary/validate'
import
{
checkIdcard
}
from
'@/utils/utilLibrary/validate'
export
default
{
export
default
{
name
:
'index'
,
name
:
'index'
,
...
@@ -393,6 +396,7 @@ export default {
...
@@ -393,6 +396,7 @@ export default {
//弹窗
//弹窗
dialogTableVisible
:
false
,
dialogTableVisible
:
false
,
total
:
0
,
total
:
0
,
fileList
:
[],
gradeList
:
[],
gradeList
:
[],
classList
:
[],
classList
:
[],
deptOptions
:
[],
deptOptions
:
[],
...
@@ -584,7 +588,7 @@ export default {
...
@@ -584,7 +588,7 @@ export default {
getList
()
{
getList
()
{
list
Disciplinetg
(
this
.
queryForm
)
list
Studentwj
(
this
.
queryForm
)
.
then
(
response
=>
{
.
then
(
response
=>
{
this
.
tableData
=
response
.
rows
;
this
.
tableData
=
response
.
rows
;
console
.
log
(
'response'
,
response
);
console
.
log
(
'response'
,
response
);
...
@@ -685,7 +689,11 @@ export default {
...
@@ -685,7 +689,11 @@ export default {
this
.
getList
();
this
.
getList
();
this
.
query
=
false
;
this
.
query
=
false
;
},
},
handleExport
()
{
this
.
download
(
'/school/discipline/exportYtg'
,
{
...
this
.
queryParams
},
`学生违纪_
${
new
Date
().
getTime
()}
.xlsx`
)
}
},
},
}
}
</
script
>
</
script
>
...
...
ruoyi-ui/src/views/smartSchool/classAdviser/studentManage/index.vue
View file @
6eebec73
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
key=
"support"
width=
"150"
align=
"center"
prop=
"support"
label=
"接收资助情况"
></el-table-column>
<el-table-column
key=
"support"
width=
"150"
align=
"center"
prop=
"support"
label=
"接收资助情况"
></el-table-column>
<el-table-column
label=
"操作"
align=
"center"
min-width=
"2
2
0px"
fixed=
"right"
>
<el-table-column
label=
"操作"
align=
"center"
min-width=
"2
5
0px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleUpdate(scope.row)"
>
编辑
<el-button
size=
"mini"
type=
"text"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
</el-button>
...
...
ruoyi-ui/src/views/smartSchool/classAdviser/studentManage/studentCommendation/index.vue
View file @
6eebec73
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/studentAchievements/scoreEntry/index.vue
View file @
6eebec73
...
@@ -504,6 +504,7 @@ export default {
...
@@ -504,6 +504,7 @@ export default {
this
.
form
=
response
.
data
;
this
.
form
=
response
.
data
;
this
.
isEdit
=
true
;
this
.
isEdit
=
true
;
this
.
open
=
true
;
this
.
open
=
true
;
this
.
title
=
"查看学生成绩"
;
}
).
catch
(
error
=>
{
}
).
catch
(
error
=>
{
this
.
$modal
.
closeLoading
();
this
.
$modal
.
closeLoading
();
}
)
}
)
...
...
ruoyi-ui/src/views/smartSchool/studentAchievements/scoreViewing/index.vue
View file @
6eebec73
...
@@ -485,6 +485,7 @@ export default {
...
@@ -485,6 +485,7 @@ export default {
this
.
form
=
response
.
data
;
this
.
form
=
response
.
data
;
this
.
isEdit
=
true
;
this
.
isEdit
=
true
;
this
.
open
=
true
;
this
.
open
=
true
;
this
.
title
=
"查看学生成绩"
;
}
).
catch
(
error
=>
{
}
).
catch
(
error
=>
{
this
.
$modal
.
closeLoading
();
this
.
$modal
.
closeLoading
();
}
)
}
)
...
...
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