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
			}
		}
	},
]