From 5b4cad2a609a4c329163d8f8d2a9ef40eed835d5 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 27 Apr 2023 16:36:54 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=AE=A1=E5=87=BA=E5=85=A5=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/ProductManage/EmptyPipeInStore.vue | 157 +++++++++++-----------
pages/ProductManage/EmptyPipeOutStore.vue | 61 ++++-----
utils/getData2.js | 58 ++++++--
3 files changed, 154 insertions(+), 122 deletions(-)
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 @@