📄 topsf01clienteditor.jsp
字号:
<%@page contentType="text/html; charset=GBK"%><%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%><%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%><%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%><%@taglib uri="/WEB-INF/tops.tld" prefix="tops"%><html:html> <head> <html:base/> <tops:includeCSS fileName="style"/> <tops:includeJs fileName="common"/> <tops:includeJs fileName="datepicker"/> <tops:includeJs fileName="validateForm"/> <tops:includeJs fileName="inputhelper"/> </head> <title>F01客户信息编辑器</title> <body> <html:form action="/actTopsF01Client" method="post"> <html:hidden property="method"/> <tops:showPageFunction pageFunction="F01客户信息编辑器"/> <tops:toolbar> <tops:toolbutton caption="保存" image="page_save"/> <tops:toolbutton caption="返回" image="arrow_undo" onClick="history.go(-1)" checkAtClient="false"/> </tops:toolbar> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" align="center"> <table border="0" cellpadding="0" cellspacing="1" width="70%"> <tr align="center"> <td colspan="4" height="30" align="center"> <font size="+2" face="华文楷体"> </font> F01客户信息详细信息 </td> </tr> <html:hidden property="id"/> <tr> <td align="right" width="30%">客户编码:</td> <td> <tops:formEditor property="clientId" attributename="客户编码"/> </td> </tr> <tr> <td align="right" width="30%">客户名称:</td> <td> <tops:formEditor property="clientName" required="true" attributename="客户名称"/> </td> </tr> <tr> <td align="right" width="30%">客户地址:</td> <td> <tops:formEditor property="clientAddress" attributename="客户地址"/> </td> </tr> <tr> <td align="right" width="30%">联系人:</td> <td> <tops:formEditor property="clientLinkman" attributename="联系人"/> </td> </tr> <tr> <td align="right" width="30%">联系电话1:</td> <td> <tops:formEditor property="clientLinktel1" attributename="联系电话1"/> </td> </tr> <tr> <td align="right" width="30%">联系电话2:</td> <td> <tops:formEditor property="clientLinktel" attributename="联系电话2"/> </td> </tr> <tr> <td align="right" width="30%">传真:</td> <td> <tops:formEditor property="clientFax" attributename="传真"/> </td> </tr> <tr> <td align="right" width="30%">邮政编码:</td> <td> <tops:formEditor property="clientPostcode" attributename="邮政编码"/> </td> </tr> <tr> <td align="right" width="30%">客户银行帐户:</td> <td> <tops:formEditor property="clientAccount" attributename="客户银行帐户"/> </td> </tr> <tr> <td align="right" width="30%">客户帐号银行:</td> <td> <tops:formEditor property="clientBankname" attributename="客户帐号银行"/> </td> </tr> <tr> <td align="right" width="30%">电子邮件:</td> <td> <tops:formEditor property="clientEmail" attributename="电子邮件"/> </td> </tr> <html:hidden property="reserve1"/> <html:hidden property="reserve2"/> <html:hidden property="reserve3"/> <html:hidden property="reserve4"/> <html:hidden property="reserve5"/> <html:hidden property="reserve6"/> <html:hidden property="reserve7"/> <html:hidden property="reserve8"/> <html:hidden property="reserve9"/> <html:hidden property="zzCreateUser"/> <html:hidden property="fd_ZzCreateDate"/> <html:hidden property="zzCurState"/> <html:hidden property="fd_ZzCurStateSetDate"/> <html:hidden property="zzRemoveUser"/> <html:hidden property="fd_ZzRemoveDate"/> </table> </td> </tr> </table> </html:form> </body></html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -