|
|
@@ -234,8 +234,19 @@ var bootstrap = function ($, learun) { |
|
|
|
value: "classno", |
|
|
|
text: "classname" |
|
|
|
}); |
|
|
|
$('#AnomalousType').lrDataItemSelect({ code: 'StuChangeType' }); |
|
|
|
$('#AnomalousType').lrselectSet("01"); |
|
|
|
//$('#AnomalousType').lrDataItemSelect({ code: 'StuChangeType' }); |
|
|
|
//$('#AnomalousType').lrselectSet("01"); |
|
|
|
$('#AnomalousType').lrselect({ |
|
|
|
url: top.$.rootUrl + '/LR_SystemModule/DataItem/GetDetailList3', |
|
|
|
param: { itemCode: 'StuChangeType', strWhere: "and( F_ItemValue='01' or F_ItemValue='07'or F_ItemValue='08') order by F_ItemValue desc" }, |
|
|
|
value: "F_ItemValue", |
|
|
|
text: "F_ItemName" |
|
|
|
//nodeClick: function (item) { |
|
|
|
// type = item.value; |
|
|
|
// $('#titleinfo').text(item.text); |
|
|
|
// page.search(); |
|
|
|
//} |
|
|
|
}); |
|
|
|
$('#StuStatus').lrDataItemSelect({ code: 'YesOrNoInt' }); |
|
|
|
|
|
|
|
// 刷新 |
|
|
|