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
3792bd92
Commit
3792bd92
authored
Aug 09, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.9分班规则
parent
5ae57e55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/secondaryDivision/index.vue
+6
-1
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/summerViewing/index.vue
+6
-1
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/secondaryDivision/index.vue
View file @
3792bd92
...
@@ -233,7 +233,12 @@ export default {
...
@@ -233,7 +233,12 @@ export default {
},
},
// 分班按钮
// 分班按钮
submitForm
()
{
submitForm
()
{
// 检查是否已经分班
const
alreadyDivided
=
this
.
selectedCourse
.
some
(
course
=>
course
.
divisionClassesRule
!==
null
);
if
(
alreadyDivided
)
{
this
.
$message
.
warning
(
"已经分班,无法重复操作"
);
return
;
}
this
.
$confirm
(
'确定要分班吗?'
,
'提示'
,
{
this
.
$confirm
(
'确定要分班吗?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
...
...
ruoyi-ui/src/views/smartSchool/gradeWork/courseSelection/summerViewing/index.vue
View file @
3792bd92
...
@@ -231,7 +231,12 @@ export default {
...
@@ -231,7 +231,12 @@ export default {
},
},
// 分班按钮
// 分班按钮
submitForm
()
{
submitForm
()
{
// 检查是否已经分班
const
alreadyDivided
=
this
.
selectedCourse
.
some
(
course
=>
course
.
divisionClassesRule
!==
null
);
if
(
alreadyDivided
)
{
this
.
$message
.
warning
(
"已经分班,无法重复操作"
);
return
;
}
this
.
$confirm
(
'确定要分班吗?'
,
'提示'
,
{
this
.
$confirm
(
'确定要分班吗?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
...
...
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