Selaa lähdekoodia

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

西昌缴费二期
ndbs 2 vuotta sitten
vanhempi
commit
5f6d2a4f08
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 Näytä tiedosto

@@ -64,7 +64,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 },
@@ -72,7 +72,7 @@ var bootstrap = function ($, learun) {
// console.log(item);
var stuid = '';
if (item) {
stuid = item.stuid;
stuid = item.stuno;

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


Ladataan…
Peruuta
Tallenna