Browse Source

账单明细查询和导出添加汇率和明细

wangzhuo 1 year ago
parent
commit
6d48000199
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/views/finance/query/index.vue

+ 14 - 0
src/views/finance/query/index.vue

@@ -535,6 +535,20 @@ export default {
           width: 100,
         },
         {
+          surface: "11",
+          label: "fExrate",
+          name: "汇率",
+          checked: 0,
+          width: 100,
+        },
+        {
+          surface: "11",
+          label: "fTaxrate",
+          name: "税率",
+          checked: 0,
+          width: 100,
+        },
+        {
           surface: "12",
           label: "fStlamount",
           name: "结算金额",