| | |
| | | <p:inputText value="#{personalUseInfoController.department}"/> |
| | | |
| | | <p:outputLabel for="startTime" value="开始时间:" /> |
| | | <p:calendar id="startTime" value="#{personalUseInfoController.startTime}" pattern="yyyy-MM-dd HH:mm" /> |
| | | <p:calendar id="startTime" value="#{personalUseInfoController.startTime}" /> |
| | | <p:outputLabel for="endTime" value="截止时间:" /> |
| | | <p:calendar id="endTime" value="#{personalUseInfoController.endTime}" pattern="yyyy-MM-dd HH:mm" /> |
| | | <p:calendar id="endTime" value="#{personalUseInfoController.endTime}" /> |
| | | |
| | | <p:commandLink styleClass="search" process="@form" update="@form"/> |
| | | |