This commit is contained in:
2022-10-11 08:39:10 +08:00
parent e7806048b7
commit 854e0bdf9d
5 changed files with 108 additions and 0 deletions

View File

@@ -20,6 +20,38 @@
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/SboProdProgress",
"style" : {
"navigationBarTitleText": "生箔生产进度",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/SboProcess",
"style" : {
"navigationBarTitleText": "生箔工序",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/BakeProcess",
"style" : {
"navigationBarTitleText": "烘烤工序",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/PointManage",
"style" : {
"navigationBarTitleText": "点位管理",
"navigationStyle": "default",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/EmptyPipeInStore",
"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>