From 7dd2e7918b00a857ca8a3634e24b2f6dd7446d1b Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 24 六月 2025 10:29:33 +0800
Subject: [PATCH] Merge branch 'xgmFlwms' of http://47.97.1.152:5880/r/wms_app into xgmFlwms
---
pages/index/index.vue | 28 +++++++++++++++++++++++-----
1 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 6ec723e..438fe75 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -2,7 +2,7 @@
<view>
<scroll-view scroll-y>
<view class="vve">
- <image src="../../static/zoneyung.png" @click="changeImg" mode="aspectFit"></image>
+ <image src="../../static/zoneyung.png" @click="changeImg" mode="aspectFit" :style="[{animation: 'show ' + ((0+1)*0.2+1) + 's 1'}]"></image>
</view>
<view class="content">
<navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color"
@@ -27,6 +27,12 @@
color: 'olive',
cuIcon: 'goods'
},
+ // {
+ // title: '鍑哄簱鍚姩',
+ // name: 'matOut',
+ // color: 'green',
+ // cuIcon: 'video'
+ // },
{
title: '搴撳瓨鐩樼偣',
name: 'stockCheck',
@@ -34,10 +40,22 @@
cuIcon: 'squarecheck'
},
{
- title: '搴撳瓨鏌ヨ',
- name: 'stockQuery',
- color: 'blue',
- cuIcon: 'searchlist'
+ title: '鎷f枡閫斾腑骞舵澘',
+ name: 'orderListPickBoard',
+ color: 'green',
+ cuIcon: 'video'
+ },
+ // {
+ // title: '搴撳瓨鏌ヨ',
+ // name: 'stockQuery',
+ // color: 'blue',
+ // cuIcon: 'searchlist'
+ // },
+ {
+ title: '閫�鍑虹櫥褰�',
+ name: 'logOut',
+ color: 'grey',
+ cuIcon: 'exit'
}]
}
},
--
Gitblit v1.9.1