|
@@ -316,10 +316,10 @@ export default {
|
|
|
{ title: '账套号', width: 120, dataIndex: 'setNo', className: 'replacecolor' },
|
|
|
{ title: '支出单号', width: 120, dataIndex: 'disbursementSlipNo', className: 'replacecolor' },
|
|
|
{ title: '费用项目', dataIndex: 'expenseItem', width: 120, className: 'replacecolor' },
|
|
|
- { title: '人民币(不含税)', dataIndex: 'disbursedLocalmoney', width: 120, className: 'replacecolor' },
|
|
|
{ title: '美元', dataIndex: 'disbursedOriginalmoney', width: 120, className: 'replacecolor' },
|
|
|
+ { title: '人民币(不含税)', dataIndex: 'disbursedLocalmoney', width: 120, className: 'replacecolor' },
|
|
|
{ title: '人民币(税额)', dataIndex: 'shuiemoney', width: 120, className: 'replacecolor' },
|
|
|
- { title: '人民币(加税合计)', dataIndex: 'totalTaxIncrease', width: 120, className: 'replacecolor' },
|
|
|
+ { title: '人民币(价税合计)', dataIndex: 'totalTaxIncrease', width: 120, className: 'replacecolor' },
|
|
|
{ title: '发票号', dataIndex: 'invoicenum', width: 120, className: 'replacecolor' },
|
|
|
{ title: '制单人', dataIndex: 'preparedBy', width: 120, className: 'replacecolor' }
|
|
|
],
|