| | |
| | | const locationReport = (resolve) => require(["@/views/reportForm/locationReport/index"], resolve) // 位置报表 |
| | | const inboundOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 历史记录 |
| | | const monthboundDetail= (resolve) => require(["@/views/reportForm/monthboundDetail/index"], resolve) // 月度明细报表 |
| | | |
| | | const warehouseMothDetailReport =(resolve)=>require(["@/views/reportForm/warehouseMonthlyDetailReport/index"],resolve) |
| | | const appconfig = [ |
| | | { |
| | | path: "/reportForm/inventoryReport", |
| | |
| | | title: "月度统计报表" |
| | | } |
| | | }, |
| | | { |
| | | path: "/reportForm/warehouseMonthlyDetailReport", |
| | | name: "warehouseMonthlyDetailReport", |
| | | component: warehouseMothDetailReport, |
| | | meta: { |
| | | title: "仓库月度明细报表" |
| | | } |
| | | } |
| | | ] |
| | | |
| | | export default appconfig |