|
|
|
@ -101,16 +101,17 @@
|
|
|
|
|
</h3>
|
|
|
|
|
<c:choose>
|
|
|
|
|
<c:when test="${info.faultId != null && info.faultId != ''}">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null && info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<div class="timeline-body" style="color:red">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null}">
|
|
|
|
|
<p>缺陷选项:${info.faultAssortName}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<p>退回答复:${info.backContent}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</c:if>
|
|
|
|
|
<div class="timeline-body" style="color:red">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null}">
|
|
|
|
|
<p>缺陷选项:${info.faultAssortName}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.content != '' && info.content != null}">
|
|
|
|
|
<p>缺陷信息内容:${info.content}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<p>退回信息内容:${info.backContent}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</c:when>
|
|
|
|
|
<c:otherwise>
|
|
|
|
|
<c:if test="${info.remark != '' && info.remark != null}">
|
|
|
|
@ -179,16 +180,17 @@
|
|
|
|
|
</h3>
|
|
|
|
|
<c:choose>
|
|
|
|
|
<c:when test="${info.faultId != null && info.faultId != ''}">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null && info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<div class="timeline-body" style="color:red">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null}">
|
|
|
|
|
<p>缺陷选项:${info.faultAssortName}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<p>退回答复:${info.backContent}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</c:if>
|
|
|
|
|
<div class="timeline-body" style="color:red">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null}">
|
|
|
|
|
<p>缺陷选项:${info.faultAssortName}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.content != '' && info.content != null}">
|
|
|
|
|
<p>缺陷信息内容:${info.content}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<p>退回信息内容:${info.backContent}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</c:when>
|
|
|
|
|
<c:otherwise>
|
|
|
|
|
<c:if test="${info.remark != '' && info.remark != null}">
|
|
|
|
@ -255,16 +257,17 @@
|
|
|
|
|
</h3>
|
|
|
|
|
<c:choose>
|
|
|
|
|
<c:when test="${info.faultId != null && info.faultId != ''}">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null && info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<div class="timeline-body" style="color:red">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null}">
|
|
|
|
|
<p>缺陷选项:${info.faultAssortName}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<p>退回答复:${info.backContent}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</c:if>
|
|
|
|
|
<div class="timeline-body" style="color:red">
|
|
|
|
|
<c:if test="${info.faultAssortName != '' && info.faultAssortName != null}">
|
|
|
|
|
<p>缺陷选项:${info.faultAssortName}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.content != '' && info.content != null}">
|
|
|
|
|
<p>缺陷信息内容:${info.content}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
<c:if test="${info.backContent != '' && info.backContent != null}">
|
|
|
|
|
<p>退回信息内容:${info.backContent}</p>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</c:when>
|
|
|
|
|
<c:otherwise>
|
|
|
|
|
<c:if test="${info.remark != '' && info.remark != null}">
|
|
|
|
|