From 8b4396bb92eaa35dd3af16b617348bd2e4434bfb Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 27 Apr 2023 10:54:44 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BA=B8=E7=AE=A1=E5=87=BA=E5=85=A5=E5=BA=93?=
=?UTF-8?q?=E5=A4=87=E4=BB=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/ProductManage/EmptyPipeInStore_back.vue | 145 ++++++++++++++++++
.../ProductManage/EmptyPipeOutStore_back.vue | 145 ++++++++++++++++++
2 files changed, 290 insertions(+)
create mode 100644 pages/ProductManage/EmptyPipeInStore_back.vue
create mode 100644 pages/ProductManage/EmptyPipeOutStore_back.vue
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}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+