|
@@ -44,6 +44,7 @@ const openDistribution = () => import( "../components/transport_appointment/open
|
|
const openDistributionSection = () => import( "../components/transport_appointment/openDistributionSection.vue");
|
|
const openDistributionSection = () => import( "../components/transport_appointment/openDistributionSection.vue");
|
|
const orderGrabbing = () => import( "../components/transport_appointment/orderGrabbing.vue");
|
|
const orderGrabbing = () => import( "../components/transport_appointment/orderGrabbing.vue");
|
|
|
|
|
|
|
|
+const selfNotice = () => import( "../components/dilNotice/selfNotice.vue");
|
|
const add_sale_dilNotice = () => import( "../components/dilNotice/add_sale_dilNotice.vue");
|
|
const add_sale_dilNotice = () => import( "../components/dilNotice/add_sale_dilNotice.vue");
|
|
const Carrier_dilNotice = () => import( "../components/dilNotice/Carrier_dilNotice.vue");
|
|
const Carrier_dilNotice = () => import( "../components/dilNotice/Carrier_dilNotice.vue");
|
|
const sale_dilNotice = () => import( "../components/dilNotice/sale_dilNotice.vue");
|
|
const sale_dilNotice = () => import( "../components/dilNotice/sale_dilNotice.vue");
|
|
@@ -364,6 +365,12 @@ const constantRouterMap = [
|
|
meta: { code: "xtpzgl-yhgl" },
|
|
meta: { code: "xtpzgl-yhgl" },
|
|
component: add_sale_dilNotice
|
|
component: add_sale_dilNotice
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: "selfNotice",
|
|
|
|
+ name: "selfNotice",
|
|
|
|
+ meta: { code: "xtpzgl-yhgl" },
|
|
|
|
+ component: selfNotice
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: "Carrier_dilNotice",
|
|
path: "Carrier_dilNotice",
|
|
name: "Carrier_dilNotice",
|
|
name: "Carrier_dilNotice",
|