|
|
@ -284,15 +284,6 @@ export const asyncRouterMap = [
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "phoneRegisterManage",
|
|
|
|
|
|
|
|
component: phoneRegisterManage,
|
|
|
|
|
|
|
|
name: "设备管理",
|
|
|
|
|
|
|
|
icon: "",
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["admin/phoneRegisterManage"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: "/systemParam",
|
|
|
|
path: "/systemParam",
|
|
|
@ -304,6 +295,15 @@ export const asyncRouterMap = [
|
|
|
|
authRule: ["systemParam/systemParamConfig"]
|
|
|
|
authRule: ["systemParam/systemParamConfig"]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "phoneRegisterManage",
|
|
|
|
|
|
|
|
component: phoneRegisterManage,
|
|
|
|
|
|
|
|
name: "设备管理",
|
|
|
|
|
|
|
|
icon: "",
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["admin/phoneRegisterManage"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: "systemParamConfig",
|
|
|
|
path: "systemParamConfig",
|
|
|
|
component: systemParamConfig,
|
|
|
|
component: systemParamConfig,
|
|
|
@ -330,22 +330,9 @@ export const asyncRouterMap = [
|
|
|
|
authRule: ["product/BussinessTypeLocl"]
|
|
|
|
authRule: ["product/BussinessTypeLocl"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "bussinessTypeThird",
|
|
|
|
|
|
|
|
name: "第三方单据类型",
|
|
|
|
|
|
|
|
component: bussinessTypeThird,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["system/bussinessTypeThird"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thirdSys",
|
|
|
|
|
|
|
|
name: "第三方系统",
|
|
|
|
|
|
|
|
component: thirdSys,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thirdSys"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -402,7 +389,7 @@ export const asyncRouterMap = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: "spsSyncData",
|
|
|
|
path: "spsSyncData",
|
|
|
|
component: spsSyncData,
|
|
|
|
component: spsSyncData,
|
|
|
|
name: "数据同步",
|
|
|
|
name: "同步记录",
|
|
|
|
icon: "",
|
|
|
|
icon: "",
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
authRule: ["spsSyncMange/spsSyncData"]
|
|
|
|
authRule: ["spsSyncMange/spsSyncData"]
|
|
|
@ -411,6 +398,39 @@ export const asyncRouterMap = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/thrsysMange",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
name: "第三方系统",
|
|
|
|
|
|
|
|
redirect: "/thrsysMange/bussinessTypeThird",
|
|
|
|
|
|
|
|
icon: "",
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsysMange/manage"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "bussinessTypeThird",
|
|
|
|
|
|
|
|
name: "单据类型",
|
|
|
|
|
|
|
|
component: bussinessTypeThird,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsysMange/bussinessTypeThird"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thirdSys",
|
|
|
|
|
|
|
|
name: "接口设置",
|
|
|
|
|
|
|
|
component: thirdSys,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsysMange/thirdSys"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
// path: "systemPDFTemplate",
|
|
|
|
// path: "systemPDFTemplate",
|
|
|
|
// component: systemPDFTemplate,
|
|
|
|
// component: systemPDFTemplate,
|
|
|
@ -538,148 +558,7 @@ export const asyncRouterMap = [
|
|
|
|
},
|
|
|
|
},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/thrsys",
|
|
|
|
|
|
|
|
redirect: "/thrsys/manage",
|
|
|
|
|
|
|
|
name: "第三方数据",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/manage"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrInvWarehouse",
|
|
|
|
|
|
|
|
component: thrInvWarehouse,
|
|
|
|
|
|
|
|
name: "仓库信息",
|
|
|
|
|
|
|
|
icon: "",
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrInvWarehouse"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/corps",
|
|
|
|
|
|
|
|
redirect: "/corps/ThrCorps",
|
|
|
|
|
|
|
|
name: "往来单位",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/corp"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "ThrCorps",
|
|
|
|
|
|
|
|
name: "往来单位查询",
|
|
|
|
|
|
|
|
component: ThrCorps,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/ThrCorps"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrCorpsImport",
|
|
|
|
|
|
|
|
name: "往来单位导入",
|
|
|
|
|
|
|
|
component: thrCorpsImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrCorpsImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// path: "thrCorpsExport",
|
|
|
|
|
|
|
|
// name: "往来单位导出",
|
|
|
|
|
|
|
|
// component: thrCorpsExport,
|
|
|
|
|
|
|
|
// meta: {
|
|
|
|
|
|
|
|
// authRule: ["thrsys/thrCorpsExport"]
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/products",
|
|
|
|
|
|
|
|
redirect: "/products/thrProducts",
|
|
|
|
|
|
|
|
name: "产品信息",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/products"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrProducts",
|
|
|
|
|
|
|
|
name: "产品信息查询",
|
|
|
|
|
|
|
|
component: thrProducts,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrProducts"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrProductsImport",
|
|
|
|
|
|
|
|
name: "产品信息导入",
|
|
|
|
|
|
|
|
component: thrProductsImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrProductsImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/orders",
|
|
|
|
|
|
|
|
redirect: "/orders/ThrOrders",
|
|
|
|
|
|
|
|
name: "业务单据",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/orders"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "ThrOrders",
|
|
|
|
|
|
|
|
name: "业务单据查询",
|
|
|
|
|
|
|
|
component: ThrOrders,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/ThrOrders"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrOrderImport",
|
|
|
|
|
|
|
|
name: "业务单据导入",
|
|
|
|
|
|
|
|
component: thrOrderImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrOrderImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/udplatGoods",
|
|
|
|
|
|
|
|
redirect: "/udplatGoods/ThrOrders",
|
|
|
|
|
|
|
|
name: "阳光采购平台",
|
|
|
|
|
|
|
|
hidden: true,
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/udplatGoods"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrUdplatGoods",
|
|
|
|
|
|
|
|
name: "阳光采购平台查询",
|
|
|
|
|
|
|
|
component: udplatGoods,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrUdplatGoods"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrUdplatGoodsImport",
|
|
|
|
|
|
|
|
name: "阳光采购平台导入",
|
|
|
|
|
|
|
|
component: udplatGoodsImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrUdplatGoodsImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1089,6 +968,150 @@ export const asyncRouterMap = [
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/thrsys",
|
|
|
|
|
|
|
|
redirect: "/thrsys/manage",
|
|
|
|
|
|
|
|
name: "第三方数据",
|
|
|
|
|
|
|
|
component: Home,
|
|
|
|
|
|
|
|
icon: "tongyong",
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/manage"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrInvWarehouse",
|
|
|
|
|
|
|
|
component: thrInvWarehouse,
|
|
|
|
|
|
|
|
name: "仓库信息",
|
|
|
|
|
|
|
|
icon: "",
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrInvWarehouse"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/corps",
|
|
|
|
|
|
|
|
redirect: "/corps/ThrCorps",
|
|
|
|
|
|
|
|
name: "往来单位",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/corp"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "ThrCorps",
|
|
|
|
|
|
|
|
name: "往来单位查询",
|
|
|
|
|
|
|
|
component: ThrCorps,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/ThrCorps"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrCorpsImport",
|
|
|
|
|
|
|
|
name: "往来单位导入",
|
|
|
|
|
|
|
|
component: thrCorpsImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrCorpsImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// path: "thrCorpsExport",
|
|
|
|
|
|
|
|
// name: "往来单位导出",
|
|
|
|
|
|
|
|
// component: thrCorpsExport,
|
|
|
|
|
|
|
|
// meta: {
|
|
|
|
|
|
|
|
// authRule: ["thrsys/thrCorpsExport"]
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/products",
|
|
|
|
|
|
|
|
redirect: "/products/thrProducts",
|
|
|
|
|
|
|
|
name: "产品信息",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/products"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrProducts",
|
|
|
|
|
|
|
|
name: "产品信息查询",
|
|
|
|
|
|
|
|
component: thrProducts,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrProducts"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrProductsImport",
|
|
|
|
|
|
|
|
name: "产品信息导入",
|
|
|
|
|
|
|
|
component: thrProductsImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrProductsImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/orders",
|
|
|
|
|
|
|
|
redirect: "/orders/ThrOrders",
|
|
|
|
|
|
|
|
name: "业务单据",
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/orders"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "ThrOrders",
|
|
|
|
|
|
|
|
name: "业务单据查询",
|
|
|
|
|
|
|
|
component: ThrOrders,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/ThrOrders"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrOrderImport",
|
|
|
|
|
|
|
|
name: "业务单据导入",
|
|
|
|
|
|
|
|
component: thrOrderImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrOrderImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "/udplatGoods",
|
|
|
|
|
|
|
|
redirect: "/udplatGoods/ThrOrders",
|
|
|
|
|
|
|
|
name: "阳光采购平台",
|
|
|
|
|
|
|
|
hidden: true,
|
|
|
|
|
|
|
|
component: Empty,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/udplatGoods"]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrUdplatGoods",
|
|
|
|
|
|
|
|
name: "阳光采购平台查询",
|
|
|
|
|
|
|
|
component: udplatGoods,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrUdplatGoods"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
path: "thrUdplatGoodsImport",
|
|
|
|
|
|
|
|
name: "阳光采购平台导入",
|
|
|
|
|
|
|
|
component: udplatGoodsImport,
|
|
|
|
|
|
|
|
meta: {
|
|
|
|
|
|
|
|
authRule: ["thrsys/thrUdplatGoodsImport"]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: "/supplier",
|
|
|
|
path: "/supplier",
|
|
|
|
redirect: "/supplier/basicInstrumentMaintain",
|
|
|
|
redirect: "/supplier/basicInstrumentMaintain",
|
|
|
|