|
@@ -207,28 +207,28 @@
|
|
|
</c:if>
|
|
|
</td>
|
|
|
<td>
|
|
|
- ${product.splitCode}
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <c:if test="${product.productCategory eq 2}">
|
|
|
- ---
|
|
|
+ <c:if test="${product.productCategory eq 2}">
|
|
|
+ ---
|
|
|
</c:if>
|
|
|
<c:if test="${product.productCategory ne 2}">
|
|
|
- <c:if test="${product.priceFlag eq 0}">
|
|
|
- <font color="green">对所有机构公开</font>
|
|
|
- </c:if>
|
|
|
- <c:if test="${product.priceFlag eq 1}">
|
|
|
- <font color="red">价格不公开</font>
|
|
|
- </c:if>
|
|
|
- <c:if test="${product.priceFlag eq 2}">
|
|
|
- <font color="#ff8c00">仅对会员机构公开</font>
|
|
|
- </c:if>
|
|
|
+ <c:if test="${product.priceFlag eq 0}">
|
|
|
+ <font color="green">对所有机构公开</font>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${product.priceFlag eq 1}">
|
|
|
+ <font color="red">价格不公开</font>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${product.priceFlag eq 2}">
|
|
|
+ <font color="#ff8c00">仅对会员机构公开</font>
|
|
|
+ </c:if>
|
|
|
<c:if test="${product.priceFlag eq 3}">
|
|
|
<font color="#ff69b4">仅对医美机构公开</font>
|
|
|
</c:if>
|
|
|
</c:if>
|
|
|
</td>
|
|
|
<td>
|
|
|
+ ${product.splitCode}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
<%-- ${fns:getDictLabel(product.validFlag,"product_status","" )}--%>
|
|
|
<%--商品状态(0逻辑删除 1待审核 2已上架 3已下架 8审核未通过 9已隐身 10已冻结)--%>
|
|
|
<c:if test="${product.validFlag eq 0}">
|