<% include ./sub_menu.ejs %>

API设置

<% if (tenders.length === 0) { %>

没有标段数据

<% } else { %>
<% for (const t of tenders) { %> <% } %>
名称 计量模式 计量期数 创建人 标段创建时间/期审批时间 工序报验 档案管理
<%- t.name %> <%- t.measure_type_str %> <%- t.stage_count_str %> <%- t.user_str %> <%- ctx.moment(t.show_time).format('YYY-MM-DD HH:mm:ss') %>
checked<% } %> name="gxby_check" onchange="submit();">
checked<% } %> name="gxby_limit" onchange="submit();">
checked<% } %> name="dagl_check" onchange="submit();">
checked<% } %> name="dagl_limit" onchange="submit();">
<% } %>