|
@@ -89,7 +89,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<ul class="nav nav-tabs">
|
|
|
- <li class="active"><a href="${ctx}/order/cmPayShop/payOtherList">付款列表</a></li>
|
|
|
+ <li class="active"><a href="${ctx}/order/cmPayShop/payOtherList">付第三方列表</a></li>
|
|
|
<li><a href="${ctx}/shopOrder/payOtherList">申请付第三方-线下订单</a></li>
|
|
|
</ul>
|
|
|
<form:form id="searchForm" modelAttribute="cmPayShop" action="${ctx}/order/cmPayShop/" method="post"
|
|
@@ -148,16 +148,7 @@
|
|
|
<form:option value="${organize.id}" label="${organize.organizeName}"/>
|
|
|
</c:if>
|
|
|
</c:forEach>
|
|
|
- <%-- <form:options items="${cmUserOrganizeList}" itemLabel="organizeName" itemValue="id"--%>
|
|
|
- <%-- htmlEscape="false"/>--%>
|
|
|
</form:select>
|
|
|
- <label>付款类型:</label>
|
|
|
- <form:select path="paymentType" class="input-medium">
|
|
|
- <form:option value="" label="请选择"/>
|
|
|
- <form:option value="1" label="付款子订单"/>
|
|
|
- <form:option value="2" label="供应商差价"/>
|
|
|
- <form:option value="3" label="付第三方"/>
|
|
|
- </form:select>
|
|
|
<label><input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/></label>
|
|
|
<label><input
|
|
|
id="export" class="btn btn-primary" value="导出筛选结果"/></label>
|