zzq
2023-09-28 62dd7a29fb929865cfcd72e8412beb3b5d41a7fc
src/router/report/index.js
@@ -2,6 +2,7 @@
const inventoryReport = (resolve) => require(["@/views/reportForm/inventoryReport/index"], resolve) // 库存报表
const locationReport = (resolve) => require(["@/views/reportForm/locationReport/index"], resolve) // 位置报表
const inboundOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 历史记录
const appconfig = [
  {
@@ -19,6 +20,14 @@
    meta: {
      title: "位置报表"
    }
  },
  {
    path: "/reportForm/inboundOutboundDetail",
    name: "inboundOutboundDetail",
    component: inboundOutboundDetail,
    meta: {
      title: "出入库明细"
    }
  }
]