Browse Source

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

临城职教中职
ndbs 2 years ago
parent
commit
07952860c7
1 changed files with 2 additions and 2 deletions
  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 View File

@@ -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…
Cancel
Save