diff --git a/pages/ProductManage/EmptyPipeInStore_back.vue b/pages/ProductManage/EmptyPipeInStore_back.vue
new file mode 100644
index 0000000..2743621
--- /dev/null
+++ b/pages/ProductManage/EmptyPipeInStore_back.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+ 物料
+
+
+
+
+
+ 区域
+
+
+
+
+
+ 数量
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 点位 |
+ 物料编码 |
+ 物料名称 |
+ 数量 |
+
+
+
+
+ | {{Number(i) + 1}} |
+ {{e.point_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.qty}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/ProductManage/EmptyPipeOutStore_back.vue b/pages/ProductManage/EmptyPipeOutStore_back.vue
new file mode 100644
index 0000000..28ba367
--- /dev/null
+++ b/pages/ProductManage/EmptyPipeOutStore_back.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+ 物料
+
+
+
+
+
+ 区域
+
+
+
+
+
+ 数量
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 点位 |
+ 物料编码 |
+ 物料名称 |
+ 数量 |
+
+
+
+
+ | {{Number(i) + 1}} |
+ {{e.point_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.qty}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+