Lijy 2 years ago
parent
commit
ec4c8b3b60

+ 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">