From 24e7868d80a850bbbda953a73e2598675dc228f6 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 27 十一月 2025 13:49:02 +0800
Subject: [PATCH] PDA增加投料菜单
---
pages/sys/home/index.vue | 65 +++++++++++++++++---------------
1 files changed, 35 insertions(+), 30 deletions(-)
diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue
index aa7c38c..57cab40 100644
--- a/pages/sys/home/index.vue
+++ b/pages/sys/home/index.vue
@@ -32,25 +32,30 @@
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'
+ },
+ {
+ name: '鎶曟枡',
+ url: '/pages/product/feeding/index',
+ icon: 'ten'
},
]
},
@@ -62,16 +67,16 @@
url: '/pages/wareHouse/moveWareHouse/index',
icon: 'six'
},
- {
- name: '鐩樼偣鎶ュ憡鐩樼偣',
- url: '/pages/wareHouse/inventory/index',
- icon: 'seven'
- },
// {
- // name: '鏍哥褰曞叆',
- // url: '/pages/wareHouse/nuclearScale/index',
- // icon: 'eight'
+ // name: '鐩樼偣鎶ュ憡鐩樼偣',
+ // url: '/pages/wareHouse/inventory/index',
+ // icon: 'seven'
// },
+ {
+ name: '鏍哥褰曞叆',
+ url: '/pages/wareHouse/nuclearScale/index',
+ icon: 'eight'
+ },
// {
// name: '搴撳瓨浠剁洏鐐�',
// url: '/pages/wareHouse/InventoryCountStockItems/index',
@@ -84,21 +89,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