From 26a240a9fde1e7911a69f92b33f9d3e3039cadd5 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 14 九月 2023 10:55:34 +0800
Subject: [PATCH] #
---
pages/home/home.vue | 56 +++++++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 43 insertions(+), 13 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 6075358..f72daf3 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -23,20 +23,42 @@
token: '',
icon: '',
elements: [],
- elements2: [{
- title: '缁勬墭鍏ュ簱',
- name: 'pakin',
- color: 'cyan',
- cuIcon: 'pullup',
- url: '/pakin/pakin'
- },
+ elements2: [
+ // {
+ // title: '缁勬墭鍏ュ簱',
+ // name: 'pakin',
+ // color: 'orange',
+ // cuIcon: 'pullup',
+ // url: '/pakin/pakin'
+ // },
{
- title: '璁㈠崟鍏ュ簱',
+ title: '璁㈠崟缁勬墭',
name: 'orderPakin',
color: 'blue',
cuIcon: 'pullup',
url: '/order/orderPakin'
},
+ {
+ title: '缁勬墭涓婃灦',
+ name: 'putOn',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/pakin/putOn'
+ },
+ {
+ title: '璁㈠崟缁勬墭2',
+ name: 'putOn',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/order/orderPutOn2'
+ },
+ // {
+ // title: '璁㈠崟缁勬墭3',
+ // name: 'putOn',
+ // color: 'cyan',
+ // cuIcon: 'pullup',
+ // url: '/order/orderPutOn3'
+ // },
// {
// title: '鎵撳嵃',
// name: 'print',
@@ -71,6 +93,13 @@
color: 'red',
cuIcon: 'post',
url: '/stock/stockCheck'
+ },
+ {
+ title: '搴撲綅杞Щ',
+ name: 'locMove',
+ color: 'olive',
+ cuIcon: 'order',
+ url: '/loc/locMove'
},
{
title: '鍟嗗搧鎵撳嵃',
@@ -165,11 +194,12 @@
});
}, 1000);
} else if(res.status === 404) {
- uni.showToast({
- title: '404',
- icon: "none",
- position: 'top'
- })
+ that.elements = that.elements2
+ // uni.showToast({
+ // title: '榛樿涓婚〉',
+ // icon: "none",
+ // position: 'top'
+ // })
} else {
uni.showToast({
title: res.msg,
--
Gitblit v1.9.1