${vo.companyName}供应商对账单
| 序号 | 收货日期 | 采购订单号 | 凭证号 | 物料编号 | 物料描述 | 工厂名称 | 收货地点 | 数量 | 单位 | 含税单价 | 结算金额(含税) |
|---|---|---|---|---|---|---|---|---|---|---|---|
| ${itemIndex+1} | ${item.voucherTime,'yyyy-MM-dd'} | ${item.purchaseOrderNo} | ${item.materialVoucherNo} | ${item.materialNo} | ${item.materialDesc} | ${item.voucherProject} | ${item.stockSpaceRemark} | ${item.materialQuantity} | ${item.materialUnit} | ${item.latestPrice} | ${item.includeTaxAmount} |
| 对账单金额: | ${amountInclude} | ||||||||||
| 扣款金额: | ${amountDecution} | ||||||||||
| 本次实付金额: | ${actAmount} | ||||||||||