<%@ page language="java" pageEncoding="utf-8" isELIgnored="false"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ include file="include/pagetop.jsp"%> <%@ include file="include/head.jsp"%> <%@ include file="include/loading.jsp"%>

永续委托单

<%@ include file="include/alert.jsp"%>
查询条件
<%-- --%>
查询结果
用户 UID 账户类型 品种 操作 委托张数 杠杆 报价类型 限价 止盈止损 状态 创建时间
${fn:substring(item.username,0,6)}*****${fn:substring(item.username,fn:length(item.username) - 6, fn:length(item.username))} ${item.username} ${item.usercode} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.itemname} 限价 市价 ${item.stop_price_profit}/${item.stop_price_loss} 已提交 已撤销 委托完成 ${item.createTime}
<%@ include file="include/page_simple.jsp"%>
<%@ include file="include/footer.jsp"%>
<%@ include file="include/js.jsp"%>