charles
2024-08-06 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f
src/router/report/index.js
@@ -4,7 +4,7 @@
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",
@@ -38,6 +38,14 @@
      title: "月度统计报表"
    }
  },
    {
        path: "/reportForm/warehouseMonthlyDetailReport",
        name: "warehouseMonthlyDetailReport",
        component: warehouseMothDetailReport,
        meta: {
            title: "仓库月度明细报表"
        }
    }
]
export default appconfig