浏览代码

教务信息--教学计划制定--教学计划查看回显失败

临城职教中职
ndbs 2 年前
父节点
当前提交
2db4d5ba7e
共有 1 个文件被更改,包括 16 次插入11 次删除
  1. +16
    -11
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TeachingPlan/IndexManage.js

+ 16
- 11
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TeachingPlan/IndexManage.js 查看文件

@@ -22,17 +22,22 @@ var bootstrap = function ($, learun) {
}); });
//查看 //查看
$('#lr_look').on('click', function () { $('#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 () { $('#lr_edit').on('click', function () {


正在加载...
取消
保存