| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path": "pages/index/login", |
| | | |
| | | "style": { |
| | | "navigationBarTitleText": "登录", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/index/index", |
| | | "style": { |
| | | "navigationBarTitleText": "首页", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/index/tab1", |
| | | "style": { |
| | | "navigationBarTitleText": "模块功能" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/index/tab2", |
| | | "style": { |
| | | "navigationBarTitleText": "报表中心" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/index/mine", |
| | | "style": { |
| | | "navigationBarTitleText": "个人中心", |
| | | // "navigationStyle": "custom" |
| | | "navigationBarTextStyle": "white", |
| | | "navigationBarBackgroundColor": "#65a2fb" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeilvli/form", |
| | | "style": { |
| | | "navigationBarTitleText": "设备状态分析" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeilvli/table", |
| | | "style": { |
| | | "navigationBarTitleText": "设备履历", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeilvli/table_son", |
| | | "style": { |
| | | "navigationBarTitleText": "设备履历子表" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baoyangjihua/form", |
| | | "style": { |
| | | "navigationBarTitleText": "设备保养计划单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baoyangjihua/table", |
| | | "style": { |
| | | "navigationBarTitleText": "设备保养计划单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baoyangjihua/table_son", |
| | | "style": { |
| | | "navigationBarTitleText": "保养计划子表" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baoyangjilu/form", |
| | | "style": { |
| | | "navigationBarTitleText": "设备保养记录单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baoyangjilu/table", |
| | | "style": { |
| | | "navigationBarTitleText": "设备保养记录单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baoyangjilu/table_son", |
| | | "style": { |
| | | "navigationBarTitleText": "保养记录子表" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/guzhangdengji/form", |
| | | "style": { |
| | | "navigationBarTitleText": "设备故障登记表" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/guzhangdengji/table", |
| | | "style": { |
| | | "navigationBarTitleText": "设备故障登记表", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeidangan/form", |
| | | "style": { |
| | | "navigationBarTitleText": "设备档案" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeidangan/table", |
| | | "style": { |
| | | "navigationBarTitleText": "设备档案", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeiweixiu/form", |
| | | "style": { |
| | | "navigationBarTitleText": "设备维修记录单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeiweixiu/table", |
| | | "style": { |
| | | "navigationBarTitleText": "设备维修记录单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/weiwaigxIn/form", |
| | | "style": { |
| | | "navigationBarTitleText": "委外工序发出单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/weiwaigxIn/table", |
| | | "style": { |
| | | "navigationBarTitleText": "委外工序发出单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/weiwaigxOut/form", |
| | | "style": { |
| | | "navigationBarTitleText": "委外工序接收单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/weiwaigxOut/table", |
| | | "style": { |
| | | "navigationBarTitleText": "委外工序接收单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/weiwaigxOut/firstCheck", |
| | | "style": { |
| | | "navigationBarTitleText": "首件检验单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | },{ |
| | | "path": "pages/gongxuIn/form", |
| | | "style": { |
| | | "navigationBarTitleText": "工序进站接收单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/gongxuIn/table", |
| | | "style": { |
| | | "navigationBarTitleText": "工序进站接收单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | },{ |
| | | "path": "pages/gongxuOut/form", |
| | | "style": { |
| | | "navigationBarTitleText": "工序出站汇报单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/gongxuOut/table", |
| | | "style": { |
| | | "navigationBarTitleText": "工序出站汇报单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeiguanli/form", |
| | | "style": { |
| | | "navigationBarTitleText": "设备管理", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeiguanli/table", |
| | | "style": { |
| | | "navigationBarTitleText": "设备管理", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/shebeiguanli/list", |
| | | "style": { |
| | | "navigationBarTitleText": "工单列表", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baogong/form", |
| | | "style": { |
| | | "navigationBarTitleText": "产量汇报单", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baogong/table", |
| | | "style": { |
| | | "navigationBarTitleText": "报工平台", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baogong/list", |
| | | "style": { |
| | | "navigationBarTitleText": "工单列表", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/baogong/abnormal", |
| | | "style": { |
| | | "navigationBarTitleText": "异常反馈单", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/yichang/table", |
| | | "style": { |
| | | "navigationBarTitleText": "异常反馈单列表", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/yichang/form", |
| | | "style": { |
| | | "navigationBarTitleText": "异常反馈单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/yichang/list", |
| | | "style": { |
| | | "navigationBarTitleText": "异常反馈处理单列表", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/labelPrinter/index", |
| | | "style": { |
| | | "navigationBarTitleText": "标签打印" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiyunxingzhuangtai/shebeiyunxingzhuangtai", |
| | | "style": { |
| | | "navigationBarTitleText": "设备运行状态", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiyunxingzhuangtai/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "设备运行状态详情" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/mujvzhuangtai/mujvzhuangtai", |
| | | "style" : |
| | | "pages" : [ |
| | | //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path" : "pages/index/login", |
| | | "style" : { |
| | | "navigationBarTitleText" : "登录", |
| | | "navigationStyle" : "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/index/index", |
| | | "style" : { |
| | | "navigationBarTitleText" : "首页", |
| | | "navigationStyle" : "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/index/tab1", |
| | | "style" : { |
| | | "navigationBarTitleText" : "模块功能" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/index/tab2", |
| | | "style" : { |
| | | "navigationBarTitleText" : "报表中心" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/index/mine", |
| | | "style" : { |
| | | "navigationBarTitleText" : "个人中心", |
| | | // "navigationStyle": "custom" |
| | | "navigationBarTextStyle" : "white", |
| | | "navigationBarBackgroundColor" : "#65a2fb" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeilvli/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备状态分析" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeilvli/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备履历", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeilvli/table_son", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备履历子表" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baoyangjihua/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备保养计划单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baoyangjihua/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备保养计划单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baoyangjihua/table_son", |
| | | "style" : { |
| | | "navigationBarTitleText" : "保养计划子表" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baoyangjilu/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备保养记录单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baoyangjilu/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备保养记录单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baoyangjilu/table_son", |
| | | "style" : { |
| | | "navigationBarTitleText" : "保养记录子表" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/guzhangdengji/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备故障登记表" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/guzhangdengji/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备故障登记表", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeidangan/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备档案" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeidangan/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备档案", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiweixiu/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备维修记录单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiweixiu/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备维修记录单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/weiwaigxIn/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "委外工序发出单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/weiwaigxIn/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "委外工序发出单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/weiwaigxOut/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "委外工序接收单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/weiwaigxOut/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "委外工序接收单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/weiwaigxOut/firstCheck", |
| | | "style" : { |
| | | "navigationBarTitleText" : "首件检验单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/gongxuIn/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "工序进站接收单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/gongxuIn/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "工序进站接收单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/gongxuOut/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "工序出站汇报单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/gongxuOut/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "工序出站汇报单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiguanli/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备管理", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiguanli/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备管理", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiguanli/list", |
| | | "style" : { |
| | | "navigationBarTitleText" : "工单列表", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baogong/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "产量汇报单", |
| | | "enablePullDownRefresh" : false |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baogong/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "报工平台", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baogong/list", |
| | | "style" : { |
| | | "navigationBarTitleText" : "工单列表", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/baogong/abnormal", |
| | | "style" : { |
| | | "navigationBarTitleText" : "异常反馈单", |
| | | "enablePullDownRefresh" : false |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/yichang/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "异常反馈单列表", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/yichang/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "异常反馈单", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/yichang/list", |
| | | "style" : { |
| | | "navigationBarTitleText" : "异常反馈处理单列表", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/labelPrinter/index", |
| | | "style" : { |
| | | "navigationBarTitleText" : "标签打印" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiyunxingzhuangtai/shebeiyunxingzhuangtai", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备运行状态", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/shebeiyunxingzhuangtai/detail", |
| | | "style" : { |
| | | "navigationBarTitleText" : "设备运行状态详情" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/mujvzhuangtai/mujvzhuangtai", |
| | | "style" : { |
| | | "navigationBarTitleText" : "模具状态分布", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/mujvzhuangtai/detail", |
| | | "style" : { |
| | | "navigationBarTitleText" : "模具状态详情" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tiaomachaima/tiaomachaima", |
| | | "style" : { |
| | | "navigationBarTitleText" : "条码拆码" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/wuliaosaoma/wuliaosaoma", |
| | | "style" : { |
| | | "navigationBarTitleText" : "物料清单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/wuliaosaoma/detail", |
| | | "style" : { |
| | | "navigationBarTitleText" : "条码档案" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigouruku/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "采购入库", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigouruku/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "采购入库单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigoutuiliao/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "采购退料", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigoutuiliao/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "采购退料单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshouchuku/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "销售出库", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshouchuku/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "销售出库单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshoutuihuo/table", |
| | | "style" : { |
| | | "navigationBarTitleText" : "销售退货", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshoutuihuo/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "销售退货单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitachuku/qitachuku", |
| | | "style" : { |
| | | "navigationBarTitleText" : "其他出库", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitachuku/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "其他出库单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitaruku/qitaruku", |
| | | "style" : { |
| | | "navigationBarTitleText" : "其他入库", |
| | | "enablePullDownRefresh" : true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitaruku/form", |
| | | "style" : { |
| | | "navigationBarTitleText" : "其他入库单" |
| | | } |
| | | } |
| | | ], |
| | | "tabBar" : { |
| | | "color" : "#888888", //tab 上的文字默认颜色,仅支持十六进制颜色 |
| | | "selectedColor" : "#2d7dee", //tab 上的文字选中时的颜色,仅支持十六进制颜色 |
| | | "borderStyle" : "black", //tabbar上边框的颜色, 仅支持 black / white |
| | | "backgroundColor" : "#ffffff", //tab 的背景色,仅支持十六进制颜色 |
| | | "list" : [ |
| | | { |
| | | "pagePath" : "pages/index/index", |
| | | "iconPath" : "static/tabBar/home.png", |
| | | "selectedIconPath" : "static/tabBar/home-default.png", |
| | | "text" : "首页" |
| | | }, |
| | | { |
| | | "pagePath" : "pages/index/tab1", |
| | | "iconPath" : "static/tabBar/icon1.png", |
| | | "selectedIconPath" : "static/tabBar/icon1-default.png", |
| | | "text" : "模块功能" |
| | | }, |
| | | { |
| | | "pagePath" : "pages/index/tab2", |
| | | "iconPath" : "static/tabBar/icon2.png", |
| | | "selectedIconPath" : "static/tabBar/icon2-default.png", |
| | | "text" : "报表中心" |
| | | }, |
| | | { |
| | | "pagePath" : "pages/index/mine", |
| | | "iconPath" : "static/tabBar/user.png", |
| | | "selectedIconPath" : "static/tabBar/user-default.png", |
| | | "text" : "我的" |
| | | } |
| | | ] |
| | | }, |
| | | "globalStyle" : { |
| | | "navigationBarTextStyle" : "white", |
| | | "navigationBarTitleText" : "设备管理", |
| | | "navigationBarBackgroundColor" : "#3A78FF", |
| | | "backgroundColor" : "#F8F8F8", |
| | | "pageOrientation" : "default" |
| | | }, |
| | | "uniIdRouter" : {}, |
| | | "condition" : { //模式配置,仅开发期间生效 |
| | | "current": 0, //当前激活的模式(list 的索引项) |
| | | "list": [ |
| | | { |
| | | "navigationBarTitleText" : "模具状态分布", |
| | | "enablePullDownRefresh": true |
| | | "name": "", //模式名称 |
| | | "path": "", //启动页面,必选 |
| | | "query": "" //启动参数,在页面的onLoad函数里面得到 |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/mujvzhuangtai/detail", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "模具状态详情" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tiaomachaima/tiaomachaima", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "条码拆码" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/wuliaosaoma/wuliaosaoma", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "物料清单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/wuliaosaoma/detail", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "条码档案" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigouruku/table", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "采购入库", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigouruku/form", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "采购入库单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigoutuiliao/table", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "采购退料", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/caigoutuiliao/form", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "采购退料单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshouchuku/table", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "销售出库", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshouchuku/form", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "销售出库单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshoutuihuo/table", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "销售退货", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/xiaoshoutuihuo/form", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "销售退货单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitachuku/qitachuku", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "其他出库", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitachuku/form", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "其他出库单" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitaruku/qitaruku", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "其他入库", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/qitaruku/form", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "其他入库单" |
| | | } |
| | | } |
| | | ], |
| | | "tabBar": { |
| | | "color": "#888888", //tab 上的文字默认颜色,仅支持十六进制颜色 |
| | | "selectedColor": "#2d7dee", //tab 上的文字选中时的颜色,仅支持十六进制颜色 |
| | | "borderStyle": "black", //tabbar上边框的颜色, 仅支持 black / white |
| | | "backgroundColor": "#ffffff", //tab 的背景色,仅支持十六进制颜色 |
| | | "list": [{ |
| | | "pagePath": "pages/index/index", |
| | | "iconPath":"static/tabBar/home.png", |
| | | "selectedIconPath":"static/tabBar/home-default.png", |
| | | "text": "首页" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/tab1", |
| | | "iconPath":"static/tabBar/icon1.png", |
| | | "selectedIconPath":"static/tabBar/icon1-default.png", |
| | | "text": "模块功能" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/tab2", |
| | | "iconPath":"static/tabBar/icon2.png", |
| | | "selectedIconPath":"static/tabBar/icon2-default.png", |
| | | "text": "报表中心" |
| | | }, |
| | | { |
| | | "pagePath": "pages/index/mine", |
| | | "iconPath":"static/tabBar/user.png", |
| | | "selectedIconPath":"static/tabBar/user-default.png", |
| | | "text": "我的" |
| | | }] |
| | | }, |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "white", |
| | | "navigationBarTitleText": "设备管理", |
| | | "navigationBarBackgroundColor": "#3A78FF", |
| | | "backgroundColor": "#F8F8F8", |
| | | "pageOrientation": "default" |
| | | }, |
| | | "uniIdRouter": {} |
| | | ] |
| | | } |
| | | } |