From d24b706b7f1b88e0982346dd2afa4f083ae7cb0e Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 23 九月 2025 10:03:41 +0800
Subject: [PATCH] PDA核磅录入页面创建时客户名称选择逻辑修改,至少选择一个客户,解决叉车工选择弹框不能滚动问题
---
pages/sys/home/index.vue | 96 ++++++++++++++++++++++++------------------------
1 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue
index 60cce6c..bd262ff 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/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'
+ // },
]
},
{
@@ -62,43 +62,43 @@
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/nuclearScale/index',
icon: 'eight'
},
- {
- name: '搴撳瓨浠剁洏鐐�',
- url: '/pages/wareHouse/InventoryCountStockItems/index',
- icon: 'nine'
- },
- {
- name: '瀵间綋澶囪揣鐩樼偣',
- url: '/pages/wareHouse/InventoryCheckConductiveMterials/index',
- icon: 'ten'
- },
+ // {
+ // name: '搴撳瓨浠剁洏鐐�',
+ // url: '/pages/wareHouse/InventoryCountStockItems/index',
+ // icon: 'nine'
+ // },
+ // {
+ // name: '瀵间綋澶囪揣鐩樼偣',
+ // url: '/pages/wareHouse/InventoryCheckConductiveMterials/index',
+ // icon: 'ten'
+ // },
]
},
- {
- 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