diff --git a/src/views/emis/emisSettleBill/BillPayOpenBillSumQuery.vue b/src/views/emis/emisSettleBill/BillPayOpenBillSumQuery.vue
new file mode 100644
index 00000000..f2ddbe6c
--- /dev/null
+++ b/src/views/emis/emisSettleBill/BillPayOpenBillSumQuery.vue
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ ((scope.row.normalOpenBillCount / scope.row.totalBillCount) * 100).toFixed(2) + '%' }}
+
+
+
+
+
+ {{ ((scope.row.expiredOpenBillCount / scope.row.totalBillCount) * 100).toFixed(2) + '%' }}
+
+
+
+
+
+
+
+
+
+
+