From 2e7b23809c61d75c9a60c83ac78badae8a92541b Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 11 十一月 2025 16:41:34 +0800
Subject: [PATCH] 根据新模块调整UI页面 添加 退货通知单列表 生产订单列表 发货通知单列表 页面
---
src/store/modules/permission.js | 243 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 240 insertions(+), 3 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index e72b66a..7539a8c 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -88,8 +88,90 @@
},
],
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞鍗�",
+ },
+ hidden: false,
+ name: "SeOrder",
+ path: "seOrder",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閿�鍞鍗曠淮鎶�",
+ },
+ component: () => import("@/views/sell/xsSeOrderBill/xsSeOrderBill.vue"),
+ hidden: false,
+ name: "XsSeOrderBill",
+ path: "xsSeOrderBill",
+ },
+ ],
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍙戣揣閫氱煡鍗�",
+ },
+ hidden: false,
+ name: "SeOutStock",
+ path: "seOutStock",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍙戣揣閫氱煡鍗曠淮鎶�",
+ },
+ component: () => import("@/views/sell/XsSeOutStockBill.vue"),
+ hidden: false,
+ name: "XsSeOutStockBill",
+ path: "xsSeOutStockBill",
+ },
+ ],
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閫�璐ч�氱煡鍗�",
+ },
+ hidden: false,
+ name: "SeOutStockBack",
+ path: "seOutStockBack",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閫�璐ч�氱煡鍗曠淮鎶�",
+ },
+ component: () => import("@/views/sell/XsSeOutStockBackBillList.vue"),
+ hidden: false,
+ name: "XsSeOutStockBackBillList",
+ path: "xsSeOutStockBackBillList",
+ },
+ ],
+ },
],
- },{
+ },
+ {
alwaysShow: true,
component: "Layout",
meta: {
@@ -129,18 +211,173 @@
name: "GySource",
path: "gySource",
},
+ ],
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍏敤璧勬枡",
+ },
+ hidden: false,
+ name: "Gy",
+ path: "gy",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
{
meta: {
icon: "build",
link: null,
noCache: false,
- title: "鐢熶骇浠撳簱鍒楄〃",
+ title: "浠撳簱鍒楄〃",
},
- component: () => import('@/views/basic/gyWarehouse/index.vue'),
+ component: () =>
+ import("@/views/basic/gyWarehouse/gyWarehouse.vue"),
hidden: false,
name: "GyWarehouse",
path: "gyWarehouse",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "浠撲綅鍒楄〃",
+ },
+ component: () => import('@/views/basic/gyStockPlace/gyStockPlace.vue'),
+ hidden: false,
+ name: "GyStockPlace",
+ path: "gyStockPlace",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鑱屽憳鍒楄〃",
+ },
+ component: () => import('@/views/basic/gyEmployee/gyEmployee.vue'),
+ hidden: false,
+ name: "GyEmployee",
+ path: "gyEmployee",
+ },
+ ],
+ },
+ ],
+ },
+ {
+ alwaysShow: true,
+ component: "Layout",
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閲囪喘绠$悊",
+ },
+ hidden: false,
+ name: "Purchase",
+ path: "/purchase",
+ redirect: "noRedirect",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閲囪喘璁㈠崟",
+ },
+ hidden: false,
+ name: "PoOrder",
+ path: "poOrder",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "閲囪喘璁㈠崟鍒楄〃",
+ },
+ component: () => import("@/views/purchase/cgPoOrderBill/cgPoOrderBill"),
+ hidden: false,
+ name: "CgPoOrderBill",
+ path: "cgPoOrderBill",
+ },
+
+ ],
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鏀舵枡閫氱煡鍗�",
+ },
+ hidden: false,
+ name: "PoInStock",
+ path: "PoInStock",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鏀舵枡閫氱煡鍗曞垪琛�",
+ },
+ component: () =>
+ import("@/views/purchase/cgPoInStockBill/cgPoInStockBill.vue"),
+ hidden: false,
+ name: "CgPoInStockBill",
+ path: "cgPoInStockBill",
+ },
+ ]
+ }
+ ],
+ },
+ {
+ alwaysShow: true,
+ component: "Layout",
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇绠$悊",
+ },
+ hidden: false,
+ name: "ICMO",
+ path: "/ICMO",
+ redirect: "noRedirect",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇璁㈠崟",
+ },
+ hidden: false,
+ name: "ScIcmoBill",
+ path: "scIcmoBill",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇璁㈠崟鍒楄〃",
+ },
+ component: () => import("@/views/ICMO/ScICMOBillList.vue"),
+ hidden: false,
+ name: "ScICMOBillList",
+ path: "scICMOBillList",
+ },
],
},
],
--
Gitblit v1.9.1