📄 7059ff6cd8b9001b1956c546c9e42a88
字号:
<%@ page language="java" import="java.util.*,com.gensou.logic.sheji.product.*" pageEncoding="utf-8"%>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'addygxinxi.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
<link href="/gensou/images/allcss.css" rel="stylesheet" type="text/css">
<script language="javascript" src="/gensou/images/fieldlookup.js" type="text/javascript"></script>
<script language="javascript" src="/gensou/images/popcalendar.js" type="text/javascript"></script>
<script language="javascript" src="/gensou/images/calendar.js" type="text/javascript"></script>
<script language="javascript" src="/gensou/images/goback.js" type="text/javascript"></script>
<script language="javascript" src="/gensou/images/javascript.js" type="text/javascript"></script>
<style type="text/css">
.STYLE1 {color: #404040}
</style>
<script type="text/javascript">
function popupCld(which,idName,pattern){
var ctrl = which
popUpCalendar(which,ctrl,pattern);
}
</script>
</head>
<body>
<%--<%
String id=(String)session.getAttribute("user");
%>
<user:quanxian path="../../sheji/product/queryProduct.jsp" quanxian="40" user="<%=id %>"></user:quanxian>
--%>
<%
String beizhu="";
UpdateProduct product=null;
try{
product=(UpdateProduct)request.getAttribute("product_info");
if(product.getBeizhu()==null||product.getBeizhu().equals("")){
beizhu="";
}else{
beizhu=product.getBeizhu();
}
}catch(NullPointerException e){}
%>
<table width="39%" class="table8" align="center" >
<tr>
<td width="33%" align="center"><a href="/gensou/gjsp/sheji/product/queryProduct.jsp">查询产品信息</a></td>
<td></td>
<td width="34%" align="center"><a href="/gensou/gjsp/sheji/product/addproduct.jsp">添加产品信息</a></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<html:form action="/updateproduct" method="POST">
<table width="30%" border="0" cellpadding="0" cellspacing="2" class="table8" align="center">
<tr>
<td colspan="3" align="center" bgcolor="#f1f1f1">更新产品信息</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td width="33%" align="right">产品编号</td>
<td><input name="changpinxinxiId" type="text" class="EditBox" value="<%=product.getChangpinxinxiId() %>" readonly="readonly"></td>
<input name="id" type="hidden" value="<%=product.getId() %>" />
</tr>
<tr>
<td width="20%" align="right">产品名称</td>
<td width="49%"><input name="model" type="text" value="<%=product.getModel() %>" class="EditBox" emptyInfo="产品名称不能为空!!!"></td>
</tr>
<tr>
<td width="28%" align="right">BUYER</td>
<td width="49%" >
<input name="buyer" type="text" value="<%=product.getBuyer() %>" class="EditBox" emptyInfo="BUYER不能为空!!!"/>
</td>
</tr>
<tr>
<td width="20%" align="right">ROD</td>
<td width="49%"><input name="zaizhongliang" type="text" value="<%=product.getZaizhongliang() %>" class="EditBox" emptyInfo="ROD不能为空!!!"/></td>
</tr>
<tr>
<td width="20%" align="right">制作日期</td>
<td width="49%"><input name="zhizuoriqi" type="text" class="EditBox" id="date1" value="<%=product.getZhizuoriqi() %>" readonly="readonly" emptyInfo="制作日期不能为空!!!"></td>
<td>
<img src="/gensou/images/fieldlookup.gif" width="16" height="16" border="0" alt="Lookup" ondblclick="popupCld(date1,'date1','yyyy-mm-dd')">
</td>
</tr>
<tr>
<td width="20%" align="right">组装图纸</td>
<td width="49%"><input name="zuzhuangtuzi" type="text" class="EditBox" value="<%=product.getZutuname() %>" readonly="readonly" emptyInfo="组装图纸不能为空!!!">
<input name="zid" type="hidden" value="<%=product.getZid() %>" />
</td>
<td><a href="javascript:call_fieldlookup3(document.updateproductForm.zid,document.updateproductForm.zuzhuangtuzi,'/gensou/gjsp/sheji/product/addPbluez.jsp')"><img src="/gensou/images/fieldlookup.gif" alt="lookup" /></a></td>
</tr>
<tr>
<td width="20%" align="right">素材图纸</td>
<td width="49%"><input name="sucaituzi" type="text" class="EditBox" value="<%=product.getSucainame() %>" readonly="readonly" emptyInfo="素材图纸不能为空!!!"></td>
<input name="sid" type="hidden" value="<%=product.getSid() %>" />
<td><a href="javascript:call_fieldlookup3(document.updateproductForm.sid,document.updateproductForm.sucaituzi,'/gensou/gjsp/sheji/product/addPblues.jsp')"><img src="/gensou/images/fieldlookup.gif" alt="lookup" /></a></td>
</tr>
<tr>
<td width="20%" valign="top" align="right">备注</td>
<td width="49%"><textarea name="beizhu" cols="22" rows="9" class="blueMultiEditBox"><%=beizhu %></textarea></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td></td>
<td width="31%"><input name="submit" type="submit" class="blueButtonCss" value="添 加">
<input name="reset" type="reset" class="blueButtonCss" value="取 消"></td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -