From c6fd16350612b8aef7a04bfbebf6ee3c591a88ae Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 22 十月 2025 17:43:44 +0800
Subject: [PATCH] 调整物料下发和取消下发
---
pages/sys/home/index.vue | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue
index d6bae12..1f33f17 100644
--- a/pages/sys/home/index.vue
+++ b/pages/sys/home/index.vue
@@ -32,23 +32,23 @@
url: '/pages/product/report/index',
icon: 'one'
},
- // {
- // name: '鍙栨秷鎶ュ伐',
- // url: '/pages/product/cancelReport/index',
- // icon: 'two'
- // },
+ {
+ name: '鍙栨秷鎶ュ伐',
+ url: '/pages/product/cancelReport/index',
+ icon: 'two'
+ },
// {
// name: '鎺ユ敹锛堥摐鏉嗭級',
// url: '/pages/product/receive/index',
// icon: 'three'
// },
{
- name: '杞﹂棿璁㈠崟涓嬪彂',
+ name: '鐗╂枡涓嬪彂',
url: '/pages/product/WorkshopOrderIssued/index',
icon: 'four'
},
{
- name: '杞﹂棿鍙栨秷涓嬪彂',
+ name: '鐗╂枡鍙栨秷涓嬪彂',
url: '/pages/product/WorkshopOrderCancellationIssued/index',
icon: 'five'
},
@@ -84,21 +84,21 @@
// },
]
},
- // {
- // title: '浠撳簱绠$悊',
- // list: [
- // {
- // name: '棰嗘枡',
- // url: '/pages/storeManagement/MaterialRequisition/index',
- // icon: 'eleven'
- // },
- // {
- // name: '鍙栨秷棰嗘枡',
- // url: '/pages/storeManagement/CancelMaterialRequisition/index',
- // icon: 'twelve'
- // },
- // ]
- // }
+ {
+ title: '浠撳簱绠$悊',
+ list: [
+ {
+ name: '棰嗘枡',
+ url: '/pages/storeManagement/MaterialRequisition/index',
+ icon: 'eleven'
+ },
+ {
+ name: '鍙栨秷棰嗘枡',
+ url: '/pages/storeManagement/CancelMaterialRequisition/index',
+ icon: 'twelve'
+ },
+ ]
+ }
]
};
},
--
Gitblit v1.9.3