|
|
@@ -49,12 +49,12 @@ var bootstrap = function ($, learun) { |
|
|
|
$('#AOIRoomId').lrselectRefresh({ |
|
|
|
url: top.$.rootUrl + '/AssetManagementSystem/AssStorageRoom/GetListForStorageId?storageId=' + storageId, |
|
|
|
text: "RCode", |
|
|
|
value: "RId" |
|
|
|
value: "RId", allowSearch: true |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
//原房间 |
|
|
|
$('#AOIRoomId').lrselect({ value: 'RId', text: 'RCode' }); |
|
|
|
$('#AOIRoomId').lrselect({ value: 'RId', text: 'RCode', allowSearch: true }); |
|
|
|
//新楼宇 |
|
|
|
$('#AOINewStorageId').lrselect({ |
|
|
|
type: 'tree', |
|
|
@@ -69,12 +69,12 @@ var bootstrap = function ($, learun) { |
|
|
|
$('#AOINewRoomId').lrselectRefresh({ |
|
|
|
url: top.$.rootUrl + '/AssetManagementSystem/AssStorageRoom/GetListForStorageId?storageId=' + storageId, |
|
|
|
text: "RCode", |
|
|
|
value: "RId" |
|
|
|
value: "RId", allowSearch: true |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
//新房间 |
|
|
|
$('#AOINewRoomId').lrselect({ value: 'RId', text: 'RCode' }); |
|
|
|
$('#AOINewRoomId').lrselect({ value: 'RId', text: 'RCode', allowSearch: true }); |
|
|
|
$('#AOINewDepartment').lrselect({ |
|
|
|
type: 'tree', |
|
|
|
allowSearch: true, |
|
|
|