|
|
@@ -67,11 +67,21 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
// 删除 |
|
|
|
$('#lr_delete').on('click', function () { |
|
|
|
//var keyValue = $('#gridtable').jfGridValue('Id'); |
|
|
|
//if (learun.checkrow(keyValue)) { |
|
|
|
// learun.layerConfirm('是否确认删除该项!', function (res) { |
|
|
|
// if (res) { |
|
|
|
// learun.deleteForm(top.$.rootUrl + '/EducationalAdministration/Officermailpage/DeleteForm', { keyValue: keyValue}, function () { |
|
|
|
// refreshGirdData(); |
|
|
|
// }); |
|
|
|
// } |
|
|
|
// }); |
|
|
|
//} |
|
|
|
var keyValue = $('#gridtable').jfGridValue('Id'); |
|
|
|
if (learun.checkrow(keyValue)) { |
|
|
|
learun.layerConfirm('是否确认删除该项!', function (res) { |
|
|
|
if (res) { |
|
|
|
learun.deleteForm(top.$.rootUrl + '/EducationalAdministration/Officermailpage/DeleteForm', { keyValue: keyValue}, function () { |
|
|
|
learun.deleteForm(top.$.rootUrl + '/EducationalAdministration/Officermailpage/DeleteForm', { keyValue: keyValue }, function () { |
|
|
|
refreshGirdData(); |
|
|
|
}); |
|
|
|
} |
|
|
@@ -100,7 +110,8 @@ var bootstrap = function ($, learun) { |
|
|
|
//{ label: "学生退档申请书", name: "applicationfile", width: 100, align: "left"}, |
|
|
|
], |
|
|
|
mainId:'Id', |
|
|
|
isPage: true |
|
|
|
isPage: true, |
|
|
|
isMultiselect: true |
|
|
|
}); |
|
|
|
page.search(); |
|
|
|
}, |
|
|
|