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
13469014
Commit
13469014
authored
Nov 09, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 11.9
parent
fa8c7cb3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
9 deletions
+20
-9
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/schoolAwards/awardEntry/index.vue
+5
-2
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/schoolAwards/awardManagement/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/schoolAwards/awardReview/index.vue
+1
-1
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/ViolationDiscipline/index.vue
+6
-4
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/disciplinaryManagemen/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/violationDisciplineentry/index.vue
+8
-2
No files found.
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/schoolAwards/awardEntry/index.vue
View file @
13469014
...
@@ -220,6 +220,8 @@ export default {
...
@@ -220,6 +220,8 @@ export default {
return
{
return
{
uploadFileUrl
:
process
.
env
.
VUE_APP_BASE_API
+
"/common/upload"
,
// 上传的图片服务器地址
uploadFileUrl
:
process
.
env
.
VUE_APP_BASE_API
+
"/common/upload"
,
// 上传的图片服务器地址
queryForm
:
{
queryForm
:
{
pageNum
:
1
,
pageSize
:
10
,
awardsLevel
:
""
,
awardsLevel
:
""
,
awardsType
:
""
,
awardsType
:
""
,
startTime
:
""
,
startTime
:
""
,
...
@@ -292,7 +294,6 @@ export default {
...
@@ -292,7 +294,6 @@ export default {
},
},
methods
:
{
methods
:
{
handleAdd
()
{
handleAdd
()
{
this
.
reset
();
this
.
reset
();
this
.
dialogTableVisible
=
true
;
this
.
dialogTableVisible
=
true
;
...
@@ -346,7 +347,7 @@ export default {
...
@@ -346,7 +347,7 @@ export default {
handleExamine
(
row
)
{
handleExamine
(
row
)
{
const
ids
=
row
.
id
||
this
.
ids
;
const
ids
=
row
.
id
||
this
.
ids
;
this
.
$modal
this
.
$modal
.
confirm
(
"是否提交该
活动
?"
)
.
confirm
(
"是否提交该
信息
?"
)
.
then
(
function
()
{
.
then
(
function
()
{
const
params
=
{
const
params
=
{
id
:
row
.
id
,
id
:
row
.
id
,
...
@@ -447,6 +448,8 @@ export default {
...
@@ -447,6 +448,8 @@ export default {
resetQuery
()
{
resetQuery
()
{
this
.
queryForm
=
{
this
.
queryForm
=
{
pageNum
:
1
,
pageSize
:
10
,
awardsLevel
:
""
,
awardsLevel
:
""
,
awardsType
:
""
,
awardsType
:
""
,
startTime
:
""
,
startTime
:
""
,
...
...
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/schoolAwards/awardManagement/index.vue
View file @
13469014
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/schoolAwards/awardReview/index.vue
View file @
13469014
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
</div>
</div>
</div>
</div>
</el-upload>
</el-upload>
<i
class=
"el-icon-delete"
@
click=
"handleRemove(index)"
></i>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
...
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/ViolationDiscipline/index.vue
View file @
13469014
...
@@ -77,9 +77,7 @@
...
@@ -77,9 +77,7 @@
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"getList"
>
搜索
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"getList"
>
搜索
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form-item>
<el-row
:gutter=
"10"
class=
"mb8"
>
<el-button
type=
"primary"
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
>
新增
</el-button>
</el-row>
</el-form>
</el-form>
<el-table
:data=
"tableData"
:default-sort=
"
{ prop: 'punishTime', order: 'descending' }" border style="width: 100%">
<el-table
:data=
"tableData"
:default-sort=
"
{ prop: 'punishTime', order: 'descending' }" border style="width: 100%">
<el-table-column
align=
"center"
type=
"index"
label=
"序号"
width=
"55"
/>
<el-table-column
align=
"center"
type=
"index"
label=
"序号"
width=
"55"
/>
...
@@ -299,10 +297,12 @@ import {
...
@@ -299,10 +297,12 @@ import {
import
{
checkIdcard
}
from
'@/utils/utilLibrary/validate'
import
{
checkIdcard
}
from
'@/utils/utilLibrary/validate'
export
default
{
export
default
{
name
:
'index'
,
name
:
'index'
,
dicts
:
[
'violate_type'
,
'violate_num'
,
'punish_result'
,
'sys_user_sex'
,
'grade_type'
,
'semester'
,
'audit_state1'
],
dicts
:
[
'violate_type'
,
'violate_num'
,
'punish_result'
,
'sys_user_sex'
,
'grade_type'
,
'semester'
,
'audit_state1'
],
data
()
{
data
()
{
return
{
return
{
queryForm
:
{
queryForm
:
{
pageNum
:
1
,
pageSize
:
10
,
schoolYear
:
""
,
schoolYear
:
""
,
semester
:
""
,
semester
:
""
,
gradeYear
:
""
,
gradeYear
:
""
,
...
@@ -615,6 +615,8 @@ export default {
...
@@ -615,6 +615,8 @@ export default {
resetQuery
()
{
resetQuery
()
{
this
.
queryForm
=
{
this
.
queryForm
=
{
pageNum
:
1
,
pageSize
:
10
,
schoolYear
:
""
,
schoolYear
:
""
,
semester
:
""
,
semester
:
""
,
gradeYear
:
""
,
gradeYear
:
""
,
...
...
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/disciplinaryManagemen/index.vue
View file @
13469014
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/awardsDisciplinary/studentViolation/violationDisciplineentry/index.vue
View file @
13469014
...
@@ -308,10 +308,12 @@ import {
...
@@ -308,10 +308,12 @@ import {
import
{
checkIdcard
}
from
'@/utils/utilLibrary/validate'
import
{
checkIdcard
}
from
'@/utils/utilLibrary/validate'
export
default
{
export
default
{
name
:
'index'
,
name
:
'index'
,
dicts
:
[
'violate_type'
,
'violate_num'
,
'punish_result'
,
'sys_user_sex'
,
'grade_type'
,
'semester'
,
'audit_state1'
],
dicts
:
[
'violate_type'
,
'violate_num'
,
'punish_result'
,
'sys_user_sex'
,
'grade_type'
,
'semester'
,
'audit_state1'
],
data
()
{
data
()
{
return
{
return
{
queryForm
:
{
queryForm
:
{
pageNum
:
1
,
pageSize
:
10
,
schoolYear
:
""
,
schoolYear
:
""
,
semester
:
""
,
semester
:
""
,
gradeYear
:
""
,
gradeYear
:
""
,
...
@@ -334,6 +336,7 @@ export default {
...
@@ -334,6 +336,7 @@ export default {
],
],
open
:
false
,
//查看弹窗表格
//查看弹窗表格
ExperimentalData
:
[],
ExperimentalData
:
[],
form
:
{
form
:
{
...
@@ -516,7 +519,7 @@ export default {
...
@@ -516,7 +519,7 @@ export default {
handleExamine
(
row
)
{
handleExamine
(
row
)
{
const
ids
=
row
.
id
||
this
.
ids
;
const
ids
=
row
.
id
||
this
.
ids
;
this
.
$modal
this
.
$modal
.
confirm
(
"是否提交该
活动
?"
)
.
confirm
(
"是否提交该
信息
?"
)
.
then
(
function
()
{
.
then
(
function
()
{
const
params
=
{
const
params
=
{
id
:
row
.
id
,
id
:
row
.
id
,
...
@@ -532,6 +535,7 @@ export default {
...
@@ -532,6 +535,7 @@ export default {
console
.
error
(
err
);
console
.
error
(
err
);
});
});
},
},
// 删除
// 删除
handleDelete
(
row
)
{
handleDelete
(
row
)
{
this
.
$modal
.
confirm
(
`是否确认删除此数据?`
).
then
(()
=>
{
this
.
$modal
.
confirm
(
`是否确认删除此数据?`
).
then
(()
=>
{
...
@@ -622,6 +626,8 @@ export default {
...
@@ -622,6 +626,8 @@ export default {
resetQuery
()
{
resetQuery
()
{
this
.
queryForm
=
{
this
.
queryForm
=
{
pageNum
:
1
,
pageSize
:
10
,
schoolYear
:
""
,
schoolYear
:
""
,
semester
:
""
,
semester
:
""
,
gradeYear
:
""
,
gradeYear
:
""
,
...
...
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