Pārlūkot izejas kodu

学生归宿 限制床位下拉框只显示已分配学生的

西昌缴费二期
zhangli pirms 2 gadiem
vecāks
revīzija
940cc01cad
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/DormitoryReturn/FormOut.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/DormitoryReturn/FormReturn.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/DormitoryReturn/FormOut.js Parādīt failu

@@ -18,7 +18,7 @@ var bootstrap = function ($, learun) {
bind: function () { bind: function () {
$('#DormitoryBuildId').lrselect({ $('#DormitoryBuildId').lrselect({
url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable', url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable',
param: { code: 'DormitoryInfo', strWhere: "ParentID='" + ParentId + "' and BuildType='5' order by name" },
param: { code: 'DormitoryInfo', strWhere: "ParentID='" + ParentId + "' and BuildType='5' and (StudentID is not null and len(StudentID)>0) order by name" },
text: 'name', text: 'name',
value: 'id', value: 'id',
allowSearch: true allowSearch: true


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/DormitoryReturn/FormReturn.js Parādīt failu

@@ -18,7 +18,7 @@ var bootstrap = function ($, learun) {
bind: function () { bind: function () {
$('#DormitoryBuildId').lrselect({ $('#DormitoryBuildId').lrselect({
url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable', url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable',
param: { code: 'DormitoryInfo', strWhere: "ParentID='" + ParentId + "' and BuildType='5' order by name" },
param: { code: 'DormitoryInfo', strWhere: "ParentID='" + ParentId + "' and BuildType='5' and (StudentID is not null and len(StudentID)>0) order by name" },
text: 'name', text: 'name',
value: 'id', value: 'id',
allowSearch: true allowSearch: true


Notiek ielāde…
Atcelt
Saglabāt