diff --git a/pages/ProductManage/EmptyPipeInStore.vue b/pages/ProductManage/EmptyPipeInStore.vue
index 2743621..b4f3b9f 100644
--- a/pages/ProductManage/EmptyPipeInStore.vue
+++ b/pages/ProductManage/EmptyPipeInStore.vue
@@ -4,62 +4,34 @@
-
- 点位
-
+ 区域
-
+
+
+
+
+ 设备
+
+
物料
-
-
-
-
- 区域
-
-
+
数量
-
+
-
-
-
-
-
- | 序号 |
- 点位 |
- 物料编码 |
- 物料名称 |
- 数量 |
-
-
-
-
- | {{Number(i) + 1}} |
- {{e.point_code}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.qty}} |
-
-
-
-
-
-
-
+
+
@@ -67,7 +39,7 @@
-
-
diff --git a/pages/ProductManage/EmptyPipeOutStore.vue b/pages/ProductManage/EmptyPipeOutStore.vue
index 28ba367..e512a67 100644
--- a/pages/ProductManage/EmptyPipeOutStore.vue
+++ b/pages/ProductManage/EmptyPipeOutStore.vue
@@ -3,22 +3,6 @@
-
-
- 点位
-
-
-
-
-
-
- 物料
-
-
-
-
区域
@@ -37,19 +21,15 @@
- | 序号 |
- 点位 |
+ 设备 |
物料编码 |
- 物料名称 |
数量 |
-
- | {{Number(i) + 1}} |
- {{e.point_code}} |
+
+ | {{e.device_code}} |
{{e.material_code}} |
- {{e.material_name}} |
{{e.qty}} |
@@ -58,8 +38,8 @@
-
-
+
+
@@ -67,7 +47,7 @@