You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

612 lines
34 KiB

  1. var refreshGirdData;
  2. var bootstrap = function ($, learun) {
  3. "use strict";
  4. var page = {
  5. init: function () {
  6. page.initGird();
  7. page.bind();
  8. },
  9. bind: function () {
  10. $('#multiple_condition_query').lrMultipleQuery(function (queryJson) {
  11. page.search(queryJson);
  12. }, 320, 400);
  13. $('#DeptNo').lrselect({
  14. allowSearch: true,
  15. value: "deptno",
  16. text: "deptname",
  17. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=CdDeptInfo',
  18. select: function (item) {
  19. if (item) {
  20. $('#MajorNo').lrselectRefresh({
  21. allowSearch: true,
  22. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=CdMajorInfo',
  23. param: { strWhere: "DeptNo='" + item.deptno + "' AND CheckMark=1" }
  24. });
  25. } else {
  26. $('#MajorNo').lrselectRefresh({
  27. allowSearch: true,
  28. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=CdMajorInfo',
  29. param: { strWhere: "1=1 AND CheckMark=1" }
  30. });
  31. }
  32. }
  33. });
  34. $('#MajorNo').lrselect({
  35. allowSearch: true,
  36. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=CdMajorInfo',
  37. value: "majorno",
  38. text: "majorname",
  39. param: { strWhere: "1=1 AND CheckMark=1" },
  40. select: function (item) {
  41. var Grades = $("#Grade").lrselectGet();
  42. if (Grades != null && Grades != "" && Grades != "undefined") {
  43. if (item) {
  44. $('#ClassNo').lrselectRefresh({
  45. allowSearch: true,
  46. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  47. param: { strWhere: "majorno='" + item.majorno + "' AND Grade='" + Grades + "' order by classno desc" }
  48. });
  49. } else {
  50. $('#ClassNo').lrselectRefresh({
  51. allowSearch: true,
  52. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  53. param: { strWhere: "1=1 order by classno desc" }
  54. });
  55. }
  56. } else {
  57. if (item) {
  58. $('#ClassNo').lrselectRefresh({
  59. allowSearch: true,
  60. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  61. param: { strWhere: "majorno='" + item.majorno + "' order by classno desc" }
  62. });
  63. } else {
  64. $('#ClassNo').lrselectRefresh({
  65. allowSearch: true,
  66. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  67. param: { strWhere: "1=1 order by classno desc" }
  68. });
  69. }
  70. }
  71. }
  72. });
  73. $('#Grade').lrselect({
  74. url: top.$.rootUrl + '/EducationalAdministration/ClassInfo/GenerateNearByYear',
  75. value: "value",
  76. text: "text",
  77. select: function (item) {
  78. var MajorNos = $("#MajorNo").lrselectGet();
  79. if (MajorNos != null && MajorNos != "" && MajorNos != "undefined") {
  80. if (item) {
  81. $('#ClassNo').lrselectRefresh({
  82. allowSearch: true,
  83. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  84. param: {
  85. strWhere: "majorno='" + MajorNos + "' AND Grade='" + item.text + "' order by classno desc"
  86. }
  87. });
  88. } else {
  89. $('#ClassNo').lrselectRefresh({
  90. allowSearch: true,
  91. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  92. param: { strWhere: "1=1 order by classno desc" }
  93. });
  94. }
  95. } else {
  96. if (item) {
  97. $('#ClassNo').lrselectRefresh({
  98. allowSearch: true,
  99. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  100. param: {
  101. strWhere: "1=1 AND Grade='" + item.text + "' order by classno desc"
  102. }
  103. });
  104. } else {
  105. $('#ClassNo').lrselectRefresh({
  106. allowSearch: true,
  107. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  108. param: { strWhere: "1=1 order by classno desc" }
  109. });
  110. }
  111. }
  112. }
  113. });
  114. $('#ClassNo').lrselect({
  115. allowSearch: true,
  116. url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=allbjqj',
  117. param: { strWhere: "1=1 order by classno desc" },
  118. value: "classno",
  119. text: "classname"
  120. });
  121. $('#GenderNo').lrDataItemSelect({ code: 'usersexbit' });
  122. $('#NationalityNo').lrDataSourceSelect({ code: 'BCdNationality', value: 'nationalityno', text: 'nationality' });
  123. $('#FiveYear').lrDataItemSelect({ code: 'PieceCultivateWay' });
  124. // 刷新
  125. $('#lr_refresh').on('click', function () {
  126. location.reload();
  127. });
  128. //打印学籍卡
  129. $('#lr_printxjk').on('click', function () {
  130. var keyValue = $('#gridtable').jfGridValue('StuId');
  131. if (learun.checkrow(keyValue)) {
  132. if (keyValue.indexOf(',') != -1) {
  133. learun.alert.warning("只能选择一条记录进行查看!");
  134. return;
  135. }
  136. learun.layerForm({
  137. id: 'print',
  138. title: '学籍卡打印',
  139. url: top.$.rootUrl + '/EducationalAdministration/StuInfoGraduate/Printxjk?keyValue=' + keyValue,
  140. width: 1100,
  141. height: 800,
  142. btn: null
  143. });
  144. }
  145. });
  146. },
  147. // 初始化列表
  148. initGird: function () {
  149. $('#gridtable').jfGrid({
  150. url: top.$.rootUrl + '/EducationalAdministration/StuInfoGraduate/GetPageList',
  151. headData: [
  152. {
  153. label: "审核状态", name: "CheckMark", width: 80, align: "center",
  154. formatter: function (cellvalue) {
  155. return cellvalue == "1" ? "<span class=\"label label-success\">已审核</span>" : "<span class=\"label label-danger\">未审核</span>";
  156. }
  157. },
  158. { label: "学生编号", name: "StuNo", width: 100, align: "left" },
  159. { label: "学籍号", name: "StuCode", width: 100, align: "left" },
  160. { label: "学号", name: "ProvinceCode", width: 100, align: "left" },
  161. { label: "姓名", name: "StuName", width: 100, align: "left" },
  162. {
  163. label: "性别", name: "GenderNo", width: 80, align: "left",
  164. formatter: function (cellvalue) {
  165. return cellvalue == true ? "男" : "女";
  166. }
  167. },
  168. {
  169. label: "出生日期", name: "Birthday", width: 100, align: "left",
  170. formatter: function (value) {
  171. return learun.formatDate(value, 'yyyy-MM-dd');
  172. }
  173. },
  174. { label: "身份证号", name: "IdentityCardNo", width: 100, align: "left" },
  175. {
  176. label: "民族", name: "NationalityNo", width: 100, align: "left",
  177. formatterAsync: function (callback, value, row, op, $cell) {
  178. learun.clientdata.getAsync('dataItem', {
  179. key: value,
  180. code: 'National',
  181. callback: function (_data) {
  182. callback(_data.text);
  183. }
  184. });
  185. }
  186. },
  187. {
  188. label: "政治面貌", name: "PartyFaceNo", width: 100, align: "left",
  189. formatterAsync: function (callback, value, row, op, $cell) {
  190. learun.clientdata.getAsync('dataItem', {
  191. key: value,
  192. code: 'PolityStatus',
  193. callback: function (_data) {
  194. callback(_data.text);
  195. }
  196. });
  197. }
  198. },
  199. { label: "年级", name: "Grade", width: 100, align: "left" },
  200. {
  201. label: "系所", name: "DeptNo", width: 100, align: "left",
  202. formatterAsync: function (callback, value, row, op, $cell) {
  203. learun.clientdata.getAsync('custmerData', {
  204. url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdDeptInfo',
  205. key: value,
  206. keyId: 'deptno',
  207. callback: function (_data) {
  208. callback(_data['deptname']);
  209. }
  210. });
  211. }
  212. },
  213. {
  214. label: "专业", name: "MajorNo", width: 100, align: "left",
  215. formatterAsync: function (callback, value, row, op, $cell) {
  216. learun.clientdata.getAsync('custmerData', {
  217. url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdMajorInfo',
  218. key: value,
  219. keyId: 'majorno',
  220. callback: function (_data) {
  221. callback(_data['majorname']);
  222. }
  223. });
  224. }
  225. },
  226. {
  227. label: "班级", name: "ClassNo", width: 100, align: "left",
  228. formatterAsync: function (callback, value, row, op, $cell) {
  229. learun.clientdata.getAsync('custmerData', {
  230. url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'allbjqj',
  231. key: value,
  232. keyId: 'classno',
  233. callback: function (_data) {
  234. callback(_data['classname']);
  235. }
  236. });
  237. }
  238. },
  239. {
  240. label: "学制", name: "EduSystem", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
  241. learun.clientdata.getAsync('dataItem', {
  242. key: value,
  243. code: 'EduSystem',
  244. callback: function (_data) {
  245. callback(_data.text);
  246. }
  247. });
  248. }
  249. },
  250. {
  251. label: "身体状态", name: "HealthStatus", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
  252. learun.clientdata.getAsync('dataItem', {
  253. key: value,
  254. code: 'QRCodeHealthStatus',
  255. callback: function (_data) {
  256. callback(_data.text);
  257. }
  258. });
  259. }
  260. },
  261. {
  262. label: "学习形式", name: "StudyModality", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {
  263. learun.clientdata.getAsync('dataItem', {
  264. key: value,
  265. code: 'StudyModality',
  266. callback: function (_data) {
  267. callback(_data.text);
  268. }
  269. });
  270. }
  271. },
  272. { label: "报到日期", name: "RegisterDate", width: 100, align: "left" },
  273. { label: "入学方式", name: "EntranceWay", width: 100, align: "left" },
  274. { label: "入学年月", name: "EntranceDate", width: 100, align: "left" },
  275. { label: "余额", name: "Balance", width: 100, align: "left" },
  276. { label: "家庭地址", name: "MailAddress", width: 100, align: "left" },
  277. { label: "联系电话", name: "mobile", width: 100, align: "left" },
  278. { label: "户口所在地", name: "FatherUnit", width: 100, align: "left" },
  279. { label: "档案所在地", name: "MatherUnit", width: 100, align: "left" },
  280. {
  281. label: "五年一贯制", name: "FiveYear", width: 100, align: "left"
  282. , formatterAsync: function (callback, value, row, op, $cell) {
  283. learun.clientdata.getAsync('dataItem', {
  284. key: value,
  285. code: 'PieceCultivateWay',
  286. callback: function (_data) {
  287. callback(_data.text);
  288. }
  289. });
  290. }
  291. },
  292. //{
  293. // label: "异动状态", name: "AbmormityMoveMark", width: 80, align: "center",
  294. // formatter: function (cellvalue) {
  295. // return cellvalue == "1" ? "<i class=\"fa fa-toggle-on\"></i>" : "<i class=\"fa fa-toggle-off\"></i>";
  296. // }
  297. //},
  298. {
  299. label: "是否上传头像", name: "Photo", width: 80, align: "center",
  300. formatter: function (cellvalue) {
  301. if (cellvalue != null && cellvalue != "" && cellvalue != undefined) {
  302. return cellvalue = "<span class=\"label label-success\">是</span>";
  303. } else {
  304. return cellvalue = "<span class=\"label label-danger\">否</span>";
  305. }
  306. }
  307. },
  308. { label: "拼音", name: "SpellFull", width: 100, align: "left", ishide: true },
  309. { label: "就读方式", name: "StudyingWay", width: 100, align: "left", ishide: true },
  310. {
  311. label: "国籍", name: "CountryNo", width: 100, align: "left", ishide: true,
  312. formatterAsync: function (callback, value, row, op, $cell) {
  313. learun.clientdata.getAsync('dataItem', {
  314. key: value,
  315. code: 'BCdCountry',
  316. callback: function (_data) {
  317. callback(_data.text);
  318. }
  319. });
  320. }
  321. },
  322. {
  323. label: "港澳台侨外", name: "OverseasChineseNo", width: 100, align: "left", ishide: true,
  324. formatterAsync: function (callback, value, row, op, $cell) {
  325. learun.clientdata.getAsync('dataItem', {
  326. key: value,
  327. code: 'BCdOverseasChinese',
  328. callback: function (_data) {
  329. callback(_data.text);
  330. }
  331. });
  332. }
  333. },
  334. {
  335. label: "婚姻状况", name: "MarriageStatus", width: 100, align: "left", ishide: true,
  336. formatterAsync: function (callback, value, row, op, $cell) {
  337. learun.clientdata.getAsync('dataItem', {
  338. key: value,
  339. code: 'BCdOverseasChinese',
  340. callback: function (_data) {
  341. callback(_data.text);
  342. }
  343. });
  344. }
  345. },
  346. { label: "乘火车区间", name: "TrainInterval", width: 100, align: "left", ishide: true, },
  347. { label: "是否随迁子女", name: "IsTrailChildren", width: 100, align: "left", ishide: true, },
  348. { label: "生源地行政区划码", name: "StuPlaceCode", width: 100, align: "left", ishide: true, },
  349. { label: "出生地行政区划码", name: "BirthPlaceCode", width: 100, align: "left", ishide: true, },
  350. { label: "籍贯地行政区划码", name: "NativePlaceCode", width: 100, align: "left", ishide: true, },
  351. { label: "所属派出所", name: "BelongPolice", width: 100, align: "left", ishide: true, },
  352. { label: "户口所在地行政区划码", name: "ResidencePlaceCode", width: 100, align: "left", ishide: true, },
  353. { label: "是否农户", name: "ResidenceNo", width: 100, align: "left", ishide: true, },
  354. {
  355. label: "学生居住地类型", name: "StuLivePlaceType", width: 100, align: "left", ishide: true,
  356. formatterAsync: function (callback, value, row, op, $cell) {
  357. learun.clientdata.getAsync('dataItem', {
  358. key: value,
  359. code: 'StuLivePlaceType',
  360. callback: function (_data) {
  361. callback(_data.text);
  362. }
  363. });
  364. }
  365. },
  366. {
  367. label: "健康状况", name: "HealthStatusNo", width: 100, align: "left", ishide: true,
  368. formatterAsync: function (callback, value, row, op, $cell) {
  369. learun.clientdata.getAsync('dataItem', {
  370. key: value,
  371. code: 'StuHealthType',
  372. callback: function (_data) {
  373. callback(_data.text);
  374. }
  375. });
  376. }
  377. },
  378. { label: "学生来源", name: "StuOrigin", width: 100, align: "left", ishide: true, },
  379. { label: "招生对象", name: "RecruitObject", width: 100, align: "left", ishide: true, },
  380. { label: "贫困户否建档立卡贫困户", name: "PoorIsRecord", width: 100, align: "left", ishide: true, },
  381. {
  382. label: "招生方式", name: "RecruitWay", width: 100, align: "left", ishide: true,
  383. formatterAsync: function (callback, value, row, op, $cell) {
  384. learun.clientdata.getAsync('dataItem', {
  385. key: value,
  386. code: 'RecruitWay',
  387. callback: function (_data) {
  388. callback(_data.text);
  389. }
  390. });
  391. }
  392. },
  393. {
  394. label: "联招合作类型", name: "RecruitCooperateType", width: 100, align: "left", ishide: true,
  395. formatterAsync: function (callback, value, row, op, $cell) {
  396. learun.clientdata.getAsync('dataItem', {
  397. key: value,
  398. code: 'RecruitCooperateType',
  399. callback: function (_data) {
  400. callback(_data.text);
  401. }
  402. });
  403. }
  404. },
  405. { label: "准考证号", name: "AdmissionNo", width: 100, align: "left", ishide: true, },
  406. { label: "考生号", name: "ksh", width: 100, align: "left", ishide: true, },
  407. { label: "考试总分", name: "ExamScore", width: 100, align: "left", ishide: true, },
  408. { label: "联招合作办学形式", name: "RecruitCooperateForm", width: 100, align: "left", ishide: true, },
  409. { label: "联招合作学校代码", name: "RecruitCooperateSchoolNo", width: 100, align: "left", ishide: true, },
  410. { label: "校外教学点", name: "SchoolOutsidePlace", width: 100, align: "left", ishide: true, },
  411. { label: "英文姓名", name: "EnglishName", width: 100, align: "left", ishide: true, },
  412. { label: "家庭邮政编码", name: "PostalCode", width: 100, align: "left", ishide: true, },
  413. { label: "其他联系方式", name: "OtherContact", width: 100, align: "left", ishide: true, },
  414. { label: "成员1姓名", name: "OneName", width: 100, align: "left", ishide: true, },
  415. { label: "成员1联系电话", name: "OneMobile", width: 100, align: "left", ishide: true },
  416. {
  417. label: "成员1关系", name: "OneMembership", width: 100, align: "left", ishide: true,
  418. formatterAsync: function (callback, value, row, op, $cell) {
  419. learun.clientdata.getAsync('dataItem', {
  420. key: value,
  421. code: 'GuardianType',
  422. callback: function (_data) {
  423. callback(_data.text);
  424. }
  425. });
  426. }
  427. },
  428. { label: "成员1是否监护人", name: "OneIsGuardian", width: 100, align: "left", ishide: true, },
  429. {
  430. label: "成员1出生年月", name: "OneBirthday", width: 100, align: "left", ishide: true,
  431. formatter: function (value) {
  432. return learun.formatDate(value, 'yyyy-MM-dd');
  433. }
  434. },
  435. {
  436. label: "成员1身份证件类型", name: "OneIdCardType", width: 100, align: "left", ishide: true,
  437. formatterAsync: function (callback, value, row, op, $cell) {
  438. learun.clientdata.getAsync('dataItem', {
  439. key: value,
  440. code: 'IdCardType',
  441. callback: function (_data) {
  442. callback(_data.text);
  443. }
  444. });
  445. }
  446. },
  447. { label: "成员1身份证件号", name: "OneIdCardNo", width: 100, align: "left", ishide: true, },
  448. {
  449. label: "成员1民族", name: "OneNationalityNo", width: 100, align: "left", ishide: true,
  450. formatterAsync: function (callback, value, row, op, $cell) {
  451. learun.clientdata.getAsync('dataItem', {
  452. key: value,
  453. code: 'National',
  454. callback: function (_data) {
  455. callback(_data.text);
  456. }
  457. });
  458. }
  459. },
  460. {
  461. label: "成员1健康状况", name: "OneHealthStatus", width: 100, align: "left", ishide: true,
  462. formatterAsync: function (callback, value, row, op, $cell) {
  463. learun.clientdata.getAsync('dataItem', {
  464. key: value,
  465. code: 'EpiHealth',
  466. callback: function (_data) {
  467. callback(_data.text);
  468. }
  469. });
  470. }
  471. },
  472. { label: "成员1工作或学习单位", name: "OneJob", width: 100, align: "left", ishide: true, },
  473. { label: "成员2姓名", name: "TwoName", width: 100, align: "left", ishide: true, },
  474. { label: "成员2联系电话", name: "TwoMobile", width: 100, align: "left", ishide: true },
  475. {
  476. label: "成员2关系", name: "TwoMembership", width: 100, align: "left", ishide: true,
  477. formatterAsync: function (callback, value, row, op, $cell) {
  478. learun.clientdata.getAsync('dataItem', {
  479. key: value,
  480. code: 'GuardianType',
  481. callback: function (_data) {
  482. callback(_data.text);
  483. }
  484. });
  485. }
  486. },
  487. { label: "成员2是否监护人", name: "TwoIsGuardian", width: 100, align: "left", ishide: true, },
  488. {
  489. label: "成员2出生年月", name: "TwoBirthday", width: 100, align: "left", ishide: true,
  490. formatter: function (value) {
  491. return learun.formatDate(value, 'yyyy-MM-dd');
  492. }
  493. },
  494. {
  495. label: "成员2身份证件类型", name: "TwoIdCardType", width: 100, align: "left", ishide: true,
  496. formatterAsync: function (callback, value, row, op, $cell) {
  497. learun.clientdata.getAsync('dataItem', {
  498. key: value,
  499. code: 'IdCardType',
  500. callback: function (_data) {
  501. callback(_data.text);
  502. }
  503. });
  504. }
  505. },
  506. { label: "成员2身份证件号", name: "TwoIdCardNo", width: 100, align: "left", ishide: true, },
  507. {
  508. label: "成员2民族", name: "TwoNationalityNo", width: 100, align: "left", ishide: true,
  509. formatterAsync: function (callback, value, row, op, $cell) {
  510. learun.clientdata.getAsync('dataItem', {
  511. key: value,
  512. code: 'National',
  513. callback: function (_data) {
  514. callback(_data.text);
  515. }
  516. });
  517. }
  518. },
  519. {
  520. label: "成员2健康状况", name: "TwoHealthStatus", width: 100, align: "left", ishide: true,
  521. formatterAsync: function (callback, value, row, op, $cell) {
  522. learun.clientdata.getAsync('dataItem', {
  523. key: value,
  524. code: 'EpiHealth',
  525. callback: function (_data) {
  526. callback(_data.text);
  527. }
  528. });
  529. }
  530. },
  531. { label: "成员2工作或学习单位", name: "TwoJob", width: 100, align: "left", ishide: true, },
  532. { label: "成员2职务", name: "TwoPosition", width: 100, align: "left", ishide: true, },
  533. { label: "毕业证书号", name: "DiplomaNo", width: 100, align: "left" },
  534. {
  535. label: '毕业状态', name: 'FinishSchoolMark', width: 100, align: "left", formatter: function (val) {
  536. if (val == '0') {
  537. return '待准许';
  538. } else if (val == "1") {
  539. return '准许毕业';
  540. } else if (val == '2') {
  541. return '已毕业';
  542. } else {
  543. return '待准许';
  544. }
  545. }
  546. },
  547. { label: "毕业时间", name: "FinishSchoolDate", width: 130, align: "left" },
  548. {
  549. label: "图书资料归还状态", name: "ReturnBooksStatus", width: 120, align: "left", formatter: function (cellvalue) {
  550. return cellvalue == "1" ? "已归还" : "未归还"
  551. }
  552. },
  553. { label: "图书资料归还时间", name: "ReturnBooksDate", width: 130, align: "left" },
  554. {
  555. label: "就业协议备案状态", name: "EmployAgreeStatus", width: 120, align: "left", formatter: function (cellvalue) {
  556. return cellvalue == "1" ? "已备案" : "未备案"
  557. }
  558. },
  559. { label: "就业协议备案时间", name: "EmployAgreeDate", width: 130, align: "left" },
  560. {
  561. label: "学杂费结算状态", name: "FeeSettleStatus", width: 100, align: "left", formatter: function (cellvalue) {
  562. return cellvalue == "1" ? "已结算" : "未结算"
  563. }
  564. },
  565. { label: "学杂费结算时间", name: "FeeSettleDate", width: 130, align: "left" },
  566. {
  567. label: "办理退住手续状态", name: "CheckOutStatus", width: 120, align: "left", formatter: function (cellvalue) {
  568. return cellvalue == "1" ? "已办理" : "未办理"
  569. }
  570. },
  571. { label: "办理退住手续时间", name: "CheckOutDate", width: 130, align: "left" },
  572. {
  573. label: "校园卡注销状态", name: "CardDeregistrateStatus", width: 100, align: "left", formatter: function (cellvalue) {
  574. return cellvalue == "1" ? "已注销" : "未注销"
  575. }
  576. },
  577. { label: "校园卡注销时间", name: "CardDeregistrateDate", width: 130, align: "left" },
  578. {
  579. label: "毕业证领取状态", name: "DiplomaReceiveStatus", width: 100, align: "left", formatter: function (cellvalue) {
  580. return cellvalue == "1" ? "已领取" : "未领取"
  581. }
  582. },
  583. { label: "毕业证领取时间", name: "DiplomaReceiveDate", width: 130, align: "left" },
  584. {
  585. label: "档案与组织关系转出状态", name: "FileTransferStatus", width: 150, align: "left", formatter: function (cellvalue) {
  586. return cellvalue == "1" ? "已转出" : "未转出"
  587. }
  588. },
  589. { label: "档案与组织关系转出时间", name: "FileTransferDate", width: 150, align: "left" },
  590. ],
  591. mainId: 'StuId',
  592. isPage: true,
  593. isMultiselect: false,
  594. sidx: "ClassNo desc,MajorNo desc,MajorNo desc,Grade desc,StuNo desc"
  595. });
  596. page.search();
  597. },
  598. search: function (param) {
  599. param = param || {};
  600. $('#gridtable').jfGridSet('reload', { queryJson: JSON.stringify(param) });
  601. }
  602. };
  603. refreshGirdData = function () {
  604. page.search();
  605. };
  606. page.init();
  607. }