Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
d25006d7
Commit
d25006d7
authored
Mar 05, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冻结修改
parent
d1e30900
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
agent.js
public/resource/js/agent.js
+2
-2
agent_template_tpl.html
public/resource/template/agent_template_tpl.html
+1
-1
No files found.
public/resource/js/agent.js
View file @
d25006d7
...
...
@@ -205,7 +205,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp
dataType
:
"json"
,
success
:
function
(
data
)
{
if
(
data
.
code
!=
200
)
{
alert
(
"禁用失败!"
)
alert
(
data
.
msg
)
}
}
});
...
...
@@ -233,7 +233,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp
hideAutomatic
.
hide
();
// console.log( $(this));
}
else
{
alert
(
"禁用失败!"
)
alert
(
data
.
msg
)
}
}
});
...
...
public/resource/template/agent_template_tpl.html
View file @
d25006d7
...
...
@@ -51,7 +51,7 @@
<
a
class
=
"btn1 btn-info yetai_checkbox"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
长假
<
/a
>
[
%
}
%
]
[
%
if
(
it
[
item
][
"status"
]
==
2
)
{
%
]
[
%
if
(
it
[
item
][
"status"
]
==
5
)
{
%
]
<
a
class
=
"btn1 btn-warning automatic-locking"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
status
=
'[%= it[item]["status"] %]'
>
自动锁定
<
/a
>
[
%
}
%
]
...
...
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