Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨昕
media-resource
Commits
3c70e44d
Commit
3c70e44d
authored
Apr 06, 2021
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批处理页面清空本次提交数据
parent
644b3cb5
Pipeline
#14111
passed with stages
in 4 minutes 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletions
+17
-1
batch_media.blade.php
resources/views/admin/media/batch_media.blade.php
+17
-1
No files found.
resources/views/admin/media/batch_media.blade.php
View file @
3c70e44d
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<input
type=
"file"
class=
"btn btn-info"
id=
"uploadFile"
name=
"uploadFile"
accept=
".xls,.xlsx"
>
<input
type=
"file"
class=
"btn btn-info"
id=
"uploadFile"
name=
"uploadFile"
accept=
".xls,.xlsx"
>
</div>
</div>
<button
class=
"btn btn-info batch-media"
type=
"submit"
id=
"batch-media"
disabled
>
提交
</button>
<button
class=
"btn btn-info batch-media"
type=
"submit"
id=
"batch-media"
disabled
onclick=
"test()"
>
导入
</button>
</form>
</form>
...
@@ -93,6 +93,22 @@
...
@@ -93,6 +93,22 @@
}
}
})
})
/**
* 清空页面属性
*/
function
test
()
{
$
(
'body'
).
toast
({
position
:
'fixed'
,
content
:
'导入成功,数据处理中......'
,
duration
:
3000
,
top
:
'50%'
});
setTimeout
(
function
()
{
$
(
"#batch-media"
).
attr
(
"disabled"
,
true
);
$
(
"#uploadFile"
).
val
(
""
)
},
2000
)
}
</script>
</script>
...
...
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