📄 updatesrviceproperty.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<jsp:include page="selectCompont.jsp">
<jsp:param name="sqlKey" value="listSrviceBusiness"/>
<jsp:param name="form" value="srviceBusiness" />
</jsp:include>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="javascript">
<!--
function setValue(){
SrviceProperty.serviceName.value=SrviceProperty.elements[0].options[SrviceProperty.elements[0].selectedIndex].text;
}
-->
</script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}
.style1 {color: #FFFFFF}
-->
</style>
<link href="css/all.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#808080">
<tr>
<td height="23"> <span class="style1">后台管理--[ 服务配置 ]</span></td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#FFFFFF"><br>
<html:form action="/updateSrviceProperty" onsubmit="setValue()">
<table width="85%" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#F2F2F2">
<td height="20" colspan="2"> </td>
</tr>
<tr>
<td height="16" bgcolor="#FFFFFF"><div align="right">选择业务</div></td>
<td bgcolor="#FFFFFF"><div align="left">
<html:select property="srviceBusiness.id">
<logic:iterate id="m" name="list">
<html:option value="${m.id}">
<bean:write property="name" name="m"/>
</html:option>
</logic:iterate>
</html:select>
<html:hidden property="serviceName"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">命令 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="command"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">长号码 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="longNumber"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">操作名称 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="operateName"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">匹配等级 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:select property="matchLevel">
<html:option value="5">一般</html:option>
<html:option value="3">最高</html:option>
<html:option value="7">最低</html:option>
</html:select>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">子程序类型</div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:select property="operateType">
<html:option value="0">JAVA类处理</html:option>
<html:option value="1">存储过程</html:option>
</html:select>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">网关类型 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<jsp:include page="selectCompont.jsp">
<jsp:param name="sqlKey" value="listGateWayRefer"/>
<jsp:param name="form" value="gateWayRefer" />
</jsp:include>
<html:select property="gateWayMark">
<logic:iterate id="m" name="list">
<html:option value="${m.gateWayMark}">
<bean:write property="gateWayName" name="m"/>
</html:option>
</logic:iterate>
</html:select>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">处理方式 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:select property="queueType">
<html:option value="0">共享业务队列并发处理</html:option>
<html:option value="1">业务自身队列非并发处理</html:option>
<html:option value="2">业务自身队列并发处理</html:option>
</html:select>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">业务数据库 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="dataBaseName"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">计费类型 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="feeType"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">费率 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="feeCode"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right">计费代码 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="serviceId"/>
</div></td>
</tr>
<tr>
<td width="48%" height="16" bgcolor="#FFFFFF"><div align="right"> 业务标示编号 </div></td>
<td width="52%" bgcolor="#FFFFFF"><div align="left">
<html:text property="whichService"/>
</div></td>
</tr>
<tr>
<td height="17" bgcolor="#FFFFFF"><div align="right">
<html:submit/>
</div></td>
<td bgcolor="#FFFFFF"><div align="left">
<html:reset/>
</div></td>
</tr>
<tr bgcolor="F2F2F2">
<td height="5" colspan="2"></td>
</tr>
</table>
</html:form></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -