diff --git a/pages/ProductManage/ZjInStore.vue b/pages/ProductManage/ZjInStore.vue
index 9095f04..3517ee8 100644
--- a/pages/ProductManage/ZjInStore.vue
+++ b/pages/ProductManage/ZjInStore.vue
@@ -30,6 +30,7 @@
| 序号 |
+ 气涨轴 |
子卷号 |
机台编号 |
分切组 |
@@ -43,6 +44,7 @@
| {{Number(i) + 1}} |
+ {{e.qzzno}} |
{{e.container_name}} |
{{e.point_code}} |
{{e.split_group}} |
diff --git a/pages/ProductManage/ZjOutStore.vue b/pages/ProductManage/ZjOutStore.vue
index f70dcba..faf2784 100644
--- a/pages/ProductManage/ZjOutStore.vue
+++ b/pages/ProductManage/ZjOutStore.vue
@@ -40,6 +40,7 @@
| 序号 |
选择 |
+ 气涨轴 |
子卷号 |
机台编号 |
分切组 |
@@ -59,6 +60,7 @@
| {{Number(i) + 1}} |
|
+ {{e.qzzno}} |
{{e.container_name}} |
{{e.point_code}} |
{{e.split_group}} |