基本信息
账单列表
选择对账单
商品清单
{{ scope.row.unitPrice ? Number(scope.row.unitPrice).toFixed(2) : '0.00' }}
{{ (Number(scope.row.quantity || 0) * Number(scope.row.unitPrice || 0)).toFixed(2) }}
发票列表
新增发票
{{ Number(scope.row.invoiceAmount || 0).toFixed(2) }}
编辑
删除