|
|
@@ -60,7 +60,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
$('#identiName').lrselect({ |
|
|
|
width: '150px', |
|
|
|
placeholder: "请选择所属班级/部门", |
|
|
|
placeholder: "请选择身份类型", |
|
|
|
allowSearch: true, |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/MealCardRunTab/GetdentiName', |
|
|
|
value: 'Id', |
|
|
@@ -72,10 +72,7 @@ var bootstrap = function ($, learun) { |
|
|
|
allowSearch: true, |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/MealCardRunTab/Getflowtype', |
|
|
|
value: 'Id', |
|
|
|
text: 'flowtype', |
|
|
|
select: function(item) { |
|
|
|
console.log(item,"item") |
|
|
|
} |
|
|
|
text: 'flowtype' |
|
|
|
}); |
|
|
|
$('#seg').lrselect({ |
|
|
|
width: '150px', |
|
|
@@ -83,10 +80,7 @@ var bootstrap = function ($, learun) { |
|
|
|
allowSearch: true, |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/MealCardRunTab/Getseg', |
|
|
|
value: 'Id', |
|
|
|
text: 'seg', |
|
|
|
//select: function (item) { |
|
|
|
// console.log(item, "item") |
|
|
|
//} |
|
|
|
text: 'seg' |
|
|
|
}); |
|
|
|
//// 新增 |
|
|
|
//$('#lr_add').on('click', function () { |
|
|
|