|
@@ -305,7 +305,7 @@ export const asyncRouterMap = [
|
|
|
name: 'matchSendOutOrder',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '发货对单',
|
|
|
+ title: '销售发货对单',
|
|
|
icon: 'vertical-align-bottom',
|
|
|
// permission: 'M_matchSendOutOrderList'
|
|
|
},
|
|
@@ -316,7 +316,7 @@ export const asyncRouterMap = [
|
|
|
name: 'matchSendOutOrderList',
|
|
|
component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/matchSendOutOrder/list.vue'),
|
|
|
meta: {
|
|
|
- title: '发货对单',
|
|
|
+ title: '销售发货对单',
|
|
|
icon: 'vertical-align-bottom',
|
|
|
hidden: true,
|
|
|
// permission: 'M_matchSendOutOrderList'
|
|
@@ -1261,7 +1261,7 @@ export const asyncRouterMap = [
|
|
|
name: 'matchSendOutOrderAllocation',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '发货对单',
|
|
|
+ title: '调拨发货对单',
|
|
|
icon: 'vertical-align-bottom',
|
|
|
// permission: 'M_matchSendOutOrderAllocationList'
|
|
|
},
|
|
@@ -1272,7 +1272,7 @@ export const asyncRouterMap = [
|
|
|
name: 'matchSendOutOrderAllocationList',
|
|
|
component: () => import(/* webpackChunkName: "allocationManagement" */ '@/views/allocationManagement/matchSendOutOrder/list.vue'),
|
|
|
meta: {
|
|
|
- title: '发货对单',
|
|
|
+ title: '调拨发货对单',
|
|
|
icon: 'vertical-align-bottom',
|
|
|
hidden: true,
|
|
|
// permission: 'M_matchSendOutOrderAllocationList'
|