|
|
@@ -27,8 +27,8 @@ var bootstrap = function ($, learun) { |
|
|
|
id: 'form', |
|
|
|
title: '新增', |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/StuVolunteer/Form', |
|
|
|
width: 600, |
|
|
|
height: 400, |
|
|
|
width: 800, |
|
|
|
height: 600, |
|
|
|
callBack: function (id) { |
|
|
|
return top[id].acceptClick(refreshGirdData); |
|
|
|
} |
|
|
@@ -46,8 +46,8 @@ var bootstrap = function ($, learun) { |
|
|
|
id: 'form', |
|
|
|
title: '编辑', |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/StuVolunteer/Form?keyValue=' + keyValue, |
|
|
|
width: 600, |
|
|
|
height: 400, |
|
|
|
width: 800, |
|
|
|
height: 600, |
|
|
|
callBack: function (id) { |
|
|
|
return top[id].acceptClick(refreshGirdData); |
|
|
|
} |
|
|
@@ -81,6 +81,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "毕业学校", name: "BySchool", width: 150, align: "left" }, |
|
|
|
{ label: "初中学号", name: "H_SchoolNo", width: 150, align: "left" }, |
|
|
|
{ label: "报名号", name: "ApplyNo", width: 150, align: "left" }, |
|
|
|
{ label: "省编学号", name: "ProvinceCode", width: 150, align: "left" }, |
|
|
|
{ label: "学生姓名", name: "StuName", width: 100, align: "left" }, |
|
|
|
{ |
|
|
|
label: "性别", name: "Sex", width: 100, align: "left", |
|
|
|