|
|
@@ -17,7 +17,7 @@ var bootstrap = function ($, learun) { |
|
|
|
bind: function () { |
|
|
|
$('#lrPeople')[0].lrvalue = learun.clientdata.get(['userinfo']).userId; |
|
|
|
$('#lrPeople').val(learun.clientdata.get(['userinfo']).realName); |
|
|
|
$('#lrTime').val(learun.formatDate(new Date(), 'yyyy-MM-dd hh:mm:ss')); |
|
|
|
$('#lrTime').val(learun.formatDate(new Date(), 'yyyy-MM-dd hh:mm:ss')); |
|
|
|
$('#FillingDept').lrDataSourceSelect({ code: 'classdata', value: 'id', text: 'name' }); |
|
|
|
//$('#FillingPeople').lrDataSourceSelect({ code: 'teacheruserdata', value: 'f_userid', text: 'f_realname' }); |
|
|
|
$('#FillingCycle').lrDataItemSelect({ |
|
|
@@ -46,7 +46,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
$('#State').val('0'); |
|
|
|
$('#IsFlag').val('0'); |
|
|
|
$('#IsFlag').val('0'); |
|
|
|
} |
|
|
|
}; |
|
|
|
// 保存数据 |
|
|
|