From 1f89c6eedcd18336f04c3d46c0d5aae8d9d0eee2 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 13 十月 2025 17:33:27 +0800
Subject: [PATCH] 核磅录入打印生产日期字段变更
---
pages/sys/home/index.vue | 70 +++++++++++++++++-----------------
1 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue
index 92e1cfe..ec7b3af 100644
--- a/pages/sys/home/index.vue
+++ b/pages/sys/home/index.vue
@@ -32,26 +32,26 @@
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: '杞﹂棿璁㈠崟涓嬪彂',
- url: '/pages/product/WorkshopOrderIssued/index',
- icon: 'four'
- },
- {
- name: '杞﹂棿鍙栨秷涓嬪彂',
- url: '/pages/product/WorkshopOrderCancellationIssued/index',
- icon: 'five'
- },
+ // {
+ // name: '杞﹂棿璁㈠崟涓嬪彂',
+ // url: '/pages/product/WorkshopOrderIssued/index',
+ // icon: 'four'
+ // },
+ // {
+ // name: '杞﹂棿鍙栨秷涓嬪彂',
+ // url: '/pages/product/WorkshopOrderCancellationIssued/index',
+ // icon: 'five'
+ // },
]
},
{
@@ -67,11 +67,11 @@
// url: '/pages/wareHouse/inventory/index',
// icon: 'seven'
// },
- // {
- // name: '鏍哥褰曞叆',
- // url: '/pages/wareHouse/nuclearScale/index',
- // icon: 'eight'
- // },
+ {
+ name: '鏍哥褰曞叆',
+ url: '/pages/wareHouse/nuclearScale/index',
+ icon: 'eight'
+ },
// {
// name: '搴撳瓨浠剁洏鐐�',
// url: '/pages/wareHouse/InventoryCountStockItems/index',
@@ -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