|
@@ -22,9 +22,21 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="已开票未回票" prop="wpay_ainv_fee" align="center" >
|
|
|
|
|
|
+ <el-table-column label="已开票" prop="ainv_fee" align="center" >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ unit2TenThousand(scope.row.wpay_ainv_fee) }}
|
|
|
|
|
|
+ {{ unit2TenThousand(scope.row.ainv_fee) }}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+
|
|
|
|
+ <el-table-column label="已回款" prop="apay_fee" align="center">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ unit2TenThousand(scope.row.apay_fee) }}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+
|
|
|
|
+ <el-table-column label="已开票-已回款" prop="ainv_apay_fee" align="center">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ unit2TenThousand(scope.row.ainv_apay_fee) }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
@@ -51,13 +63,13 @@
|
|
{{ unit2TenThousand(scope.row.wpay_send_fee) }}
|
|
{{ unit2TenThousand(scope.row.wpay_send_fee) }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
-
|
|
|
|
|
|
+
|
|
<el-table-column label="超60天已发货未开票" prop="winv_two_month" align="center">
|
|
<el-table-column label="超60天已发货未开票" prop="winv_two_month" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ unit2TenThousand(scope.row.winv_two_month) }}
|
|
{{ unit2TenThousand(scope.row.winv_two_month) }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
-
|
|
|
|
|
|
+
|
|
<el-table-column label="超180天应收账款" prop="wpay_six_month" align="center">
|
|
<el-table-column label="超180天应收账款" prop="wpay_six_month" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ unit2TenThousand(scope.row.wpay_six_month) }}
|
|
{{ unit2TenThousand(scope.row.wpay_six_month) }}
|