|
@@ -97,7 +97,7 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "/addOrder",
|
|
|
- name: "新建订单",
|
|
|
+ name: "add-order",
|
|
|
component: () => import( "@/views/group/order/management/add.vue"),
|
|
|
props: true,
|
|
|
meta: { title: "新建订单" },
|
|
@@ -111,7 +111,7 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "/charging-standard/addOrModify",
|
|
|
- name: "计费标准新增/修改",
|
|
|
+ name: "add-or-modify-charging-standard",
|
|
|
component: () => import( "@/views/group/selling-price/charging-standard/addOrModify.vue"),
|
|
|
props: true,
|
|
|
meta: { title: "计费标准新增/修改" },
|
|
@@ -125,7 +125,7 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "/putInStorage/add",
|
|
|
- name: "入库登记",
|
|
|
+ name: "add-putInStorage",
|
|
|
component: () => import( "@/views/production/warehouse/putInStorage/add.vue"),
|
|
|
props: true,
|
|
|
meta: { title: "入库登记" },
|
|
@@ -139,7 +139,7 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "/outbound/add",
|
|
|
- name: "出库登记",
|
|
|
+ name: "add-outbound",
|
|
|
component: () => import( "@/views/production/warehouse/outbound/add.vue"),
|
|
|
props: true,
|
|
|
meta: { title: "出库登记" },
|
|
@@ -153,7 +153,7 @@ export const constantRoutes = [
|
|
|
children: [
|
|
|
{
|
|
|
path: "/check/add",
|
|
|
- name: "盘点登记",
|
|
|
+ name: "add-check",
|
|
|
component: () => import( "@/views/production/warehouse/check/add.vue"),
|
|
|
props: true,
|
|
|
meta: { title: "盘点登记" },
|