HTML:
<form method="post" th:action="@{'sys/detamgup/add_save/'+${nti}}" class="pageForm required-validate" onsubmit="return validateCallback(this, customDialogAjaxDone);">
<div class="pageFormContent nowrap" layoutH="56">
<input type="hidden" th:value="${deptId}" name="deptId">
<input type="hidden" th:value="${teamGroupId}" name="teamGroupId">
<dl style="margin-bottom: 10px;">
<dt th:text="#{TEXT_START_TIME}">StartTime:</dt>
<dt>
<input class="required date" dateFmt="yyyy-MM-dd" name="startTime" style="width:150px;" type="text" readonly="readonly" value="" />
</dt>
</dl>
<dl style="margin-bottom: 10px;">
<dt th:text="#{TEXT_END_TIME}">EndTime:</dt>
<dt>
<input class="date" dateFmt="yyyy-MM-dd" name="endTime" style="width:150