edit
This commit is contained in:
@ -150,8 +150,7 @@
|
|||||||
{
|
{
|
||||||
"text": "整车订单",
|
"text": "整车订单",
|
||||||
"icon": "anticon anticon-dashboard",
|
"icon": "anticon anticon-dashboard",
|
||||||
"link": "/order-management/vehicle",
|
"link": "/order-management/vehicle"
|
||||||
"reuse": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "大宗订单",
|
"text": "大宗订单",
|
||||||
@ -174,6 +173,11 @@
|
|||||||
"link": "/order-management/vehicle-detail/:id",
|
"link": "/order-management/vehicle-detail/:id",
|
||||||
"hide": true
|
"hide": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "单据审核",
|
||||||
|
"icon": "anticon anticon-dashboard",
|
||||||
|
"link": "/order-management/receipts-audit"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "大宗订单详情",
|
"text": "大宗订单详情",
|
||||||
"icon": "anticon anticon-dashboard",
|
"icon": "anticon anticon-dashboard",
|
||||||
@ -181,7 +185,7 @@
|
|||||||
"hide": true
|
"hide": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "货源详情",
|
"text": "整车订单详情",
|
||||||
"icon": "anticon anticon-dashboard",
|
"icon": "anticon anticon-dashboard",
|
||||||
"link": "/order-management/vehicle-detail",
|
"link": "/order-management/vehicle-detail",
|
||||||
"hide": true
|
"hide": true
|
||||||
@ -257,6 +261,24 @@
|
|||||||
"text": "收款单",
|
"text": "收款单",
|
||||||
"link": "/financial-management/receipt-order"
|
"link": "/financial-management/receipt-order"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "应收核销",
|
||||||
|
"link": "/financial-management/receivable-order"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "应收核销详情",
|
||||||
|
"hide": true,
|
||||||
|
"link": "/financial-management/receivable-order/detail/:id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "应付核销",
|
||||||
|
"link": "/financial-management/payable-order"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "应收核销详情",
|
||||||
|
"hide": true,
|
||||||
|
"link": "/financial-management/payable-order/detail/:id"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "货主账户",
|
"text": "货主账户",
|
||||||
"link": "/financial-management/freight-account"
|
"link": "/financial-management/freight-account"
|
||||||
@ -336,6 +358,10 @@
|
|||||||
"text": "已开订单明细",
|
"text": "已开订单明细",
|
||||||
"link": "/ticket/invoice-list/detail/:id",
|
"link": "/ticket/invoice-list/detail/:id",
|
||||||
"hide": true
|
"hide": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "快递信息",
|
||||||
|
"link": "/ticket/express-info"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -414,6 +440,28 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "操作日志",
|
||||||
|
"group": true,
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"text": "系统操作日志",
|
||||||
|
"link": "/system/system-logs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "货源操作日志",
|
||||||
|
"link": "/system/system-supply-logs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "订单操作日志",
|
||||||
|
"link": "/system/system-waybill-logs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "用户登录日志",
|
||||||
|
"link": "/system/user-logs"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "CRM客户管理",
|
"text": "CRM客户管理",
|
||||||
"link": "/system/crm-management"
|
"link": "/system/crm-management"
|
||||||
@ -430,6 +478,14 @@
|
|||||||
"text": "基础设置",
|
"text": "基础设置",
|
||||||
"link": "/system/basic-setting"
|
"link": "/system/basic-setting"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "按钮管理设置",
|
||||||
|
"link": "/system/btn-management"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "公告信息管理",
|
||||||
|
"link": "/system/announcement-message"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "车型车长配置",
|
"text": "车型车长配置",
|
||||||
"link": "/system/cart-config"
|
"link": "/system/cart-config"
|
||||||
@ -438,22 +494,6 @@
|
|||||||
"text": "基础配置",
|
"text": "基础配置",
|
||||||
"link": "/system/basic-config"
|
"link": "/system/basic-config"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"text": "系统操作日志",
|
|
||||||
"link": "/system/system-logs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "货源操作日志",
|
|
||||||
"link": "/system/system-supply-logs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "订单操作日志",
|
|
||||||
"link": "/system/system-waybill-logs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "用户登录日志",
|
|
||||||
"link": "/system/user-logs"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"text": "版本发布记录",
|
"text": "版本发布记录",
|
||||||
"link": "/system/version-logs"
|
"link": "/system/version-logs"
|
||||||
@ -466,6 +506,14 @@
|
|||||||
"text": "审核驳回理由配置",
|
"text": "审核驳回理由配置",
|
||||||
"link": "/system/audit-reason-config"
|
"link": "/system/audit-reason-config"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "菜单管理",
|
||||||
|
"link": "/menu-management/index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "接口权限",
|
||||||
|
"link": "/menu-management/auth"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "系统配置",
|
"text": "系统配置",
|
||||||
"link": "/system/system-config"
|
"link": "/system/system-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user