DataForm中, 如何用JS存取TextBox的內容?
textbox取值的方法為:
var year = $('#dfMaster_請假年月').val();

textbox設值的方法為:
$('#dfMaster_請假年月').val(yymm);