清单编号 | 名称 | 变更详情 | 单位 | 单价 | 原设计 | 申报变更增(+)减(-) | 操作 | ||
---|---|---|---|---|---|---|---|---|---|
数量 | 金额 | 数量 | 金额 | ||||||
<%= cl.code %> | <%= cl.name %> | <%= cl.unit %> | <%= ctx.helper.roundNum(cl.unit_price, tpUnit) %> | <%= ctx.helper.roundNum(cl.oamount, ctx.helper.findDecimal(cl.unit)) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.oamount), tpUnit) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.camount), tpUnit) %> | 移除 | ||
<%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.oamount), tpUnit) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.camount), tpUnit) %> | 移除 | |||||||
合计 | <%= ctx.helper.roundNum(ototalCost, tpUnit) %> | <%= ctx.helper.roundNum(ctotalCost, tpUnit) %> |
清单编号 | 名称 | 变更详情 | 单位 | 单价 | 原设计 | 申报变更增(+)减(-) | 审批后变更 | |||
---|---|---|---|---|---|---|---|---|---|---|
数量 | 金额 | 数量 | 金额 | 数量 | 金额 | |||||
<%= cl.code %> | <%= cl.name %> | <%= cl.detail %> | <%= cl.unit %> | <%= ctx.helper.roundNum(cl.unit_price, upUnit) %> | <%= ctx.helper.roundNum(cl.oamount, ctx.helper.findDecimal(cl.unit)) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.oamount), tpUnit) %> | <%= ctx.helper.roundNum(cl.camount, ctx.helper.findDecimal(cl.unit)) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.camount), tpUnit) %> | <%= cl.samount !== '' ? ctx.helper.roundNum(cl.samount, ctx.helper.findDecimal(cl.unit)) : '' %> | <%= cl.samount !== '' ? ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.samount), tpUnit) : '' %> |
合计 | <%= ctx.helper.roundNum(ototalCost, tpUnit) %> | <%= ctx.helper.roundNum(ctotalCost, tpUnit) %> | <%= stotalCost !== 0 ? ctx.helper.roundNum(stotalCost, tpUnit) : '' %> |
清单编号 | 名称 | 变更详情 | 单位 | 单价 | 原设计 | 申报变更增(+)减(-) | <% for (const audit of auditList) { %> <% if (audit.usite !== 0) { %><%= audit.name %> 审批 | <% } %> <% } %>||||
---|---|---|---|---|---|---|---|---|---|---|---|
数量 | 金额 | 数量 | 金额 | <% for (const audit of auditList) { %> <% if (audit.usite !== 0) { %>数量 | 金额 | <% } %> <% } %>||||||
<%= cl.code %> | <%= cl.name %> | <%= cl.detail %> | <%= cl.unit %> | <%= ctx.helper.roundNum(cl.unit_price, upUnit) %> | <%= ctx.helper.roundNum(cl.oamount, ctx.helper.findDecimal(cl.unit)) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.oamount), tpUnit) %> | <%= ctx.helper.roundNum(cl.camount, ctx.helper.findDecimal(cl.unit)) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, cl.camount), tpUnit) %> | <% for (const audit of auditList) { %> <% if (audit.usite !== 0) { %> <% if (uid === audit.uid) { %><% } else { %> | <%= audit.list_amount[cindex] !== undefined ? ctx.helper.roundNum(audit.list_amount[cindex], ctx.helper.findDecimal(cl.unit)) : '' %> | <% } %>class="amount_cost"<% } %>><%= audit.list_amount[cindex] !== undefined ? ctx.helper.roundNum(ctx.helper.accMul(cl.unit_price, audit.list_amount[cindex]), tpUnit) : '' %> | <% } %> <% } %>
合计 | <%= ctx.helper.roundNum(ototalCost, tpUnit) %> | <%= ctx.helper.roundNum(ctotalCost, tpUnit) %> | <% for (const audit of auditList) { %> <% if (audit.usite !== 0) { %>class="amount_totalcost"<% } %>><%=audit.totalCost !== 0 ? ctx.helper.roundNum(audit.totalCost, tpUnit) : '' %> | <% } %> <% } %>
序号 | 名称 | 大小 | 上传时间 | 操作 |
---|---|---|---|---|
<%- index+1 %> | <%- att.filename %><%- att.fileext %> | <%- ctx.helper.bytesToSize(att.filesize) %> | <%- moment(att.in_time * 1000).format('YYYY-MM-DD') %> | <% if (att.uid === uid && (auditStatus === 1 || auditStatus === 2 || auditStatus === 6)) { %> <% } %> |