diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/organization/index.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/organization/index.jsp index 68542505..8824019e 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/organization/index.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/organization/index.jsp @@ -22,9 +22,9 @@
- 新增组织 - 编辑组织 - 删除组织 + 新增组织 + 编辑组织 + 删除组织
@@ -73,21 +73,22 @@ $(function() { // 格式化操作按钮 function actionFormatter(value, row, index) { return [ - ' ', - '' + ' ', + '' ].join(''); } -// 操作按钮事件 -window.actionEvents = { - 'click .update': function (e, value, row, index) { - alert('You click update icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - }, - 'click .delete': function (e, value, row, index) { - alert('You click delete icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - } -}; +// 新增 +function createAction() { + +} +// 编辑 +function updateAction() { + var rows = $table.bootstrapTable('getSelections'); +} +// 删除 +function deleteAction() { + var rows = $table.bootstrapTable('getSelections'); +} \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/button.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/button.jsp index 25d5c005..26b88beb 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/button.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/button.jsp @@ -22,9 +22,9 @@
- 新增权限 - 编辑权限 - 删除权限 + 新增权限 + 编辑权限 + 删除权限
@@ -79,8 +79,8 @@ $(function() { // 格式化操作按钮 function actionFormatter(value, row, index) { return [ - ' ', - '' + ' ', + '' ].join(''); } // 格式化图标 @@ -105,17 +105,18 @@ function statusFormatter(value, row, index) { return '锁定'; } } -// 操作按钮事件 -window.actionEvents = { - 'click .update': function (e, value, row, index) { - alert('You click update icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - }, - 'click .delete': function (e, value, row, index) { - alert('You click delete icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - } -}; +// 新增 +function createAction() { + +} +// 编辑 +function updateAction() { + var rows = $table.bootstrapTable('getSelections'); +} +// 删除 +function deleteAction() { + var rows = $table.bootstrapTable('getSelections'); +} \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/index.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/index.jsp index e2f4058f..d81db634 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/index.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/index.jsp @@ -22,9 +22,9 @@
- 新增权限 - 编辑权限 - 删除权限 + 新增权限 + 编辑权限 + 删除权限
@@ -79,8 +79,8 @@ $(function() { // 格式化操作按钮 function actionFormatter(value, row, index) { return [ - ' ', - '' + ' ', + '' ].join(''); } // 格式化图标 @@ -105,17 +105,18 @@ function statusFormatter(value, row, index) { return '锁定'; } } -// 操作按钮事件 -window.actionEvents = { - 'click .update': function (e, value, row, index) { - alert('You click update icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - }, - 'click .delete': function (e, value, row, index) { - alert('You click delete icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - } -}; +// 新增 +function createAction() { + +} +// 编辑 +function updateAction() { + var rows = $table.bootstrapTable('getSelections'); +} +// 删除 +function deleteAction() { + var rows = $table.bootstrapTable('getSelections'); +} \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/menu.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/menu.jsp index a88de3e2..c7f3da08 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/menu.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/permission/menu.jsp @@ -22,9 +22,9 @@
- 新增权限 - 编辑权限 - 删除权限 + 新增权限 + 编辑权限 + 删除权限
@@ -79,8 +79,8 @@ $(function() { // 格式化操作按钮 function actionFormatter(value, row, index) { return [ - ' ', - '' + ' ', + '' ].join(''); } // 格式化图标 @@ -105,17 +105,18 @@ function statusFormatter(value, row, index) { return '锁定'; } } -// 操作按钮事件 -window.actionEvents = { - 'click .update': function (e, value, row, index) { - alert('You click update icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - }, - 'click .delete': function (e, value, row, index) { - alert('You click delete icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - } -}; +// 新增 +function createAction() { + +} +// 编辑 +function updateAction() { + var rows = $table.bootstrapTable('getSelections'); +} +// 删除 +function deleteAction() { + var rows = $table.bootstrapTable('getSelections'); +} \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/role/index.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/role/index.jsp index 01f21dda..f728bcd5 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/role/index.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/role/index.jsp @@ -22,9 +22,9 @@
- 新增角色 - 编辑角色 - 删除角色 + 新增角色 + 编辑角色 + 删除角色
@@ -73,21 +73,22 @@ $(function() { // 格式化操作按钮 function actionFormatter(value, row, index) { return [ - ' ', - '' + ' ', + '' ].join(''); } -// 操作按钮事件 -window.actionEvents = { - 'click .update': function (e, value, row, index) { - alert('You click update icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - }, - 'click .delete': function (e, value, row, index) { - alert('You click delete icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - } -}; +// 新增 +function createAction() { + +} +// 编辑 +function updateAction() { + var rows = $table.bootstrapTable('getSelections'); +} +// 删除 +function deleteAction() { + var rows = $table.bootstrapTable('getSelections'); +} \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/index.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/index.jsp index 97bd2924..40096889 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/index.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/index.jsp @@ -22,9 +22,9 @@
- 新增系统 - 编辑系统 - 删除系统 + 新增系统 + 编辑系统 + 删除系统
@@ -35,9 +35,10 @@ \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/user/index.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/user/index.jsp index c30a6859..dcec33d3 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/user/index.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/user/index.jsp @@ -22,9 +22,9 @@
- 新增用户 - 编辑用户 - 删除用户 + 新增用户 + 编辑用户 + 删除用户
@@ -78,8 +78,8 @@ $(function() { // 格式化操作按钮 function actionFormatter(value, row, index) { return [ - ' ', - '' + ' ', + '' ].join(''); } // 格式化图标 @@ -104,17 +104,18 @@ function statusFormatter(value, row, index) { return '正常'; } } -// 操作按钮事件 -window.actionEvents = { - 'click .update': function (e, value, row, index) { - alert('You click update icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - }, - 'click .delete': function (e, value, row, index) { - alert('You click delete icon, row: ' + JSON.stringify(row)); - console.log(value, row, index); - } -}; +// 新增 +function createAction() { + +} +// 编辑 +function updateAction() { + var rows = $table.bootstrapTable('getSelections'); +} +// 删除 +function deleteAction() { + var rows = $table.bootstrapTable('getSelections'); +} \ No newline at end of file