huangxw 2 hete
szülő
commit
9ea251c90f

+ 40 - 0
src/pages.json

@@ -400,6 +400,46 @@
                 }
             ]
         },
+        // 包装
+        {
+            "root": "plant/packaging",
+            "pages": [
+                // 包装任务列表
+                {
+                    "path": "list/index",
+                    "style": {
+                        "navigationBarTitleText": "包装任务列表"
+                    }
+                },
+                {
+                    "path": "create/index",
+                    "style": {
+                        "navigationBarTitleText": "创建包装任务"
+                    }
+                },
+                // 包装任务详情
+                {
+                    "path": "detail/index",
+                    "style": {
+                        "navigationBarTitleText": "包装任务详情"
+                    }
+                },
+                // 打印追溯码
+                {
+                    "path": "print/index",
+                    "style": {
+                        "navigationBarTitleText": "打印追溯码"
+                    }
+                },
+                // 选择任务包装的对象
+                {
+                    "path": "select-object/index",
+                    "style": {
+                        "navigationBarTitleText": "选择包装对象"
+                    }
+                }
+            ]
+        },
         // 往来单位管理
         {
             "root": "plant/contact-unit",

+ 3 - 0
src/plant/packaging/create/index.vue

@@ -0,0 +1,3 @@
+<template>
+    <view>xx</view>
+</template>

+ 3 - 0
src/plant/packaging/detail/index.vue

@@ -0,0 +1,3 @@
+<template>
+    <view>xx</view>
+</template>

+ 3 - 0
src/plant/packaging/list/index.vue

@@ -0,0 +1,3 @@
+<template>
+    <view>xx</view>
+</template>

+ 3 - 0
src/plant/packaging/print/index.vue

@@ -0,0 +1,3 @@
+<template>
+    <view>xx</view>
+</template>

+ 3 - 0
src/plant/packaging/select-object/index.vue

@@ -0,0 +1,3 @@
+<template>
+    <view>xx</view>
+</template>