diff --git a/pages.json b/pages.json index 55d3def..7b87fb0 100644 --- a/pages.json +++ b/pages.json @@ -182,7 +182,13 @@ "navigationStyle": "custom" } } - ,{ + ,{ + "path" : "pages/WarehouseManage/ErrorOutUnlock", + "style": { + "navigationStyle": "custom" + } + } + ,{ "path" : "pages/ProductManage/EmptyPipeOutStore", "style" : { diff --git a/pages/WarehouseManage/ErrorOutUnlock.vue b/pages/WarehouseManage/ErrorOutUnlock.vue new file mode 100644 index 0000000..24b19d4 --- /dev/null +++ b/pages/WarehouseManage/ErrorOutUnlock.vue @@ -0,0 +1,163 @@ + + + + + + + + 木箱 + + + + + + + + 点位 + + + + + + + + + + + + 木箱码 + 子卷号 + 物料编码 + 物料名称 + 重量kg + 更换外包 + 更换内包 + + + + + {{e.package_box_sn}} + {{e.container_name}} + {{e.product_name}} + {{e.product_description}} + {{e.net_weight}} + {{e.change_out}} + {{e.change_in}} + + + + + + + + 出库确认 + 发货申请 + 查询 + + + + + + +