Browse Source

成本 分配表-页面调整

jbb 2 years ago
parent
commit
fc733f5683
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/reportForms/cost-allocation-table.vue

+ 2 - 2
src/views/reportForms/cost-allocation-table.vue

@@ -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' }
       ],