add 移库、盘点
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user