|
|
@@ -125,7 +125,7 @@ var bootstrap = function ($, learun) { |
|
|
|
var data = $('#gridtable').jfGridGet('rowdata'); |
|
|
|
if (data.length > 0) { |
|
|
|
var IsManualSubsidize = $('#gridtable').jfGridValue('IsManualSubsidize'); |
|
|
|
|
|
|
|
|
|
|
|
if (IsManualSubsidize.indexOf('true') != -1) { |
|
|
|
learun.alert.warning('选中项目包含多次操作免学费的数据!'); |
|
|
|
return; |
|
|
@@ -325,7 +325,11 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "出生年月", name: "Birthday", width: 100, align: "left", formatter: function (val) { return learun.formatDate(val, 'yyyy-MM-dd') } }, |
|
|
|
{ |
|
|
|
label: "出生年月", name: "Birthday", width: 100, align: "left", formatter: function (cellvalue) { |
|
|
|
return learun.formatDate(cellvalue, 'yyyy-MM-dd'); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "身份证", name: "IDCard", width: 150, align: "left" }, |
|
|
|
{ |
|
|
|
label: "政治面貌", name: "Political", width: 100, align: "left", |
|
|
@@ -405,7 +409,7 @@ var bootstrap = function ($, learun) { |
|
|
|
page.search(); |
|
|
|
}, |
|
|
|
refreshMoney: function (queryJson) { |
|
|
|
learun.httpAsyncGetWithParam(top.$.rootUrl + '/EducationalAdministration/StuEnroll/GetMilitaryStatistics', { queryJson: queryJson,type:2 }, function (res) { |
|
|
|
learun.httpAsyncGetWithParam(top.$.rootUrl + '/EducationalAdministration/StuEnroll/GetMilitaryStatistics', { queryJson: queryJson, type: 2 }, function (res) { |
|
|
|
//console.log(res); |
|
|
|
$("#allAmount").html(res.data.aa); |
|
|
|
$("#isAmount").html(res.data.bb); |
|
|
|