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