123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "英途仓库"
- }
- },
- // {
- // "path": "pages/scan/index",
- // "style": {
- // "navigationBarTitleText": "扫描入库"
- // }
- // },
- {
- "path": "pages/instock/index",
- "style": {
- "navigationBarTitleText": "称重",
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "buttons": [{
- "fontSize": "16px",
- "text": "历史"
- }],
- "backButton": {
- "background": "#00FF00"
- }
- }
- }
- }
- }, {
- "path": "pages/instock/instockLog",
- "style": {
- "navigationBarTitleText": "录入历史"
- }
- },
- {
- "path": "pages/profile/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "ORDER"
- }
- },
- {
- "path": "pages/scanLotno/index",
- "style": {
- "navigationBarTitleText": "托盘/批次",
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "buttons": [{
- "fontSize": "16px",
- "text": "历史"
- }],
- "backButton": {
- "background": "#00FF00"
- }
- }
- }
- }
- },
- {
- "path": "pages/scanLotno/lotnoLog",
- "style": {
- "navigationBarTitleText": "录入历史"
- }
- }, {
- "path": "pages/scanLotno/waybillsList",
- "style": {
- "navigationBarTitleText": "运单列表"
- }
- },
- {
- "path": "pages/warehouseScan/index",
- "style": {
- "navigationBarTitleText": "仓库扫描",
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "buttons": [{
- "fontSize": "16px",
- "text": "历史"
- }],
- "backButton": {
- "background": "#00FF00"
- }
- }
- }
- }
- },
- {
- "path": "pages/warehouseScan/warehouseLog",
- "style": {
- "navigationBarTitleText": "录入历史"
- }
- },
- {
- "path": "pages/waybillNo/index",
- "style": {
- "navigationBarTitleText": "库位绑定",
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "buttons": [{
- "fontSize": "16px",
- "text": "历史"
- }],
- "backButton": {
- "background": "#00FF00"
- }
- }
- }
- }
- },
- {
- "path": "pages/waybillNo/waybillNoLog",
- "style": {
- "navigationBarTitleText": "录入历史"
- }
- },
- {
- "path": "pages/waybillDeliveryOrder/index",
- "style": {
- "navigationBarTitleText": "派送单",
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "buttons": [{
- "fontSize": "16px",
- "text": "筛选"
- }],
- "backButton": {
- "background": "#00FF00"
- }
- }
- }
- }
- },
- {
- "path": "pages/waybillDeliveryOrder/orderInfo",
- "style": {
- "navigationBarTitleText": "派送详情"
- }
- },
- {
- "path" : "pages/printer/index",
- "style" :
- {
- "navigationBarTitleText" : "打印"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/home/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home_fill.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/profile/index",
- "iconPath": "static/people.png",
- "selectedIconPath": "static/people_fill.png",
- "text": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|