UNPKG

logwire-wms-ui-test

Version:

运匠科技wms-PDA基础组件库

41 lines (34 loc) 1.47 kB
/* * 容器管理导出 * @author: 张文 * @date 2022-12-20 * */ // 报修登记 import lwContainerRepairRegisterIndexPage from "./repairRegister/index/index.js"; import lwContainerRepairRegisterOrderInfoPage from "./repairRegister/orderInfo/index.js"; // 维修归还 import lwContainerRepairBackIndexPage from "./repairBack/index/index.js"; import lwContainerRepairBackContentPage from "./repairBack/content/index.js"; import lwContainerRepairBackActionPage from "./repairBack/aciton/index.js"; // 报废登记 import lwContainerScrapRecordIndexPage from "./scrapRecord/index/index.js"; import lwContainerScrapRecordOrderInfoPage from "./scrapRecord/orderInfo/index.js"; // 租赁归还 import lwContainerRentBackIndexPage from "./rentBack/index/index.js"; import lwContainerRentBackContentPage from "./rentBack/content/index.js"; import lwContainerRentBackActionPage from "./rentBack/aciton/index.js"; // 容器归还 import lwContainerContainerBackIndexPage from "./containerBack/index/index.js"; export const container = [ lwContainerRepairRegisterIndexPage, lwContainerRepairRegisterOrderInfoPage, lwContainerRepairBackIndexPage, lwContainerRepairBackContentPage, lwContainerRepairBackActionPage, lwContainerScrapRecordIndexPage, lwContainerScrapRecordOrderInfoPage, lwContainerRentBackIndexPage, lwContainerRentBackContentPage, lwContainerRentBackActionPage, lwContainerContainerBackIndexPage, ]