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
7236696d
Commit
7236696d
authored
Nov 29, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案 级部修改
parent
09cab0bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+13
-13
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
7236696d
...
...
@@ -34,7 +34,7 @@
>
重置
</el-button
>
<el-button
size=
"mini"
icon=
"el-icon-refresh"
@
click=
"handleMutiSubmit"
>
提交
</el-button
>
确认
</el-button
>
</el-form-item>
<el-row
:gutter=
"10"
>
...
...
@@ -173,14 +173,17 @@
<!-- 已发布 -->
<div
v-if=
"scope.row.state == '4'"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleSubmit(scope.row)"
>
提交
>
确认
</el-button>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleReject(scope.row)"
>
驳回
</el-button>
<
!--
<
el-button
size=
"mini"
type=
"text"
@
click=
"handleEdit(scope.row)"
<el-button
size=
"mini"
type=
"text"
@
click=
"handleEdit(scope.row)"
>
修改
</el-button>
-->
</el-button>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleCheck(scope.row)"
>
查看
</el-button>
</div>
<!--已提交-->
<div
v-if=
"scope.row.state == '1'"
>
...
...
@@ -778,18 +781,17 @@ export default {
return
true
;
}
},
//多选
提交
//多选
确认
handleMutiSubmit
(
row
)
{
const
ids
=
row
.
id
||
this
.
ids
;
this
.
$modal
.
confirm
(
"是否
提交
该活动?"
)
.
confirm
(
"是否
确认
该活动?"
)
.
then
(
function
()
{
return
fileSubApproved
(
ids
);
console
.
log
(
row
,
"提交按钮"
);
})
.
then
(()
=>
{
this
.
getList
();
this
.
$modal
.
msgSuccess
(
"任务已
提交
"
);
this
.
$modal
.
msgSuccess
(
"任务已
确认
"
);
})
.
catch
((
err
)
=>
{
console
.
error
(
err
);
...
...
@@ -905,18 +907,17 @@ export default {
// this.dialogForm = JSON.parse(JSON.stringify(row));
},
//
提交
按钮
//
确认
按钮
handleSubmit
(
row
)
{
const
ids
=
row
.
id
||
this
.
ids
;
this
.
$modal
.
confirm
(
"是否
提交
该活动?"
)
.
confirm
(
"是否
确认
该活动?"
)
.
then
(
function
()
{
return
fileSubRejected
(
ids
);
console
.
log
(
row
,
"提交按钮"
);
})
.
then
(()
=>
{
this
.
getList
();
this
.
$modal
.
msgSuccess
(
"任务已
提交
"
);
this
.
$modal
.
msgSuccess
(
"任务已
确认
"
);
})
.
catch
((
err
)
=>
{
console
.
error
(
err
);
...
...
@@ -929,7 +930,6 @@ export default {
.
confirm
(
"是否提交该活动?"
)
.
then
(
function
()
{
return
fileSubApproved
(
ids
);
console
.
log
(
row
,
"提交按钮"
);
})
.
then
(()
=>
{
this
.
getList
();
...
...
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