<% include ./material_sub_menu.ejs %>
上传附件 所有期
<% fileList.forEach(function(file, idx){ %> <% }) %>
序号名称大小调差期上传时间操作
<%=idx + 1%> <%=file.file_name%> <%=file.file_size%> 第<%= file.s_order %>期 <%=file.upload_time%> <% if(file.user_id === ctx.session.sessionUser.accountId) { %> <% if (!ctx.material.curAuditor) { %> <% if (ctx.material.status === auditConst.status.uncheck && ctx.session.sessionUser.accountId === ctx.material.user_id) { %> <% } %> <% if (ctx.material.status === auditConst.status.checkNo && ctx.session.sessionUser.accountId === ctx.material.user_id) { %> <% } %> <% } else {%> <% if(ctx.material.curAuditor.aid === ctx.session.sessionUser.accountId) { %> <% } %> <% } %> <% } %>