瀏覽代碼

宿舍管理修改保存学生的ID

临城职教中职
ndbs 2 年之前
父節點
當前提交
07952860c7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Accommodation/FormRoom.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/Accommodation/FormRoom.js 查看文件

@@ -48,7 +48,7 @@ var bootstrap = function ($, learun) {
$('#content').append(html);

$('#' + data[i].ID).lrselect({
value: "stuid",
value: "stuno",
text: "stuname",
url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable',
param: { code: "StuInfoBasic", strWhere: strWhere },
@@ -56,7 +56,7 @@ var bootstrap = function ($, learun) {
// console.log(item);
var stuid = '';
if (item) {
stuid = item.stuid;
stuid = item.stuno;

}
var id = $(this).attr('id');


Loading…
取消
儲存