{{$t('部门')}} | {{form?form.departmentName:$t('无')}} | {{$t('客户名称')}} | {{form.customerName||$t('无')}} | {{$t('收款日期')}} | {{form&&form.payedAt?parseTime(form.payedAt):$t('无')}} | ||
{{$t('收款单号')}} | {{form?form.receiptNo:$t('无')}} | {{$t('备注')}} | {{form?form.remark:$t('无')}} | ||||
Form/To:{{orderData.logisticsInfoDto?orderData.logisticsInfoDto.startTitleZh:''}}>{{orderData.logisticsInfoDto?orderData.logisticsInfoDto.destAddressZh:''}} |
{{$t('序号')}} | {{$t('提单号')}} | {{$t('订单号')}} | {{$t('收入类型')}} | {{$t('币种')}} | {{$t('金额')}} | {{$t('优惠金额')}} | |
---|---|---|---|---|---|---|---|
{{ index + 1 }} | {{ orderData.tidanNo||''}} | {{ item.orderNo }} | {{getCurrencyLabel(item.currencyId)}} | {{item.totalAmount}} | {{ item.discountTotal||0 }} | ||
{{getCurrencyLabel(items.currencyId)}}{{$t('应收合计')}} | {{ `${items.receivableAmount - items.discountTotal }(${items.receivableAmount} - ${items.discountTotal})` }} {{ `${items.receivableAmount}` }} | {{$t('汇率')}} | {{ items.collectionRate}} | {{$t('收款金额')}}({{getCurrencyLabel(items.collectionCurrencyId)}}) | {{ items.collectionAmount}} |
{{$t('户名')}}:{{bankTiem.accountName}}
{{$t('银行名称')}}:{{bankTiem.accountBankName||''}}
A/C NO:{{bankTiem.accountNo}}
{{$t('实收')}}{{getCurrencyLabel(bankTiem.currencyId)}}:{{bankTiem.amount}}{{getCurrencyFuhao(bankTiem.currencyId)}}