Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -242,6 +242,20 @@ const routes = [
|
||||
meta: { permission: 'order:view' }
|
||||
},
|
||||
|
||||
{
|
||||
path: 'orderproductionupdate',
|
||||
name: 'orderproductionupdate-list',
|
||||
component: () => import('pages/OrderProductionUpdateList.vue'),
|
||||
meta: { permission: 'order:update' }
|
||||
},
|
||||
{
|
||||
path: 'orderproductionupdate/:orderHeaderID',
|
||||
name: 'orderproductionupdate',
|
||||
component: () => import('pages/OrderProductionUpdate.vue'),
|
||||
props: true,
|
||||
meta: { permission: 'order:update' }
|
||||
},
|
||||
|
||||
{
|
||||
path: 'order-bulk-close',
|
||||
name: 'order-bulk-close',
|
||||
|
||||
Reference in New Issue
Block a user