| | |
| | | name: "AddOrder", |
| | | meta: { title: "进行成品下单", activeMenu: "/business/productOrder",keepAlive: true }, |
| | | }, |
| | | { |
| | | // 外购下单-进行外购下单 |
| | | path: "customsInspectionOrder", |
| | | component: () => |
| | | import("@/views/business/productOrder/components/addOrder.vue"), |
| | | name: "CustomsInspectionOrder", |
| | | meta: { |
| | | title: "进行外购成品下单", |
| | | activeMenu: "/business/outsourcingFinishProduct", |
| | | keepAlive: true |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | // 外购成品下单 |
| | | path: "/outsourcingFinishProduct", |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ["business:outsourcingFinishProduct"], |
| | | children: [ |
| | | { |
| | | // 查看成品下单详情 |
| | | path: "addView", |
| | | component: () => |
| | | import("@/views/business/productOrder/components/addView.vue"), |
| | | name: "AddView", |
| | | meta: { title: "查看成品下单详情", activeMenu: "/business/outsourcingFinishProduct",keepAlive: true }, |
| | | }, |
| | | { |
| | | // 进行下单-成品下单 |
| | | path: "addOrder", |
| | | component: () => |
| | | import("@/views/business/productOrder/components/addOrder.vue"), |
| | | name: "AddOrder", |
| | | meta: { title: "进行成品下单", activeMenu: "/business/outsourcingFinishProduct",keepAlive: true }, |
| | | }, |
| | | { |
| | | // 外购下单-进行外购下单 |
| | | path: "customsInspectionOrder", |
| | | component: () => |
| | | import("@/views/business/materialOrder/customsInspectionOrder"), |
| | | name: "CustomsInspectionOrder", |
| | | meta: { |
| | | title: "进行外购成品下单", |
| | | activeMenu: "/business/outsourcingFinishProduct", |
| | | keepAlive: true |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |