From c92e539cd1ceeecc851bddf9c7468081c16dd45e Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 30 九月 2025 10:54:15 +0800 Subject: [PATCH] pda功能初始化 --- pages/home/home.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 7ce7cc5..86503a6 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -47,7 +47,14 @@ color: 'cyan', cuIcon: 'pullup', url: '/pakin/pakin' - }, + }, + { + title: '璁㈠崟缁勬墭', + name: 'orderComb', + color: 'olive', + cuIcon: 'pulldown', + url: '/order/orderComb' + }, // { // title: '骞冲簱缁勬墭', // name: 'putOn', @@ -69,13 +76,6 @@ cuIcon: 'pullup', url: '/warehouse/orderList' }, - // { - // title: '璁㈠崟缁勬墭', - // name: 'orderComb', - // color: 'olive', - // cuIcon: 'pulldown', - // url: '/order/orderComb' - // } // , // { // title: '骞舵澘鍏ュ簱', @@ -183,7 +183,7 @@ if (this.storeId == 2) { this.store = '鏂版槍浠�' } - this.getAuth() + // this.getAuth() }, methods: { back() { uni.navigateBack({}) }, -- Gitblit v1.9.1