Browse Source

付第三方

zhijiezhao 1 năm trước cách đây
mục cha
commit
aa99e99b34

+ 1 - 10
src/main/webapp/WEB-INF/views/modules/order/cmPayOtherFormList.jsp

@@ -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>&nbsp;&nbsp;&nbsp;&nbsp;
-            <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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<label><input
                 id="export" class="btn btn-primary" value="导出筛选结果"/></label>