|
@@ -85,31 +85,31 @@ export const asyncRouterMap = [
|
|
{
|
|
{
|
|
path: 'detail/:id',
|
|
path: 'detail/:id',
|
|
name: 'salesDetail',
|
|
name: 'salesDetail',
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/salesDetail.vue'),
|
|
|
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '销售单明细',
|
|
|
|
|
|
+ title: '销售单详情',
|
|
icon: 'monitor',
|
|
icon: 'monitor',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_salesDetail'
|
|
// permission: 'M_salesDetail'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: 'salesNew',
|
|
|
|
- name: 'salesNew',
|
|
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/salesNew.vue'),
|
|
|
|
|
|
+ path: 'add',
|
|
|
|
+ name: 'salesAdd',
|
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '新建销售单',
|
|
|
|
|
|
+ title: '新增销售单',
|
|
icon: 'monitor',
|
|
icon: 'monitor',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_salesNew'
|
|
// permission: 'M_salesNew'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: 'salesEdit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'salesEdit',
|
|
name: 'salesEdit',
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/salesNew.vue'),
|
|
|
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/salesQuery/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '修改销售单',
|
|
|
|
|
|
+ title: '编辑销售单',
|
|
icon: 'monitor',
|
|
icon: 'monitor',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_salesNew'
|
|
// permission: 'M_salesNew'
|
|
@@ -166,7 +166,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/salesManagement/urgentItemsOffset/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'urgentItemsOffsetList',
|
|
name: 'urgentItemsOffsetList',
|
|
component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/urgentItemsOffset/list.vue'),
|
|
component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/urgentItemsOffset/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -177,7 +177,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/salesManagement/urgentItemsOffset/detail/:id',
|
|
|
|
|
|
+ path: 'detail/:id',
|
|
name: 'urgentItemsOffsetDetail',
|
|
name: 'urgentItemsOffsetDetail',
|
|
component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/urgentItemsOffset/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/urgentItemsOffset/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -428,7 +428,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/purchasingManagement/purchaseOrder/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'purchaseOrderList',
|
|
name: 'purchaseOrderList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -439,7 +439,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/purchasingManagement/purchaseOrder/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'purchaseOrderAdd',
|
|
name: 'purchaseOrderAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -450,7 +450,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/purchasingManagement/purchaseOrder/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'purchaseOrderEdit',
|
|
name: 'purchaseOrderEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -461,7 +461,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/purchasingManagement/purchaseOrder/detail/:id',
|
|
|
|
|
|
+ path: 'detail/:id',
|
|
name: 'purchaseOrderDetail',
|
|
name: 'purchaseOrderDetail',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -472,7 +472,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/purchasingManagement/purchaseOrder/warehousing/:id',
|
|
|
|
|
|
+ path: 'warehousing/:id',
|
|
name: 'purchaseOrderWarehousing',
|
|
name: 'purchaseOrderWarehousing',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/warehousing.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/purchasingManagement/purchaseOrder/warehousing.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -510,7 +510,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/allocationManagement/warehouseAllocation/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'warehouseAllocationList',
|
|
name: 'warehouseAllocationList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -521,7 +521,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/warehouseAllocation/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'warehouseAllocationAdd',
|
|
name: 'warehouseAllocationAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -532,7 +532,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/warehouseAllocation/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'warehouseAllocationEdit',
|
|
name: 'warehouseAllocationEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -543,7 +543,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/warehouseAllocation/detail/:id/:sn',
|
|
|
|
|
|
+ path: 'detail/:id/:sn',
|
|
name: 'warehouseAllocationDetail',
|
|
name: 'warehouseAllocationDetail',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -568,7 +568,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferIn/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'chainTransferInList',
|
|
name: 'chainTransferInList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -579,7 +579,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferIn/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'chainTransferInAdd',
|
|
name: 'chainTransferInAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -590,7 +590,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferIn/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'chainTransferInEdit',
|
|
name: 'chainTransferInEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -601,7 +601,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferIn/detail/:id/:sn',
|
|
|
|
|
|
+ path: 'detail/:id/:sn',
|
|
name: 'chainTransferInDetail',
|
|
name: 'chainTransferInDetail',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -626,7 +626,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferOut/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'chainTransferOutList',
|
|
name: 'chainTransferOutList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -637,7 +637,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferOut/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'chainTransferOutAdd',
|
|
name: 'chainTransferOutAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -648,7 +648,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferOut/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'chainTransferOutEdit',
|
|
name: 'chainTransferOutEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -659,7 +659,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/chainTransferOut/detail/:id/:sn',
|
|
|
|
|
|
+ path: 'detail/:id/:sn',
|
|
name: 'chainTransferOutDetail',
|
|
name: 'chainTransferOutDetail',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -684,7 +684,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/allocationManagement/storeTransferOut/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'storeTransferOutList',
|
|
name: 'storeTransferOutList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -695,7 +695,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/storeTransferOut/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'storeTransferOutAdd',
|
|
name: 'storeTransferOutAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -706,7 +706,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/storeTransferOut/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'storeTransferOutEdit',
|
|
name: 'storeTransferOutEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -717,7 +717,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/allocationManagement/storeTransferOut/detail/:id/:sn',
|
|
|
|
|
|
+ path: 'detail/:id/:sn',
|
|
name: 'storeTransferOutDetail',
|
|
name: 'storeTransferOutDetail',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -912,28 +912,6 @@ export const asyncRouterMap = [
|
|
// permission: 'B_goodsManage_edit'
|
|
// permission: 'B_goodsManage_edit'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: 'supervisionAudit/:id',
|
|
|
|
- name: 'inventoryCheckingSupervisionAudit',
|
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/supervisionAudit.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '监盘审核',
|
|
|
|
- icon: 'reconciliation',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'supervisionAudit/detail/:id', /* 监盘审核详情 */
|
|
|
|
- name: 'inventoryCheckingSupervisionAuditDetail',
|
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/supervisionAuditDetail.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '库存盘点详情',
|
|
|
|
- icon: 'reconciliation',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
path: 'financialAudit/detail/:id', /* 财务审核详情 */
|
|
path: 'financialAudit/detail/:id', /* 财务审核详情 */
|
|
name: 'inventoryCheckingFinancialAuditDetail',
|
|
name: 'inventoryCheckingFinancialAuditDetail',
|
|
@@ -973,7 +951,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/customerManagement/customerInfo/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'customerInfoList',
|
|
name: 'customerInfoList',
|
|
component: () => import(/* webpackChunkName: "customerManagement" */ '@/views/customerManagement/customerInfo/list.vue'),
|
|
component: () => import(/* webpackChunkName: "customerManagement" */ '@/views/customerManagement/customerInfo/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -984,7 +962,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/customerManagement/customerInfo/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'customerInfoAdd',
|
|
name: 'customerInfoAdd',
|
|
component: () => import(/* webpackChunkName: "customerManagement" */ '@/views/customerManagement/customerInfo/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "customerManagement" */ '@/views/customerManagement/customerInfo/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -995,7 +973,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/customerManagement/customerInfo/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'customerInfoEdit',
|
|
name: 'customerInfoEdit',
|
|
component: () => import(/* webpackChunkName: "customerManagement" */ '@/views/customerManagement/customerInfo/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "customerManagement" */ '@/views/customerManagement/customerInfo/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1033,7 +1011,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/productManagement/productInfo/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'productInfoList',
|
|
name: 'productInfoList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productInfo/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productInfo/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1044,7 +1022,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/productManagement/productInfo/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'productInfoAdd',
|
|
name: 'productInfoAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productInfo/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productInfo/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1055,7 +1033,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/productManagement/productInfo/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'productInfoEdit',
|
|
name: 'productInfoEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productInfo/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productInfo/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1080,7 +1058,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/productManagement/productBrand/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'productBrandList',
|
|
name: 'productBrandList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productBrand/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productBrand/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1105,7 +1083,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/productManagement/productCategory/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'productCategoryList',
|
|
name: 'productCategoryList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productCategory/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/productManagement/productCategory/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1143,7 +1121,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/supplierManagement/supplierInfo/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'supplierInfoList',
|
|
name: 'supplierInfoList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/supplierManagement/supplierInfo/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/supplierManagement/supplierInfo/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1154,7 +1132,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/supplierManagement/supplierInfo/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'supplierInfoAdd',
|
|
name: 'supplierInfoAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/supplierManagement/supplierInfo/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/supplierManagement/supplierInfo/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1165,7 +1143,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/supplierManagement/supplierInfo/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'supplierInfoEdit',
|
|
name: 'supplierInfoEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/supplierManagement/supplierInfo/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/supplierManagement/supplierInfo/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1203,7 +1181,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkWarehousingOrder/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'bulkWarehousingOrderList',
|
|
name: 'bulkWarehousingOrderList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1214,7 +1192,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkWarehousingOrder/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'bulkWarehousingOrderAdd',
|
|
name: 'bulkWarehousingOrderAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1225,7 +1203,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkWarehousingOrder/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'bulkWarehousingOrderEdit',
|
|
name: 'bulkWarehousingOrderEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1236,7 +1214,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkWarehousingOrder/detail/:id',
|
|
|
|
|
|
+ path: 'detail/:id',
|
|
name: 'bulkWarehousingOrderDetail',
|
|
name: 'bulkWarehousingOrderDetail',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1247,7 +1225,7 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkWarehousingOrder/warehousing/:id',
|
|
|
|
|
|
+ path: 'warehousing/:id',
|
|
name: 'bulkWarehousingOrderWarehousing',
|
|
name: 'bulkWarehousingOrderWarehousing',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/warehousing.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkWarehousingOrder/warehousing.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1266,51 +1244,51 @@ export const asyncRouterMap = [
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
title: '散件退货',
|
|
title: '散件退货',
|
|
- icon: 'gold'
|
|
|
|
|
|
+ icon: 'frown'
|
|
// permission: 'M_goodsManage_list'
|
|
// permission: 'M_goodsManage_list'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkReturnGoods/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'bulkReturnGoodsList',
|
|
name: 'bulkReturnGoodsList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
title: '散件退货列表',
|
|
title: '散件退货列表',
|
|
- icon: 'gold',
|
|
|
|
|
|
+ icon: 'frown',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_goodsManage_list'
|
|
// permission: 'M_goodsManage_list'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkReturnGoods/add',
|
|
|
|
|
|
+ path: 'add',
|
|
name: 'bulkReturnGoodsAdd',
|
|
name: 'bulkReturnGoodsAdd',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
title: '新增散件退货单',
|
|
title: '新增散件退货单',
|
|
- icon: 'gold',
|
|
|
|
|
|
+ icon: 'frown',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'B_goodsManage_edit'
|
|
// permission: 'B_goodsManage_edit'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkReturnGoods/edit/:id',
|
|
|
|
|
|
+ path: 'edit/:id',
|
|
name: 'bulkReturnGoodsEdit',
|
|
name: 'bulkReturnGoodsEdit',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
title: '编辑散件退货单',
|
|
title: '编辑散件退货单',
|
|
- icon: 'gold',
|
|
|
|
|
|
+ icon: 'frown',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'B_goodsManage_edit'
|
|
// permission: 'B_goodsManage_edit'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/bulkManagement/bulkReturnGoods/detail/:id',
|
|
|
|
|
|
+ path: 'detail/:id',
|
|
name: 'bulkReturnGoodsDetail',
|
|
name: 'bulkReturnGoodsDetail',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/detail.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/bulkManagement/bulkReturnGoods/detail.vue'),
|
|
meta: {
|
|
meta: {
|
|
title: '散件退货单详情',
|
|
title: '散件退货单详情',
|
|
- icon: 'gold',
|
|
|
|
|
|
+ icon: 'frown',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'B_goodsManage_edit'
|
|
// permission: 'B_goodsManage_edit'
|
|
}
|
|
}
|
|
@@ -1669,7 +1647,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/basicData/storeTransferOutTypeManagement/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'storeTransferOutTypeManagementList',
|
|
name: 'storeTransferOutTypeManagementList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/basicData/storeTransferOutTypeManagement/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/basicData/storeTransferOutTypeManagement/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1694,7 +1672,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/basicData/bulkPartsTypeManagement/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'bulkPartsTypeManagementList',
|
|
name: 'bulkPartsTypeManagementList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/basicData/bulkPartsTypeManagement/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/basicData/bulkPartsTypeManagement/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
@@ -1769,7 +1747,7 @@ export const asyncRouterMap = [
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/basicData/customerTypeManagement/list',
|
|
|
|
|
|
+ path: 'list',
|
|
name: 'customerTypeManagementList',
|
|
name: 'customerTypeManagementList',
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/basicData/customerTypeManagement/list.vue'),
|
|
component: () => import(/* webpackChunkName: "shop" */ '@/views/basicData/customerTypeManagement/list.vue'),
|
|
meta: {
|
|
meta: {
|