feat: 首页增加入库和库存流水快捷入口
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-27 04:07:02 +00:00
parent 345c3283e0
commit 547a5bc7c7

View File

@@ -74,6 +74,14 @@
<Icon name="stock" :size="48" color="#fff" />
<text class="menu-card-title">库存管理</text>
</view>
<view class="menu-card" @click="goTo('/pages/stock/in')">
<Icon name="plus" :size="48" color="#fff" />
<text class="menu-card-title">入库</text>
</view>
<view class="menu-card" @click="goTo('/pages/stock/flow')">
<Icon name="flow" :size="48" color="#fff" />
<text class="menu-card-title">库存流水</text>
</view>
</template>
<!-- 销售菜单 -->
<template v-else-if="isSales">