{{ $t('开票') }}
{{ $t('开票资料') }}
{{ invoiceData.invoice }}
{{ invoiceData.taxpayer }}
{{ invoiceData.addressPhone }}
{{ invoiceData.accountBank }}
{{ scope.row.titleZh || scope.row.titleEn ? scope.row.titleZh + "(" + scope.row.titleEn + ")" : '' }}
{{ scope.row.volume?(scope.row.volume + '/'+scope.row.weight):'' }}
{{ scope.row.unitPrice }}{{getCurrencyLabel(scope.row.currencyId)}}
{{ scope.row.totalAmount }}{{getCurrencyLabel(scope.row.currencyId)}}
{{ scope.row.discountTotal ?scope.row.discountTotal : '' }}
{{ scope.row.disCountAmount ?scope.row.disCountAmount :0 }}
{{ scope.row.tax }}{{getCurrencyLabel(scope.row.currencyId)}}
{{ scope.row.taxAndTotalAmount }}{{getCurrencyLabel(scope.row.currencyId)}}
{{ $t('确定') }}