+
+
+ 应收款
+
+
+
+ {{
+ financeVisibility.receivable
+ ? formatCurrency(otherInfo.receivableAmount || 0)
+ : "*****"
+ }}
+
+
+ {{ otherInfo.receivableCount }} 台次
+
+
+
+
+
+ 已收款
+
+
+
+ {{
+ financeVisibility.collected
+ ? formatCurrency(otherInfo.receivedAmount)
+ : "*****"
+ }}
+
+
+ {{ otherInfo.receivedCount }} 台次
+
+
+
+
+
+ 待收款
+
+
+
+ {{
+ financeVisibility.pending
+ ? formatCurrency(otherInfo.pendingAmount)
+ : "*****"
+ }}
+
+
+ {{ otherInfo.pendingCount }} 台次
+
+
+