货物名称 | 件数 | 体积(m³) | 重量(kg) | 计费单价(元) | 运费(元) | 保价(万) | 送货费 | 其他 | 合计 |
{{ item.goodsName }} | {{ item.goodsQty }} | {{ item.goodsVolume.toFixed(2) }} | {{ item.goodsWeight.toFixed(2) }} | {{ item.unitPrice.toFixed(2) }} | {{ item.transportAmount.toFixed(2) }} | {{ item.supportValue.toFixed(2) }} | {{ item.sendAmount.toFixed(2) }} | {{ item.otherAmount.toFixed(2) }} | {{ item.totalAmount.toFixed(2) }} |