diff --git a/src/router/plan.js b/src/router/plan.js
index 18afeb8..50e9675 100644
--- a/src/router/plan.js
+++ b/src/router/plan.js
@@ -60,6 +60,12 @@ const plant = {
title: "预测版本",
component: () => import("@/views/plan/workbench/predictVersion"),
},
+ {
+ icon: "el-icon-document",
+ path: "/plan/workbench/predictionDeviation",
+ title: "预测偏差",
+ component: () => import("@/views/plan/workbench/predictionDeviation"),
+ },
]
},
],
diff --git a/src/views/plan/workbench/predictionDeviation/index.vue b/src/views/plan/workbench/predictionDeviation/index.vue
new file mode 100644
index 0000000..a926045
--- /dev/null
+++ b/src/views/plan/workbench/predictionDeviation/index.vue
@@ -0,0 +1,347 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+ 导出最新预测偏差
+
+
+
+
+ saveRowWidth(column, newWidth)
+ "
+ border
+ :span-method="objectSpanMethod"
+ >
+
+
+ {{ scope.row["AP_CustArtlst-ArtId"] }}
+
+
+
+
+ {{ scope.row["AP_CustArtlst-Descr1"] }}
+
+
+
+
+ {{ scope.row["Customer-CustomerId"] }}
+
+
+
+
+ {{ scope.row["Customer-Name1"] }}
+
+
+
+
+ {{ scope.row["AP_CustArtlst-LastUser"] }}
+
+
+
+
+ {{ scope.row["User-Name"] }}
+
+
+
+
+ {{ scope.row["title"] }}
+
+
+
+
+ {{ scope.row[item] || 0 }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file