% include ./material_sub_menu.ejs %>
序号 | 名称 | 大小 | 调差期 | 上传时间 | 操作 |
---|---|---|---|---|---|
<%=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) { %> <% } %> <% } %> <% } %> |