缓存线
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/management/hcxcheck",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<text class="nav-text" @click="toJump('/pages/management/outscanerror')">出箱扫码异常</text>
|
<text class="nav-text" @click="toJump('/pages/management/outscanerror')">出箱扫码异常</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="nav-item">
|
<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>
|
||||||
<view class="nav-item">
|
<view class="nav-item">
|
||||||
<text class="nav-text" @click="toJump('/pages/equipStatus/equipStatus')">AGV入箱异常</text>
|
<text class="nav-text" @click="toJump('/pages/equipStatus/equipStatus')">AGV入箱异常</text>
|
||||||
|
|||||||
19
pages/management/hcxcheck.vue
Normal file
19
pages/management/hcxcheck.vue
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<template>
|
||||||
|
<view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus">
|
||||||
|
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user