lyfO_o
2021-10-22 fe59eb7ea9e69a14f5a7b7ddabd244f2dc134788
src/main/webapp/personal_use_info.xhtml
@@ -66,9 +66,9 @@
               <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"/>
@@ -234,7 +234,7 @@
                  </div>
               </div>
               <div style="margin-bottom: 20px;">
               <div style="margin-bottom: 10px;">
                  <div style="display: inline-flex;">
                     <div style="width: 100px;margin-left: 10px;">课题组:</div>
                     <div style="width: 300px;">#{personalUseInfoController.printTable['project']}</div>
@@ -249,6 +249,13 @@
                  </div>
               </div>
               <div style="margin-bottom: 20px;">
                  <div style="display: inline-flex;">
                     <div style="width: 100px;margin-left: 10px;">备注:</div>
                     <div>#{personalUseInfoController.printTable['note']}</div>
                  </div>
               </div>