| 编号 | 物料编码 | 物料名称 | 规格型号 | 单位 | 数量 | 单价 | 金额 | 批次号 | 备注 |
| {{ index + 1 }} | {{ item.productCode }} | {{ item.productName }} | {{ item.specification || '' }}{{ item.modelType ? '/' + item.modelType : '' }} | {{ item.measuringUnit }} | {{ item.totalCount }} | {{ item.singlePrice }} | {{ item.totalPrice }} | {{ item.batchNo }} | {{ item.remark }} |
| 合计 |
本页数量小计:{{ this.getAll('totalCount') }}
本页金额小计:{{ this.getAll('totalPrice') }}
汇总数量:{{ this.getAll('totalCount') }}
汇总金额:{{ this.getAll('totalPrice') }}
|
||||||||
| 合计金额(大写金额) |
{{ convertToChinese(getAll('totalPrice')) }}
|
||||||||