|
|
@@ -22,17 +22,22 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
//查看 |
|
|
|
$('#lr_look').on('click', function () { |
|
|
|
learun.layerForm({ |
|
|
|
id: 'form', |
|
|
|
title: '查看', |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/TeachingPlan/FormManageView', |
|
|
|
width: 600, |
|
|
|
height: 400, |
|
|
|
btn: null, |
|
|
|
callBack: function (id) { |
|
|
|
//return top[id].acceptClick(refreshGirdData); |
|
|
|
} |
|
|
|
}); |
|
|
|
var keyValue = $('#gridtable').jfGridValue('Id'); |
|
|
|
if (learun.checkrow(keyValue)) { |
|
|
|
learun.layerForm({ |
|
|
|
id: 'form', |
|
|
|
title: '查看', |
|
|
|
url: top.$.rootUrl + |
|
|
|
'/EducationalAdministration/TeachingPlan/FormManageView?keyValue=' + |
|
|
|
keyValue, |
|
|
|
width: 600, |
|
|
|
height: 400, |
|
|
|
btn: null, |
|
|
|
callBack: function (id) { |
|
|
|
//return top[id].acceptClick(refreshGirdData); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
// 编辑 |
|
|
|
$('#lr_edit').on('click', function () { |
|
|
|