Pārlūkot izejas kodu

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

临城职教中职
ndbs pirms 2 gadiem
vecāks
revīzija
07952860c7
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 Parādīt failu

@@ -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');


Notiek ielāde…
Atcelt
Saglabāt