zhijiezhao 1 年之前
父節點
當前提交
2923847cd4
共有 1 個文件被更改,包括 0 次插入51 次删除
  1. 0 51
      src/main/webapp/WEB-INF/views/modules/order/shopOrderDetail.jsp

+ 0 - 51
src/main/webapp/WEB-INF/views/modules/order/shopOrderDetail.jsp

@@ -53,43 +53,6 @@
         <td>手机: ${order.mobile}</td>
     </tr>
 
-    <%--    <tr>--%>
-    <%--        <td>--%>
-    <%--            收款状态:--%>
-    <%--            <c:if test="${order.receiptStatus == 1}">--%>
-    <%--                <font color="red">待收款</font>--%>
-    <%--            </c:if>--%>
-    <%--            <c:if test="${order.receiptStatus == 2}">--%>
-    <%--                <font color="#ff8c00">部分收款</font>--%>
-    <%--            </c:if>--%>
-    <%--            <c:if test="${order.receiptStatus == 3}">--%>
-    <%--                <font color="green">已收款</font>--%>
-    <%--            </c:if>--%>
-    <%--        </td>--%>
-
-    <%--        <td>发货状态:--%>
-    <%--            <c:if test="${order.sendOutStatus == 1}">--%>
-    <%--                <font color="red">待发货</font>--%>
-    <%--            </c:if>--%>
-    <%--            <c:if test="${order.sendOutStatus == 2}">--%>
-    <%--                <font color="#ff8c00">部分发货</font>--%>
-    <%--            </c:if>--%>
-    <%--            <c:if test="${order.sendOutStatus == 3}">--%>
-    <%--                <font color="green">已发货</font>--%>
-    <%--            </c:if></td>--%>
-    <%--        <td>付款状态:--%>
-    <%--            <c:if test="${order.payStatus == 1}">--%>
-    <%--                <font color="red">待付款</font>--%>
-    <%--            </c:if>--%>
-    <%--            <c:if test="${order.payStatus == 2}">--%>
-    <%--                <font color="#ff8c00">部分付款</font>--%>
-    <%--            </c:if>--%>
-    <%--            <c:if test="${order.payStatus == 3}">--%>
-    <%--                <font color="green">已付款</font>--%>
-    <%--            </c:if></td>--%>
-    <%--        </td>--%>
-    <%--    </tr>--%>
-
     <tr>
         <td>
             退款状态:
@@ -100,20 +63,6 @@
                 <font>有退款</font>
             </c:if>
         </td>
-        <td>机构:${order.buyer}
-            <font id="svipFlagLabel" style="margin-left:0px" color="red">
-                <%--                <c:if test="${order.bpOrderUserinfo.firstClubType eq 1 and order.bpOrderUserinfo.svipFlag eq 1}">--%>
-                <%--                    (医美机构,超级会员)--%>
-                <%--                </c:if>--%>
-                <%--                <c:if test="${order.bpOrderUserinfo.firstClubType eq 1 and order.bpOrderUserinfo.svipFlag eq null}">--%>
-                <%--                    ${order.bpOrderUserinfo.firstClubType eq 1?'(医美机构)':''}--%>
-                <%--                </c:if>--%>
-                <%--                <c:if test="${order.bpOrderUserinfo.firstClubType eq null and order.bpOrderUserinfo.svipFlag eq 1}">--%>
-                <%--                    ${order.bpOrderUserinfo.svipFlag eq 1?'(超级会员)':''}--%>
-                <%--                </c:if>--%>
-                <c:if test="${order.organizeID == 4}">(联合丽格)</c:if>
-            </font>
-        </td>
     </tr>
 
     <tr>