diff --git a/src/views/oa/erp/projectLedgerReport/index.vue b/src/views/oa/erp/projectLedgerReport/index.vue
new file mode 100644
index 0000000..a5c14db
--- /dev/null
+++ b/src/views/oa/erp/projectLedgerReport/index.vue
@@ -0,0 +1,405 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+ 导出
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row._customerName || '-' }}
+
+
+
+
+
+
+
+ -
+
+
+
+ {{ scope.row._productAmount != null ? scope.row._productAmount : '-' }}
+
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+ {{ scope.row._acceptanceDate || '-' }}
+
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+
+ {{ scope.row._contractDate || '-' }}
+
+
+
+
+ {{ scope.row._contractAmount != null ? formatNumber(scope.row._contractAmount) : '-' }}
+
+
+
+
+ {{ scope.row._contractManagerName || '-' }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row._budgetCost != null ? formatNumber(scope.row._budgetCost) : '-' }}
+
+
+
+
+ {{ scope.row._budgetRate != null ? scope.row._budgetRate + '%' : '-' }}
+
+
+
+
+ {{ scope.row._reduceBudgetCost != null ? formatNumber(scope.row._reduceBudgetCost) : '-' }}
+
+
+
+
+ {{ scope.row._reduceBudgetRate != null ? scope.row._reduceBudgetRate + '%' : '-' }}
+
+
+
+
+ {{ scope.row._totalHours != null ? scope.row._totalHours : '-' }}
+
+
+
+ -
+
+
+
+ {{ scope.row._revenue != null ? formatNumber(scope.row._revenue) : '-' }}
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+