📄 complete.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<html>
<head>
<title>施工完成</title>
</head>
<body>
<f:view>
<h:form>
<h:panelGrid columns="2">
<h:outputLabel for="name" value="施工类别:" />
<h:outputLabel for="name" value="#{wuhaibao.construct.type1.typeTitle}" />
<h:outputLabel for="password" value="申请时间:"/>
<h:outputLabel for="password" value="#{wuhaibao.construct.constDate}"/>
<h:outputLabel for="password" value="原因描述:"/>
<h:outputLabel for="password" value="#{wuhaibao.construct.constCause}"/>
<h:outputLabel for="name" value="施工完成时间:" />
<h:inputText id="name" value="#{wuhaibao.date}" />
<h:outputLabel for="password" value="用户反馈:"/>
<h:inputTextarea rows="5" cols="10" id="fankuei" value="#{wuhaibao.construct.constFeedback}"></h:inputTextarea>
<h:outputLabel for="power" value="备注:"/>
<h:inputTextarea rows="5" cols="10" id="baizhu" value="#{wuhaibao.construct.constRemark}"></h:inputTextarea>
</h:panelGrid>
<h:commandButton value="施工完工" action="#{wuhaibao.update}" type="submit" id="qq"/>
</h:form>
</f:view>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -