Lijy 2 年之前
父節點
當前提交
ec4c8b3b60
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

+ 7 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -938,13 +938,19 @@
                   </template>
                 </el-table-column>
                 <el-table-column  prop="happenDate" :label="$t('forthedate')" ></el-table-column>
-                <el-table-column prop="invoiceType" :label="$t('costtype')"    >
+                <!-- <el-table-column prop="invoiceType" :label="$t('costtype')"    >
                   <template slot-scope="scope">
                         {{feeType[scope.row.invoiceType]}}
                     </template>
                 </el-table-column>
                 <el-table-column prop="expenseType" :label="$t('ppertype')"  >
                   
+                </el-table-column> -->
+                <el-table-column prop="expenseType" :label="$t('costtype')"></el-table-column>
+                <el-table-column prop="invoiceType" :label="$t('ppertype')">
+                  <template slot-scope="scope">
+                    {{scope.row.invoiceType == 0 ? '增值税专用发票' : '增值税普通发票'}}
+                  </template>
                 </el-table-column>
                 <el-table-column prop="amount" :label="$t('amountof')+'('+ $t('tax') +')'"   align="right">
                   <template slot-scope="scope">