@@ -68,14 +68,15 @@ var bootstrap = function ($, learun) {
height: 650,
maxmin: true,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
//return top[id].acceptClick(refreshGirdData);
return top[id].save(refreshGirdData);
}
});
}
});
// 查看
$('#lr_view').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('SFile Id');
var keyValue = $('#gridtable').jfGridValue('F_News Id');
if (learun.checkrow(keyValue)) {
if (keyValue.indexOf(",") != -1) {
learun.alert.warning("只能选择一条记录查看!");
@@ -85,8 +86,8 @@ var bootstrap = function ($, learun) {
id: 'form',
title: '查看',
url: top.$.rootUrl + '/LR_OAModule/Notice/FormFlow?keyValue=' + keyValue,
width: 8 00,
height: 70 0,
width: 10 00,
height: 65 0,
btn: null
});
}