|
@@ -228,7 +228,9 @@
|
|
----------
|
|
----------
|
|
</c:if>
|
|
</c:if>
|
|
</span>
|
|
</span>
|
|
- <span class="receipt-details-new-row receipt-msg-wrapper"><label>收款短信:</label>${vo.smsContent eq null ? "无" : vo.smsContent eq "" ? "无" : vo.smsContent}</span>
|
|
|
|
|
|
+ <c:if test="${organizeID != 4}">
|
|
|
|
+ <span class="receipt-details-new-row receipt-msg-wrapper"><label>收款短信:</label>${vo.smsContent eq null ? "无" : vo.smsContent eq "" ? "无" : vo.smsContent}</span>
|
|
|
|
+ </c:if>
|
|
<c:if test="${vo.receiptType == 3 && not empty vo.rebateRemarks}">
|
|
<c:if test="${vo.receiptType == 3 && not empty vo.rebateRemarks}">
|
|
<span class="receipt-details-new-row receipt-msg-wrapper"><label>备注:</label>${vo.rebateRemarks}</span>
|
|
<span class="receipt-details-new-row receipt-msg-wrapper"><label>备注:</label>${vo.rebateRemarks}</span>
|
|
</c:if>
|
|
</c:if>
|
|
@@ -240,9 +242,11 @@
|
|
<div class="not-order-type">
|
|
<div class="not-order-type">
|
|
<span><label>确认人:</label> ${vo.confirmer}</span>
|
|
<span><label>确认人:</label> ${vo.confirmer}</span>
|
|
<span><label>确认时间: </label>${vo.confirmTime}</span>
|
|
<span><label>确认时间: </label>${vo.confirmTime}</span>
|
|
- <c:if test="${vo.shopName != null && cmDiscernReceipt.newReceiptType != 2 && cmDiscernReceipt.newReceiptType != 5}"> <br> <span
|
|
|
|
|
|
+ <c:if test="${vo.shopName != null && cmDiscernReceipt.newReceiptType != 2 && cmDiscernReceipt.newReceiptType != 5}">
|
|
|
|
+ <br> <span
|
|
class="not-order-reason"><label>关联供应商:</label>${vo.shopName}</span></c:if>
|
|
class="not-order-reason"><label>关联供应商:</label>${vo.shopName}</span></c:if>
|
|
- <c:if test="${vo.shopName == null && cmDiscernReceipt.newReceiptType != 2 && cmDiscernReceipt.newReceiptType != 5}"> <br> <span
|
|
|
|
|
|
+ <c:if test="${vo.shopName == null && cmDiscernReceipt.newReceiptType != 2 && cmDiscernReceipt.newReceiptType != 5}">
|
|
|
|
+ <br> <span
|
|
class="not-order-reason"><label>关联供应商:</label>无</span> <br></c:if>
|
|
class="not-order-reason"><label>关联供应商:</label>无</span> <br></c:if>
|
|
<br>
|
|
<br>
|
|
<c:if test="${not empty vo.noOrderReason}">
|
|
<c:if test="${not empty vo.noOrderReason}">
|
|
@@ -604,6 +608,28 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</c:if>
|
|
</c:if>
|
|
|
|
+ <c:if test="${organizeID == 4&& voucherVo ne null &&voucher.addTime ne null }">
|
|
|
|
+ <div class="order-rows">
|
|
|
|
+ <label>线下支付凭证:</label>
|
|
|
|
+ <c:forEach items="${voucherVo}" var="voucher">
|
|
|
|
+ <div>
|
|
|
|
+ <p><fmt:formatDate value="${voucher.addTime}" pattern="yyyy-MM-dd HH:mm:ss"/></p>
|
|
|
|
+ <c:if test="${voucher.images ne null }">
|
|
|
|
+ <div>
|
|
|
|
+ <c:forEach items="${voucher.images}" var="items" varStatus="index">
|
|
|
|
+ <c:if test="${items.image ne null }">
|
|
|
|
+ <a href="${items.image}" target="_blank">
|
|
|
|
+ <img class="supplier-img" src="${items.image}" style="width: 100px"/>
|
|
|
|
+ </a>
|
|
|
|
+ </c:if>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </div>
|
|
|
|
+ </c:if>
|
|
|
|
+ <p>备注: ${voucher.remarks}</p>
|
|
|
|
+ </div>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </div>
|
|
|
|
+ </c:if>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
<script>
|
|
(function () {
|
|
(function () {
|