Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SooonerHotel
Project
Project
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
吴贤德
SooonerHotel
Commits
94f7e37c
Commit
94f7e37c
authored
Nov 26, 2019
by
wangjiangze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
2c022a97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
add.html
SooonerHotel/App/Tpl/Inject/zh-cn/Inject/add.html
+15
-0
add.html
SooonerHotel/App/Tpl/Playctrl/zh-cn/PlayCtrl/add.html
+2
-0
No files found.
SooonerHotel/App/Tpl/Inject/zh-cn/Inject/add.html
View file @
94f7e37c
...
...
@@ -147,6 +147,19 @@ body{padding:20px}
<input
name=
""
type=
"reset"
class=
"btn btn-warning"
value=
"取消"
onclick=
"parentDialog.close();"
/>
</div>
</form>
<!-- loading -->
<div
class=
"modal fade"
id=
"loading"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
data-backdrop=
'static'
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title"
id=
"myModalLabel"
>
系统提示
</h4>
</div>
<div
class=
"modal-body"
>
正在处理数据,请稍等......
<span
id=
"result"
></span>
</div>
</div>
</div>
</div>
<script
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
(
$
)
{
$
(
'#multiselect'
).
multiselect
({
...
...
@@ -261,6 +274,7 @@ $().ready(function(){
});
$
(
"#laiyuan"
).
bind
(
"change"
,
function
(){
$
(
'#loading'
).
modal
(
'show'
);
var
tmp_val
=
$
(
this
).
val
();
var
sp_val
=
$
(
"select[name='sp'] option:selected"
).
val
();
if
(
sp_val
==
0
){
...
...
@@ -307,6 +321,7 @@ $().ready(function(){
$
(
"select#programType"
).
val
(
0
);
$
(
"#multiselectMedia"
).
empty
();
}
$
(
'#loading'
).
modal
(
'hide'
);
});
$
(
"#playlist"
).
bind
(
"change"
,
function
(){
...
...
SooonerHotel/App/Tpl/Playctrl/zh-cn/PlayCtrl/add.html
View file @
94f7e37c
...
...
@@ -301,6 +301,7 @@ $().ready(function(){
});
$
(
"#laiyuan"
).
bind
(
"change"
,
function
(){
$
(
'#loading'
).
modal
(
'show'
);
var
tmp_val
=
$
(
this
).
val
();
var
sp_id
=
$
(
"select[name='sp'] option:selected"
).
val
();
if
(
sp_id
==
0
){
...
...
@@ -328,6 +329,7 @@ $().ready(function(){
$
(
"#playlist"
).
addClass
(
"hidden"
);
$
(
"#multiselectMedia"
).
empty
();
}
$
(
'#loading'
).
modal
(
'hide'
);
});
$
(
"#playlist"
).
bind
(
"change"
,
function
(){
...
...
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