| | |
| | | <p:inputText value="#{hazardousWasteController.applyPerson}"/> |
| | | |
| | | <p:outputLabel value="单号:"/> |
| | | <p:inputText value="#{hazardousWasteController.tid}"/> |
| | | <p:inputText value="#{hazardousWasteController.tid}" style="width: 120px"/> |
| | | <p:outputLabel value="课题组"></p:outputLabel> |
| | | <p:selectOneMenu value="#{hazardousWasteController.project}" filter="true" filterMatchMode="startsWith"> |
| | | <f:selectItem itemLabel="不选择课题组" /> |
| | |
| | | </p:panel> |
| | | </h:form> |
| | | </p:tab> |
| | | |
| | | </p:tabView> |
| | | <style type="text/css"> |
| | | .ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all{ |
| | | min-width: 100px !important; |
| | | } |
| | | </style> |
| | | </ui:composition> |
| | | </html> |