From 4299dc4a3f0a0ac25ee9ea28eeda3bd94a40abfc Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 21 十月 2025 11:11:24 +0800
Subject: [PATCH] 核磅记录和移库记录需要倒叙和头部插入
---
pages/sys/home/index.vue | 66 ++++++++++++++++----------------
1 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue
index 94aa260..ec7b3af 100644
--- a/pages/sys/home/index.vue
+++ b/pages/sys/home/index.vue
@@ -37,21 +37,21 @@
url: '/pages/product/cancelReport/index',
icon: 'two'
},
- {
- name: '鎺ユ敹锛堥摐鏉嗭級',
- url: '/',
- icon: 'three'
- },
- {
- name: '杞﹂棿璁㈠崟涓嬪彂',
- url: '/',
- icon: 'four'
- },
- {
- name: '杞﹂棿鍙栨秷涓嬪彂',
- url: '/',
- icon: 'five'
- },
+ // {
+ // name: '鎺ユ敹锛堥摐鏉嗭級',
+ // url: '/pages/product/receive/index',
+ // icon: 'three'
+ // },
+ // {
+ // name: '杞﹂棿璁㈠崟涓嬪彂',
+ // url: '/pages/product/WorkshopOrderIssued/index',
+ // icon: 'four'
+ // },
+ // {
+ // name: '杞﹂棿鍙栨秷涓嬪彂',
+ // url: '/pages/product/WorkshopOrderCancellationIssued/index',
+ // icon: 'five'
+ // },
]
},
{
@@ -62,26 +62,26 @@
url: '/pages/wareHouse/moveWareHouse/index',
icon: 'six'
},
- {
- name: '鐩樼偣鎶ュ憡鐩樼偣',
- url: '/pages/wareHouse/inventory/index',
- icon: 'seven'
- },
+ // {
+ // name: '鐩樼偣鎶ュ憡鐩樼偣',
+ // url: '/pages/wareHouse/inventory/index',
+ // icon: 'seven'
+ // },
{
name: '鏍哥褰曞叆',
- url: '/pages/wareHouse/packing/registration',
+ url: '/pages/wareHouse/nuclearScale/index',
icon: 'eight'
},
- {
- name: '搴撳瓨浠剁洏鐐�',
- url: '/pages/wareHouse/inventory/index',
- icon: 'nine'
- },
- {
- name: '瀵间綋澶囪揣鐩樼偣',
- url: '/pages/wareHouse/inventory/index',
- icon: 'ten'
- },
+ // {
+ // name: '搴撳瓨浠剁洏鐐�',
+ // url: '/pages/wareHouse/InventoryCountStockItems/index',
+ // icon: 'nine'
+ // },
+ // {
+ // name: '瀵间綋澶囪揣鐩樼偣',
+ // url: '/pages/wareHouse/InventoryCheckConductiveMterials/index',
+ // icon: 'ten'
+ // },
]
},
{
@@ -89,12 +89,12 @@
list: [
{
name: '棰嗘枡',
- url: '/pages/wareHouse/moveWareHouse/index',
+ url: '/pages/storeManagement/MaterialRequisition/index',
icon: 'eleven'
},
{
name: '鍙栨秷棰嗘枡',
- url: '/pages/wareHouse/inventory/index',
+ url: '/pages/storeManagement/CancelMaterialRequisition/index',
icon: 'twelve'
},
]
--
Gitblit v1.9.3