|
|
@@ -49,11 +49,17 @@ var bootstrap = function ($, learun) { |
|
|
|
value: "id", |
|
|
|
text: "text" |
|
|
|
}); |
|
|
|
|
|
|
|
$('#F_Category').lrselect({ |
|
|
|
placeholder: '请选择分类', |
|
|
|
url: top.$.rootUrl + '/LR_SystemModule/DataItem/GetDetailTree', |
|
|
|
param: { itemCode: 'FlowSort' }, |
|
|
|
value: 'value', |
|
|
|
text: 'text' |
|
|
|
}); |
|
|
|
// 查询 |
|
|
|
$('#btn_Search').on('click', function () { |
|
|
|
var keyword = $('#txt_Keyword').val(); |
|
|
|
page.search({ keyword: keyword, F_EnabledMark: $('#F_EnabledMark').lrselectGet() }); |
|
|
|
page.search({ keyword: keyword, F_EnabledMark: $('#F_EnabledMark').lrselectGet(), F_Category: $('#F_Category').lrselectGet() }); |
|
|
|
}); |
|
|
|
// 刷新 |
|
|
|
$('#lr_refresh').on('click', function () { |
|
|
|