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 @@ - - + - - - - + + - @@ -58,8 +38,8 @@ - - + + @@ -67,7 +47,7 @@
序号点位设备 物料编码物料名称 数量
{{Number(i) + 1}}{{e.point_code}}
{{e.device_code}} {{e.material_code}}{{e.material_name}} {{e.qty}}