Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
12982ab9
authored
2018-03-28 21:49:20 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://g.28ms.com:8000/yangjianbin/page
into develop
2 parents
235e2894
30e942f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
application/views/perm/staff.php
application/views/perm/staff.php
View file @
12982ab
...
...
@@ -118,7 +118,6 @@
{data: "remark"},//备注
]
});
$.fn.dataTableExt.afnFiltering.push(
function (oSettings, aData, iDataIndex) {
var min = document.getElementById('min').value;
...
...
@@ -209,6 +208,7 @@
layer.alert('
操作失败
');
} else {
layer.msg('
冻结成功
');
reload();
}
},
error: function () {
...
...
@@ -218,8 +218,6 @@
});
}
//
function unfreeze(id) {
layer.confirm('
您确定要解冻这个员工账号吗
?
', {
btn: ['
确认
','
取消
'],
...
...
@@ -228,7 +226,8 @@
}, function(){
$.ajax({
type: '
put
',
url: apiBaseUrl + '
manage
/
financial
/
confirm
/
' + id + '
?
realRepaymentDate
=
' + Date.now(),
// url: apiBaseUrl + '
manage
/
financial
/
confirm
/
' + id + '
?
realRepaymentDate
=
' + Date.now(),
url: apiBaseUrl + '
/
system
/
user
/
unfreeze
/
' + id,
cache: false,
dataType: '
json
',
contentType: "application/json; charset=UTF-8",
...
...
@@ -239,6 +238,7 @@
layer.alert('
操作失败
');
} else {
layer.msg('
解冻成功
');
reload();
}
},
error: function () {
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment