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.
55 lines
1008 B
55 lines
1008 B
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/list",
|
|
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
|
|
}
|
|
}
|
|
},
|
|
]
|