wms-pda迁移

This commit is contained in:
2025-05-09 17:15:16 +08:00
parent 6a09472e86
commit e8b07fcece
580 changed files with 75351 additions and 133 deletions

156
pages.json Normal file
View File

@@ -0,0 +1,156 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
//登录
"path": "pages/login",
"style": {
// 自定义导航栏
"navigationStyle":"custom",
"navigationBarTitleText": ""
}
},{
//拣货出库
"path" : "pages/outbound/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//采购上架
"path" : "pages/warehous/cgPutOnsale",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//首页
"path" : "pages/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//入库
"path": "pages/warehous/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//收货
"path" : "pages/warehous/takeDelivery",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//非采购上架
"path" : "pages/warehous/noCgPutOnsale",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//其他内库操作菜单
"path" : "pages/otherUnderwear/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//快速改箱/装箱
"path" : "pages/otherUnderwear/fastSetbox",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//整箱移货上架
"path" : "pages/otherUnderwear/moveBoxup",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//整箱移货上架
"path" : "pages/otherUnderwear/moveBoxDown",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//出库回退上架
"path" : "pages/otherUnderwear/outStockUp",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//入库回退下架
"path" : "pages/otherUnderwear/inStockDown",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//库存查询
"path" : "pages/otherUnderwear/inventory",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//出库箱信息
"path" : "pages/otherUnderwear/outbound",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},{
//盘点
"path" : "pages/Inventory/index",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}