Sfoglia il codice sorgente

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

临城职教中职
ndbs 2 anni fa
parent
commit
2db4d5ba7e
1 ha cambiato i file con 16 aggiunte e 11 eliminazioni
  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 Vedi File

@@ -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 () {


Caricamento…
Annulla
Salva