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.
88 lines
1.6 KiB
88 lines
1.6 KiB
module.exports=[
|
|
{
|
|
path:"pages/purchase/apply",
|
|
style:{
|
|
navigationBarTitleText:"采购申请",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/purchase/agrProdList",
|
|
style:{
|
|
navigationBarTitleText:"农资列表",
|
|
"app-plus":{
|
|
titleNView:false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/purchase/newAgr",
|
|
style:{
|
|
navigationBarTitleText:"新增农资",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/purchase/specs",
|
|
style:{
|
|
navigationBarTitleText:"农资规格",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/purchase/newSpecs",
|
|
style:{
|
|
navigationBarTitleText:"新建规格",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/purchase/record",
|
|
style:{
|
|
navigationBarTitleText:"采购记录",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/purchase/detail",
|
|
style:{
|
|
navigationBarTitleText:"采购详情",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
path:"pages/purchase/search",
|
|
style:{
|
|
navigationBarTitleText:"查询列表",
|
|
navigationBarBackgroundColor:"#10C176",
|
|
navigationBarTextStyle:"white",
|
|
"app-plus":{
|
|
titleNView:true
|
|
}
|
|
}
|
|
},
|
|
]
|