{{ currentPayable.paymentBillCode || '未知编号' }}
{{ isReadOnly ? '已审批' : '待审批' }}
基本信息
付款单编号
{{ currentPayable.paymentBillCode }}
制造商名称
{{ currentPayable.vendorName }}
付款条件
{{ currentPayable.payType }}
付款周期
{{ currentPayable.payConfigDay }}
含税总价
{{ formatAmount(currentPayable.totalPriceWithTax) }}
未税总价
{{ formatAmount(currentPayable.totalPriceWithoutTax) }}
税额
{{ formatAmount(currentPayable.taxAmount) }}
支付方式
{{ formatDictLabel(paymentMethodOptions, currentPayable.paymentMethod) }}
银行账号
{{ currentPayable.payBankNumber }}
账户名称
{{ currentPayable.payName }}
银行开户行
{{ currentPayable.payBankOpenAddress }}
银行行号
{{ currentPayable.bankNumber }}
特别说明
{{ currentPayable.remark }}
应付单信息
{{ formatAmount(item.paymentAmount) }}
应付单编号:
{{ item.payableBillCode }}
项目名称:
{{ item.projectName }}
产品类型:
{{ formatDictLabel(productTypeOptions, item.productType) }}
含税总价:
{{ formatAmount(item.totalPriceWithTax) }}
本次付款金额:
{{ formatAmount(item.paymentAmount) }}