From 1e2cec2c74d3bb7c4b1d0ec6a5c16ac52a40534f Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期一, 24 十一月 2025 08:57:19 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/router/index.js | 48 +++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 51a70de..61543d8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -198,7 +198,7 @@
children: [
{
path: "/purchase/POStockInBill/POStockInBillList",
-
+ component: () => import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
name: "POStockInBillList",
meta: { title: "閲囪喘鍏ュ簱鍗�", activeMenu: "purchase/POStockInBill" },
},
@@ -217,7 +217,7 @@
children: [
{
path: "/purchase/POStockInBill/POStockInBillEdit",
-
+ component: () => import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillEdit.vue"),
name: "POStockInBillEdit",
meta: {
title: "閲囪喘鍏ュ簱鍗曠紪杈�",
@@ -398,7 +398,7 @@
},
children: [
{
- path: "/purchase/PoInStock/cgPoInStockBill",
+ path: "/purchase/PoInStock/cgPoInStockBillList",
component: () =>
import("@/views/purchase/cgPoInStockBill/cgPoInStockBill"),
name: "CgPoInStockBillList",
@@ -774,6 +774,48 @@
},
],
},
+ //鍣ㄥ叿璋冩嫧鐢宠鍗曠淮鎶�
+ {
+ path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillList",
+ component: Layout,
+ hidden: true,
+ // permissions: ["system:goods:add"],
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldMoveStockRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillList",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldMoveStockRequestBillList"),
+ name: "Sc_MouldMoveStockRequestBillList",
+ meta: { title: "鍣ㄥ叿璋冩嫧鐢宠鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
+ },
+ ],
+ },
+ //鍣ㄥ叿璋冩嫧鐢宠鍗�
+ {
+ path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ meta: {
+ breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+ activeMenu: "/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+ },
+ children: [
+ {
+ path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit",
+ component: () => import("@/views/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit"),
+ name: "Sc_MouldMoveStockRequestBillEdit",
+ meta: { title: "鍣ㄥ叿璋冩嫧鐢宠鍗曠紪杈�", activeMenu: "scMould/warehouse" },
+ },
+ ],
+ },
+
+
+
//鐩存帴璋冩嫧鍗曠淮鎶�
{
path: "/warehouse/transfer/Kf_MoveStockBillList",
--
Gitblit v1.9.1