From 5fa77e254003aea6060e3f70d64e5fd1bcdb4748 Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期三, 19 十一月 2025 14:43:14 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/router/index.js | 636 ++++++++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 488 insertions(+), 148 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index b4d8d23..39879db 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -127,6 +127,45 @@
},
],
},
+ //閿�鍞��璐у崟
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainList",
+ component: Layout,
+ hidden: true,
+ // permissions: ["system:goods:add"],
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/sell/StockBillMainList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainList",
+ component: () => import("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue"),
+ name: "KfICStockBillMainList",
+ meta: { title: "閿�鍞��璐у崟", activeMenu: "sell/StockBillMainList" },
+ },
+ ],
+ },
+ //閿�鍞��璐у崟缂栬緫椤甸潰
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainListEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/sell/StockBillMainList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/sell/StockBillMainList/KfICStockBillMainListEdit",
+ component: () => import("@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue"),
+ name: "KfICStockBillMainListEdit",
+ meta: { title: "閿�鍞��璐у崟缂栬緫", activeMenu: "sell/StockBillMainList" },
+ },
+ ],
+ },
//鐢ㄦ埛鍒楄〃
{
path: "/system/user/xtUserList",
@@ -159,7 +198,7 @@
children: [
{
path: "/purchase/POStockInBill/POStockInBillList",
- component: () => import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
+
name: "POStockInBillList",
meta: { title: "閲囪喘鍏ュ簱鍗�", activeMenu: "purchase/POStockInBill" },
},
@@ -178,9 +217,12 @@
children: [
{
path: "/purchase/POStockInBill/POStockInBillEdit",
- component: () => import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillEdit.vue"),
+
name: "POStockInBillEdit",
- meta: { title: "閲囪喘鍏ュ簱鍗曠紪杈�", activeMenu: "/purchase/POStockInBill" },
+ meta: {
+ title: "閲囪喘鍏ュ簱鍗曠紪杈�",
+ activeMenu: "/purchase/POStockInBill",
+ },
},
],
},
@@ -306,7 +348,9 @@
component: () => import("@/views/sell/xsSeOrderBill/xsSeOrderBill"),
name: "XsSeOrderBill",
meta: { title: "閿�鍞鍗曠淮鎶�", activeMenu: "sell/seOrder" },
- }, {
+
+ },
+ {
path: "/sell/seOrder/xsSeOrderBillEdit",
component: () => import("@/views/sell/xsSeOrderBill/xsSeOrderBillEdit"),
name: "XsSeOrderBillEdit",
@@ -334,7 +378,9 @@
},
{
path: "/purchase/poOrder/cgPoOrderBillEdit",
- component: () => import("@/views/purchase/cgPoOrderBill/cgPoOrderBillEdit"),
+
+ component: () =>
+ import("@/views/purchase/cgPoOrderBill/cgPoOrderBillEdit"),
name: "CgPoOrderBillEdit",
meta: { title: "閲囪喘璁㈠崟", activeMenu: "/purchase/PoOrder" },
},
@@ -353,13 +399,15 @@
children: [
{
path: "/purchase/PoInStock/cgPoInStockBill",
- component: () => import("@/views/purchase/cgPoInStockBill/cgPoInStockBill"),
+ component: () =>
+ import("@/views/purchase/cgPoInStockBill/cgPoInStockBill"),
name: "CgPoInStockBillList",
meta: { title: "鏀舵枡閫氱煡鍗曞垪琛�", activeMenu: "/purchase/PoInStock" },
},
- {
+ {
path: "/purchase/PoInStock/cgPoInStockBillEdit",
- component: () => import("@/views/purchase/cgPoInStockBill/cgPoInStockBillEdit"),
+ component: () =>
+ import("@/views/purchase/cgPoInStockBill/cgPoInStockBillEdit"),
name: "CgPoInStockBillEdit",
meta: { title: "鏀舵枡閫氱煡鍗�", activeMenu: "/purchase/PoInStock" },
},
@@ -403,7 +451,6 @@
},
children: [
{
-
path: "/sell/seOutStockBack/xsSeOutStockBackBillList",
component: () => import("@/views/sell/XsSeOutStockBackBillList"),
name: "XsSeOutStockBackBillList",
@@ -432,14 +479,15 @@
path: "/icmo/scIcmoBill/scIcmoBillList",
component: () => import("@/views/ICMO/ScICMOBillList.vue"),
name: "ScICMOBillList",
- meta: { title: "鐢熶骇璁㈠崟鍒楄〃", activeMenu: "/icmo/scIcmoBill" },
+ meta: { title: "鐢熶骇璁㈠崟缁存姢", activeMenu: "/icmo/scIcmoBill" },
+ },
+ {
+ path: "/icmo/scIcmoBill/scIcmoBillEdit",
+ component: () => import("@/views/ICMO/ScICMOBillEdit.vue"),
+ name: "ScICMOBillEdit",
+ meta: { title: "鐢熶骇璁㈠崟", activeMenu: "/icmo/scIcmoBill" },
},
],
- },
- {
- path: "/ScICMOBillList",
- component: () => import("@/views/ICMO/ScICMOBillList.vue"),
- hidden: true,
},
//渚涘簲鍟嗗垪琛�
{
@@ -460,30 +508,57 @@
},
],
},
-// i鑺傜偣椤甸潰
+ // i鑺傜偣椤甸潰
{
- path: '/iframe',
- component: () => import('@/layout/emptyLayout'), // 浣跨敤绌哄竷灞�
+
+ path: "/iframe",
+ component: () => import("@/layout/emptyLayout"), // 浣跨敤绌哄竷灞�
hidden: true, // 鍦ㄤ晶杈规爮涓嶆樉绀�
children: [
{
- path: 'XsSeOutStockBackBillEdit',
- component: () => import('@/views/sell/XsSeOutStockBackBillEdit'), // 閫�璐ч�氱煡鍗�
- name: 'IFrameXsSeOutStockBackBillEdit',
- meta: { title: '閫�璐ч�氱煡鍗�', noCache: true, noLoading: true }
+ path: "XsSeOutStockBackBillEdit",
+ component: () => import("@/views/sell/XsSeOutStockBackBillEdit"), // 閫�璐ч�氱煡鍗�
+ name: "IFrameXsSeOutStockBackBillEdit",
+ meta: { title: "閫�璐ч�氱煡鍗�", noCache: true, noLoading: true },
},
{
- path: 'XsSeOutStockBillEdit',
- component: () => import('@/views/sell/XsSeOutStockBillEdit'), // 鍙戣揣閫氱煡鍗�
- name: 'IframeXsSeOutStockBillEdit',
- meta: { title: '鍙戣揣閫氱煡鍗�', noCache: true, noLoading: true }
+
+ path: "XsSeOutStockBillEdit",
+ component: () => import("@/views/sell/XsSeOutStockBillEdit"), // 鍙戣揣閫氱煡鍗�
+ name: "IframeXsSeOutStockBillEdit",
+ meta: { title: "鍙戣揣閫氱煡鍗�", noCache: true, noLoading: true },
},
{
path: 'XsSeOrderBillEdit',
component: () => import('@/views/sell/xsSeOrderBill/xsSeOrderBillEdit'), // 閿�鍞鍗�
name: 'IframeXsSeOrderBillEdit',
meta: { title: '閿�鍞鍗�', noCache: true, noLoading: true }
- }
+ },
+ {
+ path: 'ScICMOBillEdit',
+ component: () => import('@/views/ICMO/ScICMOBillEdit'), // 鐢熶骇璁㈠崟
+ name: 'IframeScICMOBillEdit',
+ meta: { title: '鐢熶骇璁㈠崟', noCache: true, noLoading: true }
+ },
+ {
+ path: 'CgPoOrderBillEdit',
+ component: () => import('@/views/purchase/cgPoOrderBill/cgPoOrderBillEdit'), // 閲囪喘璁㈠崟
+ name: 'IframeCgPoOrderBillEdit',
+ meta: { title: '閲囪喘璁㈠崟', noCache: true, noLoading: true }
+ },
+ {
+ path: 'CgPoInStockBillEdit',
+ component: () => import('@/views/purchase/cgPoInStockBill/cgPoInStockBillEdit'), // 鏀舵枡閫氱煡鍗�
+ name: 'IframeCgPoInStockBillEdit',
+ meta: { title: '鏀舵枡閫氱煡鍗�', noCache: true, noLoading: true }
+ },
+ {
+ path: 'GyWarehouse',
+ component: () => import("@/views/basic/gyWarehouse/gyWarehouse"), // 浠撳簱
+ name: 'IframeGyWarehouse',
+ meta: { title: '浠撳簱鍒楄〃', noCache: true, noLoading: true }
+ },
+
]
}, // 瀹㈡埛
{
@@ -491,7 +566,7 @@
component: () => import("@/views/GyCustomer/index"),
hidden: false,
},
- {
+ {
path: "/basic/gy/gyCustomer",
component: Layout,
hidden: true,
@@ -515,7 +590,7 @@
component: () => import("@/views/gyMaterial/GyMaterial"),
hidden: false,
},
- {
+ {
path: "/basic/gy/gyMaterial",
component: Layout,
hidden: true,
@@ -546,9 +621,15 @@
children: [
{
path: "/purchase/POStockInBill/FbStepFoldinBillList",
- component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"),
+
+ component: () =>
+ import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"),
name: "FbStepFoldinBillList",
- meta: { title: "鍒嗗竷寮忚皟鍏ュ崟鍒楄〃", activeMenu: "/purchase/POStockInBill" },
+
+ meta: {
+ title: "鍒嗗竷寮忚皟鍏ュ崟鍒楄〃",
+ activeMenu: "/purchase/POStockInBill",
+ },
},
],
},
@@ -565,128 +646,134 @@
children: [
{
path: "/purchase/POStockInBill/FbStepFoldOutBillList",
- component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"),
+
+ component: () =>
+ import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"),
name: "FbStepFoldOutBillList",
- meta: { title: "鍒嗗竷寮忚皟鍑哄崟鍒楄〃", activeMenu: "/purchase/POStockInBill" },
+
+ meta: {
+ title: "鍒嗗竷寮忚皟鍑哄崟鍒楄〃",
+ activeMenu: "/purchase/POStockInBill",
+ },
},
],
},
- //鍣ㄥ叿棰嗙敤鍑哄簱鍗曠淮鎶�
- {
- path: "/scMould/warehouse/Sc_MouldProdOutBillList",
- component: Layout,
- hidden: true,
- redirect: "noredirect",
- meta: {
- breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
- activeMenu: "/scMould/warehouse/Sc_MouldProdOutBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
- },
- children: [
- {
- path: "/scMould/warehouse/Sc_MouldProdOutBillList",
- component: () => import("@/views/scMould/warehouse/Sc_MouldProdOutBillList"),
- name: "Sc_MouldProdOutBillList",
- meta: { title: "鍣ㄥ叿棰嗙敤鍑哄簱鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
- },
- ],
+ //鍣ㄥ叿棰嗙敤鍑哄簱鍗曠淮鎶�
+ {
+ path: "/scMould/warehouse/Sc_MouldProdOutBillList",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldProdOutBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
},
- //鍣ㄥ叿棰嗙敤鍑哄簱鍗�
- {
- path: "/scMould/warehouse/Sc_MouldProdOutBillEdit",
- component: Layout,
- hidden: true,
- redirect: "noredirect",
- meta: {
- breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
- activeMenu: "/scMould/warehouse/Sc_MouldProdOutBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
- },
- children: [
- {
- path: "/scMould/warehouse/Sc_MouldProdOutBillEdit",
- component: () => import("@/views/scMould/warehouse/Sc_MouldProdOutBillEdit"),
- name: "Sc_MouldProdOutBillEdit",
- meta: { title: "鍣ㄥ叿棰嗙敤鍑哄簱鍗曠紪杈�", activeMenu: "scMould/warehouse" },
- },
- ],
- },
- //鍣ㄥ叿棰嗙敤閫�搴撳崟缁存姢
- {
- path: "/scMould/warehouse/Sc_MouldProdBackBillList",
- component: Layout,
- hidden: true,
- // permissions: ["system:goods:add"],
- redirect: "noredirect",
- meta: {
- breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
- activeMenu: "/scMould/warehouse/Sc_MouldProdBackBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
- },
- children: [
- {
- path: "/scMould/warehouse/Sc_MouldProdBackBillList",
- component: () => import("@/views/scMould/warehouse/Sc_MouldProdBackBillList"),
- name: "Sc_MouldProdBackBillList",
- meta: { title: "鍣ㄥ叿棰嗙敤閫�搴撳崟缁存姢", activeMenu: "scMould/warehouse" },
- },
- ],
- },
- //鍣ㄥ叿棰嗙敤閫�搴撳崟
+ children: [
{
- path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
- component: Layout,
- hidden: true,
- redirect: "noredirect",
- meta: {
- breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
- activeMenu: "/scMould/warehouse/Sc_MouldProdBackBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ path: "/scMould/warehouse/Sc_MouldProdOutBillList",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldProdOutBillList"),
+ name: "Sc_MouldProdOutBillList",
+ meta: { title: "鍣ㄥ叿棰嗙敤鍑哄簱鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
},
- children: [
- {
- path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
- component: () => import("@/views/scMould/warehouse/Sc_MouldProdBackBillEdit"),
- name: "Sc_MouldProdBackBillEdit",
- meta: { title: "鍣ㄥ叿棰嗙敤閫�搴撳崟缂栬緫", activeMenu: "scMould/warehouse" },
- },
- ],
+ ],
+ },
+ //鍣ㄥ叿棰嗙敤鍑哄簱鍗�
+ {
+ path: "/scMould/warehouse/Sc_MouldProdOutBillEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldProdOutBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
},
- //鍣ㄥ叿鐩存帴璋冩嫧鍗曠淮鎶�
- {
- path: "/scMould/warehouse/Sc_MouldProdMoveBillList",
- component: Layout,
- hidden: true,
- // permissions: ["system:goods:add"],
- redirect: "noredirect",
- meta: {
- breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
- activeMenu: "/scMould/warehouse/Sc_MouldProdMoveBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ children: [
+ {
+ path: "/scMould/warehouse/Sc_MouldProdOutBillEdit",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldProdOutBillEdit"),
+ name: "Sc_MouldProdOutBillEdit",
+ meta: { title: "鍣ㄥ叿棰嗙敤鍑哄簱鍗曠紪杈�", activeMenu: "scMould/warehouse" },
},
- children: [
- {
- path: "/scMould/warehouse/Sc_MouldProdMoveBillList",
- component: () => import("@/views/scMould/warehouse/Sc_MouldProdMoveBillList"),
- name: "Sc_MouldProdMoveBillList",
- meta: { title: "鍣ㄥ叿鐩存帴璋冩嫧鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
- },
- ],
+ ],
+ },
+ //鍣ㄥ叿棰嗙敤閫�搴撳崟缁存姢
+ {
+ path: "/scMould/warehouse/Sc_MouldProdBackBillList",
+ component: Layout,
+ hidden: true,
+ // permissions: ["system:goods:add"],
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldProdBackBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
},
- //鍣ㄥ叿鐩存帴璋冩嫧鍗�
- {
- path: "/scMould/warehouse/Sc_MouldProdMoveBillEdit",
- component: Layout,
- hidden: true,
- redirect: "noredirect",
- meta: {
- breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
- activeMenu: "/scMould/warehouse/Sc_MouldProdMoveBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ children: [
+ {
+ path: "/scMould/warehouse/Sc_MouldProdBackBillList",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldProdBackBillList"),
+ name: "Sc_MouldProdBackBillList",
+ meta: { title: "鍣ㄥ叿棰嗙敤閫�搴撳崟缁存姢", activeMenu: "scMould/warehouse" },
},
- children: [
- {
- path: "/scMould/warehouse/Sc_MouldProdMoveBillEdit",
- component: () => import("@/views/scMould/warehouse/Sc_MouldProdMoveBillEdit"),
- name: "Sc_MouldProdMoveBillEdit",
- meta: { title: "鍣ㄥ叿鐩存帴璋冩嫧鍗曠紪杈�", activeMenu: "scMould/warehouse" },
- },
- ],
+ ],
+ },
+ //鍣ㄥ叿棰嗙敤閫�搴撳崟
+ {
+ path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldProdBackBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
},
+ children: [
+ {
+ path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldProdBackBillEdit"),
+ name: "Sc_MouldProdBackBillEdit",
+ meta: { title: "鍣ㄥ叿棰嗙敤閫�搴撳崟缂栬緫", activeMenu: "scMould/warehouse" },
+ },
+ ],
+ },
+ //鍣ㄥ叿鐩存帴璋冩嫧鍗曠淮鎶�
+ {
+ path: "/scMould/warehouse/Sc_MouldProdMoveBillList",
+ component: Layout,
+ hidden: true,
+ // permissions: ["system:goods:add"],
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldProdMoveBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/scMould/warehouse/Sc_MouldProdMoveBillList",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldProdMoveBillList"),
+ name: "Sc_MouldProdMoveBillList",
+ meta: { title: "鍣ㄥ叿鐩存帴璋冩嫧鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
+ },
+ ],
+ },
+ //鍣ㄥ叿鐩存帴璋冩嫧鍗�
+ {
+ path: "/scMould/warehouse/Sc_MouldProdMoveBillEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldProdMoveBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/scMould/warehouse/Sc_MouldProdMoveBillEdit",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldProdMoveBillEdit"),
+ name: "Sc_MouldProdMoveBillEdit",
+ meta: { title: "鍣ㄥ叿鐩存帴璋冩嫧鍗曠紪杈�", activeMenu: "scMould/warehouse" },
+ },
+ ],
+ },
@@ -712,22 +799,275 @@
},
],
},
- //鏉冮檺鏌ヨ
+ //鍣ㄥ叿涓绘。缁存姢
{
- path: "/system/user/xtUserRightQuery",
+ path: "/scMould/basicModeling/Gy_MouldFileList",
component: Layout,
hidden: true,
redirect: "noredirect",
meta: {
breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
- activeMenu: "/system/user/xtUserRightQuery", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ activeMenu: "/scMould/basicModeling/Gy_MouldFileList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
},
children: [
{
- path: "/system/user/xtUserRightQuery",
- component: () => import("@/views/system/user/xtUserRightQuery.vue"),
- name: "XtUserRightQuery",
- meta: { title: "鏉冮檺鏌ヨ", activeMenu: "system/user" },
+ path: "/scMould/basicModeling/Gy_MouldFileList",
+ component: () =>
+ import("@/views/scMould/basicModeling/Gy_MouldFileList.vue"),
+ name: "Gy_MouldFileList",
+ meta: { title: "鍣ㄥ叿涓绘。缁存姢", activeMenu: "scMould/basicModeling" },
+ },
+ ],
+ },
+ {
+ path: "/scMould/basicModeling/Gy_MouldFile",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/basicModeling/Gy_MouldFile", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/scMould/basicModeling/Gy_MouldFile",
+ component: () =>
+ import("@/views/scMould/basicModeling/Gy_MouldFile.vue"),
+ name: "Gy_MouldFile",
+ meta: { title: "鍣ㄥ叿涓绘。", activeMenu: "scMould/basicModeling" },
+ },
+ ],
+ },
+ {
+ path: "/scMould/basicModeling/Gy_MaterialPackingRelationList",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/basicModeling/Gy_MaterialPackingRelationList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/scMould/basicModeling/Gy_MaterialPackingRelationList",
+ component: () =>
+ import(
+ "@/views/scMould/basicModeling/Gy_MaterialPackingRelationList.vue"
+ ),
+ name: "Gy_MaterialPackingRelationList",
+ meta: {
+ title: "浜у搧鍖呰瀹瑰櫒鍏宠仈淇℃伅缁存姢",
+ activeMenu: "scMould/basicModeling",
+ },
+ },
+ ],
+ },
+ {
+ path: "/warehouse/barcodeMaster/Gy_BarCodeBill",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/warehouse/barcodeMaster/Gy_BarCodeBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/warehouse/barcodeMaster/Gy_BarCodeBill",
+ component: () =>
+ import("@/views/warehouse/barcodeMaster/Gy_BarCodeBill.vue"),
+ name: "Gy_BarCodeBill",
+ meta: {
+ title: "鏉$爜鐢熸垚",
+ activeMenu: "warehouse/barcodeMaster",
+ },
+ },
+ ],
+ },
+ {
+ path: "/warehouse/shipment/Kf_StockOutRequestBillList",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/warehouse/shipment/Kf_StockOutRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/warehouse/shipment/Kf_StockOutRequestBillList",
+ component: () =>
+ import("@/views/warehouse/shipment/Kf_StockOutRequestBillList.vue"),
+ name: "Kf_StockOutRequestBillList",
+ meta: {
+ title: "鍑哄簱鐢宠鍗曠淮鎶�",
+ activeMenu: "warehouse/shipment",
+ },
+ },
+ ],
+ },
+ {
+ path: "/warehouse/shipment/Kf_StockOutRequestBill",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/warehouse/shipment/Kf_StockOutRequestBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/warehouse/shipment/Kf_StockOutRequestBill",
+ component: () =>
+ import("@/views/warehouse/shipment/Kf_StockOutRequestBill.vue"),
+ name: "Kf_StockOutRequestBill",
+ meta: {
+ title: "鍑哄簱鐢宠鍗�",
+ activeMenu: "warehouse/shipment",
+ },
+ },
+ ],
+ },
+ {
+ path: "/warehouse/transfer/Kf_MoveStockRequestBillList",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/warehouse/transfer/Kf_MoveStockRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/warehouse/transfer/Kf_MoveStockRequestBillList",
+ component: () =>
+ import("@/views/warehouse/transfer/Kf_MoveStockRequestBillList.vue"),
+ name: "Kf_MoveStockRequestBillList",
+ meta: {
+ title: "璋冩嫧鐢宠鍗曠淮鎶�",
+ activeMenu: "warehouse/transfer",
+ },
+ },
+ ],
+ },
+ {
+ path: "/warehouse/transfer/Kf_MoveStockRequestBillEdi",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/warehouse/transfer/Kf_MoveStockRequestBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/warehouse/transfer/Kf_MoveStockRequestBillEdit",
+ component: () =>
+ import("@/views/warehouse/transfer/Kf_MoveStockRequestBillEdit.vue"),
+ name: "Kf_MoveStockRequestBillEdit",
+ meta: {
+ title: "璋冩嫧鐢宠鍗�",
+ activeMenu: "warehouse/transfer",
+ },
+ },
+ ],
+ },
+ {
+ path: "/purchase/postockInBack/Kf_POStockInBackBillList",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/purchase/postockInBack/Kf_POStockInBackBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/purchase/postockInBack/Kf_POStockInBackBillList",
+ component: () =>
+ import("@/views/purchase/postockInBack/Kf_POStockInBackBillList.vue"),
+ name: "Kf_POStockInBackBillList",
+ meta: {
+ title: "閲囪喘閫�鏂欏崟缁存姢",
+ activeMenu: "purchase/postockInBack",
+ },
+ },
+ ],
+ },
+ //鐢熶骇鍏ュ簱鍗曞垪琛�
+ {
+ path: "/purchase/ProductInBill/ProductInBillList",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/purchase/ProductInBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/purchase/ProductInBill/ProductInBillList",
+ component: () => import("@/views/ProductInBill/Kf_ProductInBillList.vue"),
+ name: "ProductInBillList",
+ meta: { title: "鐢熶骇鍏ュ簱鍗曞垪琛�", activeMenu: "/purchase/ProductInBill" },
+ },
+ ],
+ },
+ //鐢熶骇鍏ュ簱鍗�
+ {
+ path: "/purchase/ProductInBill/ProductInBillEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/purchase/ProductInBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/purchase/ProductInBill/ProductInBillEdit",
+ component: () => import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"),
+ name: "ProductInBillEdit",
+ meta: { title: "鐢熶骇鍏ュ簱鍗�", activeMenu: "/purchase/ProductInBill" },
+ },
+ ],
+ },
+
+ //鍏朵粬鍑哄簱鍗曞垪琛�
+ {
+ path: "/purchase/OtherOutBill/OtherOutBillList",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/purchase/OtherOutBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/purchase/OtherOutBill/OtherOutBillList",
+ component: () => import("@/views/KCGL/OtherOutBill/Kf_OtherOutBillList.vue"),
+ name: "OtherOutBillList",
+ meta: { title: "鍏朵粬鍑哄簱鍗曞垪琛�", activeMenu: "/views/KCGL/OtherOutBill" },
+ },
+ ],
+ },
+ //鍏朵粬鍑哄簱鍗�
+ {
+ path: "/purchase/OtherOutBill/OtherOutBillEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/purchase/OtherOutBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/purchase/OtherOutBill/OtherOutBillEdit",
+ component: () => import("@/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue"),
+ name: "OtherOutBillEdit",
+ meta: { title: "鍏朵粬鍑哄簱鍗�", activeMenu: "/views/KCGL/OtherOutBill" },
},
],
},
--
Gitblit v1.9.1