Explorar el Código

宿舍内务日考核

临城职教中职
zhangli hace 2 años
padre
commit
cbef55e89f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EvaDormitoryInterior/Index.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EvaDormitoryInterior/Index.js Ver fichero

@@ -126,12 +126,12 @@ var bootstrap = function ($, learun) {

// 编辑
$('#lr_edit').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('Id');
var keyValue = $('#gridtable').jfGridValue('ID');
if (learun.checkrow(keyValue)) {
learun.layerForm({
id: 'form',
title: '编辑',
url: top.$.rootUrl + '/LogisticsManagement/DormitoryReturn/Form?keyValue=' + keyValue + '&ParentId=' + ParentId,
url: top.$.rootUrl + '/LogisticsManagement/DormitoryReturn/Form?keyValue=' + keyValue,
width: 600,
height: 400,
callBack: function (id) {


Cargando…
Cancelar
Guardar