缓存线

This commit is contained in:
2023-03-22 17:02:16 +08:00
parent fa8dacdfd4
commit e4b1a70a29
3 changed files with 26 additions and 1 deletions

View File

@@ -23,6 +23,12 @@
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/management/hcxcheck",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {

View File

@@ -16,7 +16,7 @@
<text class="nav-text" @click="toJump('/pages/management/outscanerror')">出箱扫码异常</text>
</view>
<view class="nav-item">
<text class="nav-text" @click="toJump('/pages/equipStatus/equipStatus')">缓存线盘点</text>
<text class="nav-text" @click="toJump('/pages/management/hcxcheck')">缓存线盘点</text>
</view>
<view class="nav-item">
<text class="nav-text" @click="toJump('/pages/equipStatus/equipStatus')">AGV入箱异常</text>

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>