Bläddra i källkod

关闭打印

临城职教中职
ndbs 2 år sedan
förälder
incheckning
730c9200bb
1 ändrade filer med 3 tillägg och 9 borttagningar
  1. +3
    -9
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/MealCardRunTab/Index.js

+ 3
- 9
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/MealCardRunTab/Index.js Visa fil

@@ -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 () {


Laddar…
Avbryt
Spara