剩余模块:生产退料

This commit is contained in:
2025-06-09 22:07:10 +08:00
parent 63a44af1d8
commit 03e22dd9f6
77 changed files with 2832 additions and 817 deletions

View File

@@ -8,8 +8,7 @@
"^l-(.*)": "@/components/l-ui/components/l-$1/l-$1.vue"
}
},
"pages": [
{
"pages": [{
"path": "pages/main/home"
},
{
@@ -69,6 +68,17 @@
{
"path": "pages/returnMaterials/material"
},
{
"path": "pages/returnMaterials/print"
},
{
"path": "pages/productionReturnVerify/index"
},
{
"path": "pages/productionReturnVerify/material"
},
{
"path": "pages/ruleClaim/index"
},
@@ -122,7 +132,7 @@
},
{
"path": "pages/BatchOutOftock/index"
},
},
{
"path": "pages/BatchOutOftock/material"
},
@@ -144,7 +154,7 @@
"popGesture": "none",
"animationType": "fade-in",
"animationDuration": 200
}
}
}
@@ -174,13 +184,13 @@
"pagePath": "pages/main/home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homea.png",
"text": "首页"
"text": "Main Screen"
},
{
"pagePath": "pages/main/mine",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/mea.png",
"text": "我的"
"text": "My"
}
]
},