@@ -281,9 +281,9 @@ var bootstrap = function ($, learun) { | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
{ | |||||
label: '操作', name: 'CZ', width: 100, align: "center", | |||||
}, | |||||
//{ | |||||
// label: '操作', name: 'CZ', width: 100, align: "center", | |||||
//}, | |||||
//{ | //{ | ||||
// label: '是否保留学籍', name: 'StuStatus', width: 80, align: "left", | // label: '是否保留学籍', name: 'StuStatus', width: 80, align: "left", | ||||
// formatterAsync: function (callback, value, row, op, $cell) { | // formatterAsync: function (callback, value, row, op, $cell) { | ||||
@@ -19,7 +19,7 @@ | |||||
<input id="StuName" type="text" class="form-control" /> | <input id="StuName" type="text" class="form-control" /> | ||||
</div> | </div> | ||||
<div class="col-xs-12 lr-form-item"> | <div class="col-xs-12 lr-form-item"> | ||||
<div class="lr-form-item-title">班级</div> | |||||
<div class="lr-form-item-title">原班级</div> | |||||
<div id="ClassNo"></div> | <div id="ClassNo"></div> | ||||
</div> | </div> | ||||
<div class="col-xs-12 lr-form-item"> | <div class="col-xs-12 lr-form-item"> | ||||
@@ -419,7 +419,7 @@ var bootstrap = function ($, learun) { | |||||
//{ label: '联系电话', name: 'Mobile', width: 100, align: "left" }, | //{ label: '联系电话', name: 'Mobile', width: 100, align: "left" }, | ||||
//{ label: '家庭地址', name: 'MailAddress', width: 200, align: "left" }, | //{ label: '家庭地址', name: 'MailAddress', width: 200, align: "left" }, | ||||
//{ label: '转出学校', name: 'OutSchool', width: 100, align: "left" }, | //{ label: '转出学校', name: 'OutSchool', width: 100, align: "left" }, | ||||
//{ label: '备注', name: 'Remark', width: 500, align: "left" }, | |||||
{ label: '备注', name: 'Remark', width: 300, align: "left" }, | |||||
], | ], | ||||
mainId: 'ID', | mainId: 'ID', | ||||
isPage: true, | isPage: true, | ||||
@@ -9,6 +9,7 @@ var bootstrap = function ($, learun) { | |||||
page.bind(); | page.bind(); | ||||
}, | }, | ||||
bind: function () { | bind: function () { | ||||
$('#LeaveDate').val(learun.formatDate(new Date(), 'yyyy-MM-dd hh:mm:ss')); | |||||
//选项卡切换 | //选项卡切换 | ||||
$('#navultab li').on('click', function () { | $('#navultab li').on('click', function () { | ||||
if (!$(this).hasClass('active')) { | if (!$(this).hasClass('active')) { | ||||