| | |
| | | permissions: ["business:order"], |
| | | children: [ |
| | | { |
| | | // 原材料下单 |
| | | path: "customsInspection", |
| | | // 原材料下单-进行下单 |
| | | path: "customsInspectionOrder", |
| | | component: () => |
| | | import("@/views/business/materialOrder/customsInspection"), |
| | | name: "CustomsInspection", |
| | | import("@/views/business/materialOrder/customsInspectionOrder"), |
| | | name: "CustomsInspectionOrder", |
| | | meta: { |
| | | title: "原材料下单详情", |
| | | title: "进行原材料下单", |
| | | activeMenu: "/business/materialOrder", |
| | | keepAlive: true |
| | | }, |
| | | }, |
| | | { |
| | | // 原材料下单-查看详情 |
| | | path: "customsInspectionView", |
| | | component: () => |
| | | import("@/views/business/materialOrder/customsInspectionView"), |
| | | name: "CustomsInspectionView", |
| | | meta: { |
| | | title: "查看原材料下单详情", |
| | | activeMenu: "/business/materialOrder", |
| | | keepAlive: true |
| | | }, |
| | |
| | | path: "copperOrder", |
| | | component: () => import("@/views/business/materialOrder/copperOrder"), |
| | | name: "CopperOrder", |
| | | meta: { title: "铜材料下单", activeMenu: "/business/materialOrder",keepAlive: true }, |
| | | meta: { title: "进行铜材料下单", activeMenu: "/business/materialOrder",keepAlive: true }, |
| | | }, |
| | | { |
| | | // 铜材料下单-查看详情 |
| | | path: "copperView", |
| | | component: () => import("@/views/business/materialOrder/copperView"), |
| | | name: "CopperView", |
| | | meta: { title: "查看铜材料下单详情", activeMenu: "/business/materialOrder",keepAlive: true }, |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | permissions: ["business:productOrder"], |
| | | children: [ |
| | | { |
| | | // 成品下单详情 |
| | | path: "add", |
| | | // 查看成品下单详情 |
| | | path: "addView", |
| | | component: () => |
| | | import("@/views/business/productOrder/components/add.vue"), |
| | | name: "Add", |
| | | meta: { title: "成品下单详情", activeMenu: "/business/productOrder",keepAlive: true }, |
| | | import("@/views/business/productOrder/components/addView.vue"), |
| | | name: "AddView", |
| | | meta: { title: "查看成品下单详情", activeMenu: "/business/productOrder",keepAlive: true }, |
| | | }, |
| | | { |
| | | // 进行下单-成品下单 |
| | | path: "addOrder", |
| | | component: () => |
| | | import("@/views/business/productOrder/components/addOrder.vue"), |
| | | name: "AddOrder", |
| | | meta: { title: "进行成品下单", activeMenu: "/business/productOrder",keepAlive: true }, |
| | | }, |
| | | ], |
| | | }, |