|
@@ -55,17 +55,17 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="form-group">
|
|
|
|
- <label class="col-sm-2 control-label">附件:</label>
|
|
|
|
- <div class="col-sm-10">
|
|
|
|
- <c:if test="${oaNotify.status ne '1'}">
|
|
|
|
- <sys:fileUpload path="files" value="${oaNotify.files}" type="file" uploadPath="/oa/notify"/>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${oaNotify.status eq '1'}">
|
|
|
|
- <sys:fileUpload path="files" value="${oaNotify.files}" type="file" uploadPath="/oa/notify" readonly="true"/>
|
|
|
|
- </c:if>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <%--<div class="form-group">--%>
|
|
|
|
+ <%--<label class="col-sm-2 control-label">附件:</label>--%>
|
|
|
|
+ <%--<div class="col-sm-10">--%>
|
|
|
|
+ <%--<c:if test="${oaNotify.status ne '1'}">--%>
|
|
|
|
+ <%--<sys:fileUpload path="files" value="${oaNotify.files}" type="file" uploadPath="/oa/notify"/>--%>
|
|
|
|
+ <%--</c:if>--%>
|
|
|
|
+ <%--<c:if test="${oaNotify.status eq '1'}">--%>
|
|
|
|
+ <%--<sys:fileUpload path="files" value="${oaNotify.files}" type="file" uploadPath="/oa/notify" readonly="true"/>--%>
|
|
|
|
+ <%--</c:if>--%>
|
|
|
|
+ <%--</div>--%>
|
|
|
|
+ <%--</div>--%>
|
|
|
|
|
|
<c:if test="${oaNotify.status ne '1'}">
|
|
<c:if test="${oaNotify.status ne '1'}">
|
|
<div class="form-group">
|
|
<div class="form-group">
|