📄 auto_repair_modify_save.jsp
字号:
<%@ include file="/vnex/head.jsp"%>
<%@ page errorPage="/vnex/ErrorPage.jsp" %>
<%@ page import="com.vnex.intranet.vehicle.automobile.manage.value.*" %>
<jsp:useBean id="BusinessName" scope="session" class="com.vnex.intranet.pub.BusinessSession" />
<jsp:useBean id="proxy" scope="request" class="com.vnex.intranet.vehicle.automobile.manage.proxy.AutoManageProxyBean" />
<jsp:useBean id="autoRepairInfo" scope="request" class="com.vnex.intranet.vehicle.automobile.manage.value.AutoRepairValueBean" />
<jsp:setProperty name = "autoRepairInfo" property="*" />
<%
int autoRepairId = Integer.parseInt(request.getParameter("autoRepairId"));
int autoId = Integer.parseInt(request.getParameter("automobileId"));
proxy.modifyAutoRepairInfo(autoRepairInfo);
String link = "";
link = "/mainctrl/manage/autoRepairList?automobileId="+autoId;
%>
<jsp:forward page="<%= link %>" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -