You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.5 KiB
84 lines
1.5 KiB
module.exports=[
|
|
{
|
|
path:"pages/stock/mana",
|
|
style:{
|
|
navigationBarTitleText:"库存管理",
|
|
"app-plus":{
|
|
titleNView:false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/stock/already",
|
|
style:{
|
|
navigationBarTitleText:"已领用农资",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/stock/record",
|
|
style:{
|
|
navigationBarTitleText:"出入库记录",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{//农资出库
|
|
path:"pages/stock/nzOut",
|
|
style:{
|
|
navigationBarTitleText:"出库",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{//出入库列表
|
|
path:"pages/stock/inOut",
|
|
style:{
|
|
navigationBarTitleText:"出库",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/stock/goods_detail",
|
|
style:{
|
|
navigationBarTitleText:"详情",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/stock/agrWarehouse",
|
|
style:{
|
|
navigationBarTitleText:"农资入库",
|
|
"app-plus":{
|
|
titleNView:false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/stock/prodWarehouse",
|
|
style:{
|
|
navigationBarTitleText:"农产品入库",
|
|
"app-plus":{
|
|
titleNView:false
|
|
}
|
|
}
|
|
},
|
|
]
|