| | |
| | | <p:tab title="危废处理信息"> |
| | | <h:form id="hazardousWasteForm"> |
| | | <p:panel styleClass="center-header"> |
| | | <p:outputLabel styleClass="title" value="危废处理信息"/> |
| | | |
| | | <p:panelGrid styleClass="filter" columns="9"> |
| | | <p:panelGrid styleClass="filter" columns="20" style="white-space: nowrap"> |
| | | <p:outputLabel value="开始时间:"/> |
| | | <p:calendar value="#{hazardousWasteController.startTime}" |
| | | converter="timestampConvert" |
| | |
| | | |
| | | <p:outputLabel value="确认者:"/> |
| | | <p:inputText value="#{hazardousWasteController.applyPerson}"/> |
| | | </p:panelGrid> |
| | | |
| | | <p:panelGrid styleClass="filter" columns="8"> |
| | | <p:outputLabel value="单号:"/> |
| | | <p:inputText value="#{hazardousWasteController.tid}"/> |
| | | <p:outputLabel value="课题组"></p:outputLabel> |
| | |
| | | |
| | | <p:commandLink styleClass="search" process="@form" update="@form" actionListener="#{hazardousWasteController.modelChange}"/> |
| | | </p:panelGrid> |
| | | |
| | | </p:panel> |
| | | <p:panel styleClass="center-body"> |
| | | <p:panelGrid columns="5" styleClass="btn"> |
| | |
| | | <p:column headerText="确认者"> |
| | | <h:outputText value="#{row.applyPerson}"/> |
| | | </p:column> |
| | | <p:column headerText="确认时间"> |
| | | <h:outputText value="#{row.updatetime}"> |
| | | <f:convertDateTime pattern="yyyy-MM-dd HH:mm:ss" locale="zh_CN"></f:convertDateTime> |
| | | </h:outputText> |
| | | </p:column> |
| | | <p:column headerText="课题组"> |
| | | <h:outputText value="#{row.project}"/> |
| | | </p:column> |
| | | |
| | | <p:column headerText="部门"> |
| | | <h:outputText value="#{row.department}"/> |
| | | </p:column> |
| | |
| | | |
| | | <p:column headerText="创建时间"> |
| | | <h:outputText value="#{row.createTime}"> |
| | | <f:convertDateTime pattern="yyyy-MM-dd" locale="zh_CN"></f:convertDateTime> |
| | | <f:convertDateTime pattern="yyyy-MM-dd HH:mm:ss" locale="zh_CN"></f:convertDateTime> |
| | | </h:outputText> |
| | | </p:column> |
| | | |
| | | </p:dataTable> |
| | | </p:panel> |
| | | </h:form> |
| | |
| | | <p:tab title="统计分析"> |
| | | <h:form id="hazardousWasteAnalysisForm"> |
| | | <p:panel styleClass="center-header"> |
| | | <p:outputLabel styleClass="title" value="危废处理信息"/> |
| | | |
| | | <p:panelGrid styleClass="filter" columns="15"> |
| | | <p:outputLabel value="开始时间:"/> |
| | | <p:calendar value="#{hazardousWasteController.startTime}" |