add 移库、盘点

This commit is contained in:
蔡玲
2024-11-13 19:13:11 +08:00
parent 0834291ae7
commit 519ffa21de
7 changed files with 721 additions and 1 deletions

View File

@@ -20,6 +20,16 @@
<view v-show="Number(e.counts) > 0" class="bill_count">{{e.counts}}</view>
</view>
</view>
<view class="menu-item" @tap="toPage1('/pages/management/move-inventory')">
<view class="menu_name_bg bg_texture_YC">
<view class="menu-name">移库</view>
</view>
</view>
<view class="menu-item" @tap="toPage1('/pages/management/check')">
<view class="menu_name_bg bg_texture_PD">
<view class="menu-name">盘点</view>
</view>
</view>
</view>
</view>
<view class="left_bg"></view>
@@ -78,6 +88,11 @@
url: url
})
},
toPage1 (e) {
uni.redirectTo({
url: e
})
},
Quit () {
this.$store.dispatch('delUserInfo', '')
uni.redirectTo({
@@ -210,4 +225,12 @@
left auto
right 0
background-image url('../../static/images/hud_right.png')
.bg_texture_YC
_bis(,'../../static/images/RF01.png', 100%, ,center)
.menu-name
background-color rgba(223, 131, 21, 80%)
.bg_texture_PD
_bis(,'../../static/images/RF02.png', 100%, ,center)
.menu-name
background-color rgba(223, 131, 21, 80%)
</style>