This commit is contained in:
2022-10-10 17:08:52 +08:00
parent d64db24963
commit e7806048b7
6 changed files with 109 additions and 1 deletions

View File

@@ -20,6 +20,38 @@
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/EmptyPipeInStore",
"style" : {
"navigationBarTitleText": "空管入库",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjCasing",
"style" : {
"navigationBarTitleText": "子卷套管",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjDelivery",
"style" : {
"navigationBarTitleText": "子卷配送",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjOutStore",
"style" : {
"navigationBarTitleText": "子卷出站",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/task/painttask",
"style" :

View File

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

View File

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

View File

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

View File

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

View File

@@ -21,7 +21,7 @@
export default {
data() {
return {
menu: [{url: '/pages/task/painttask', name: '任务生成'}, {url: '/pages/task/sitemanage', name: '站点管理'}, {url: '/pages/task/pointrelease', name: '点位取放货确认'}, {url: '/pages/task/taskmanage', name: '任务管理'}, {url: '/pages/task/zlmanage', name: '指令管理'}]
menu: [{url: '/pages/ProductManage/EmptyPipeInStore', name: '空管入库'}, {url: '/pages/ProductManage/ZjCasing', name: '子卷套管'}, {url: '/pages/ProductManage/ZjDelivery', name: '子卷配送'}, {url: '/pages/ProductManage/ZjOutStore', name: '子卷出站'}, {url: '/pages/task/painttask', name: '任务生成'}, {url: '/pages/task/sitemanage', name: '站点管理'}, {url: '/pages/task/pointrelease', name: '点位取放货确认'}, {url: '/pages/task/taskmanage', name: '任务管理'}, {url: '/pages/task/zlmanage', name: '指令管理'}]
};
},
methods: {