% if (auditStatus === 1 || auditStatus === 2) { %>
序号 | 清单编号 | 名称 | 单位 | 单价 | 数量 | 金额 |
---|---|---|---|---|---|---|
<%= index+1 %> | <%= db.code %> | <%= db.name %> | <%= db.unit %> | <%= ctx.helper.roundNum(db.unit_price, tpUnit) %> | <%= ctx.helper.roundNum(db.quantity,ctx.helper.findDecimal(db.unit)) %> | <%= ctx.helper.roundNum(ctx.helper.accMul(db.quantity, db.unit_price), tpUnit) %> |
项目节编号 | 名称 | 部位明细 | 选择 |
---|---|---|---|
自行编辑变更详情 | |||
1-4-5-1-1-1-1 | 桥台桩基础 | 0#桥台1#桩 | |
1-4-5-1-1-1-1 | 桥台桩基础 | 0#桥台2#桩 | |
1-4-5-1-1-1-1 | 桥台桩基础 | 0#桥台3#桩 | |
1-4-5-1-1-1-1 | 桥台桩基础 | 0#桥台4#桩 |
<%= al.sdesc %> <%= moment(al.sin_time).format('YYYY-MM-DD') %>
<% } %>上传文件大小最大:30MB