diff --git a/src/views/warehouse/WmsImportResult/index.vue b/src/views/warehouse/WmsImportResult/index.vue
index 8dbe8d2..eee2efe 100644
--- a/src/views/warehouse/WmsImportResult/index.vue
+++ b/src/views/warehouse/WmsImportResult/index.vue
@@ -1,67 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
@@ -73,6 +11,32 @@
v-hasPermi="['warehouse:WmsImportResult:add']"
>新增
+
+
+
+
+
+
+
+
+
+
+
+
+ 帕累托分析
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/views/warehouse/WmsImportResult/index_bkup.vue b/src/views/warehouse/WmsImportResult/index_bkup.vue
new file mode 100644
index 0000000..3c3f461
--- /dev/null
+++ b/src/views/warehouse/WmsImportResult/index_bkup.vue
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/warehouse/WmsImportTable/index.vue b/src/views/warehouse/WmsImportTable/index.vue
index fa157f8..50c0170 100644
--- a/src/views/warehouse/WmsImportTable/index.vue
+++ b/src/views/warehouse/WmsImportTable/index.vue
@@ -29,7 +29,39 @@
非零差值总数: {{ nonZeroDiffCount }}
+
+ 正差值总数: {{ positiveDiffCount }}
+
+
+
+
+
+ 负差值总数: {{ negativeDiffCount }}
+
+
+
+
-
-
-
- {{ showDiff
- ? (matrixDiff[scope.$index]?.[colIndex] === 0 ? '' : matrixDiff[scope.$index]?.[colIndex] ?? '')
- : matrix[scope.$index]?.[colIndex] ?? '' }}
-
-
-
+
+
+ {{ showDiff
+ ? (matrixDiff[scope.$index]?.[colIndex] === 0 ? '' : matrixDiff[scope.$index]?.[colIndex] ?? '')
+ : matrix[scope.$index]?.[colIndex] ?? '' }}
+
+