diff --git a/pages/WarehouseManage/EmptyInStore.vue b/pages/WarehouseManage/EmptyInStore.vue
new file mode 100644
index 0000000..404bc28
--- /dev/null
+++ b/pages/WarehouseManage/EmptyInStore.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+ 站点码
+
+
+
+
+
+
+
+ 载具码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/WarehouseManage/EmptyOutStore.vue b/pages/WarehouseManage/EmptyOutStore.vue
new file mode 100644
index 0000000..5cd19b2
--- /dev/null
+++ b/pages/WarehouseManage/EmptyOutStore.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+ 站点码
+
+
+
+
+
+
+
+ 载具码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/WarehouseManage/OutStoreConfirmCp.vue b/pages/WarehouseManage/OutStoreConfirmCp.vue
new file mode 100644
index 0000000..4bb13c5
--- /dev/null
+++ b/pages/WarehouseManage/OutStoreConfirmCp.vue
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+ 木箱
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+
+
+
+
+
+ | 状态 |
+ 工单号 |
+ 母卷号 |
+ 机台编码 |
+ 产品编码 |
+ 理论长度 |
+ 开始时间 |
+ 结束时间 |
+ 总重量 |
+ 车号 |
+ 生产区域 |
+ 更新时间 |
+
+
+
+
+ | {{e.status_name}} |
+ {{e.mfg_order_name}} |
+ {{e.container_name}} |
+ {{e.point_code}} |
+ {{e.pcsn}} |
+ {{e.theory_height}} |
+ {{e.realstart_time}} |
+ {{e.realend_time}} |
+ {{e.productin_qty}} |
+ {{e.agvno}} |
+ {{e.product_area}} |
+ {{e.update_time}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+