pages.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarTitleText": ""
  10. }
  11. },
  12. {
  13. "path": "pages/index/index", // 货架
  14. "style": {
  15. "navigationBarTitleText": "货架",
  16. "enablePullDownRefresh": false
  17. }
  18. },
  19. {
  20. "path": "pages/login/userAuthYs",
  21. "style": {
  22. "navigationBarTitleText": "注意事项及服务协议"
  23. }
  24. },
  25. {
  26. "path": "pages/login/forget-pass",
  27. "style": {
  28. "navigationBarTitleText": "忘记密码"
  29. }
  30. },
  31. {
  32. "path": "pages/userCenter/index",
  33. "style": {
  34. "enablePullDownRefresh": false,
  35. "navigationStyle": "custom",
  36. // 将回弹属性关掉
  37. "bounce":"none"
  38. }
  39. },
  40. {
  41. "path": "pages/userCenter/changePwd", // 我的>修改密码
  42. "style": {
  43. "navigationBarTitleText": "修改密码"
  44. }
  45. }
  46. ,{
  47. "path" : "pages/latePlay/chooseBulk",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "选择货柜",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ,{
  55. "path" : "pages/latePlay/chooseProduct",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "补打贴签",
  59. "enablePullDownRefresh": false
  60. }
  61. },
  62. {
  63. "path" : "pages/shuntBackManage/shuntBackList",
  64. "style" :
  65. {
  66. "navigationBarTitleText": "调回管理",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path" : "pages/shuntBackManage/cancellingStocks",
  72. "style" :
  73. {
  74. "navigationBarTitleText": "调回退库",
  75. "enablePullDownRefresh": false,
  76. "titleView":false,
  77. // 将回弹属性关掉
  78. "bounce":"none"
  79. }
  80. },
  81. {
  82. "path" : "pages/shuntBackManage/detail",
  83. "style" :
  84. {
  85. "navigationBarTitleText": "调回详情",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path" : "pages/replenishmentManage/replenishmentList",
  91. "style" :
  92. {
  93. "navigationBarTitleText": "补货管理",
  94. "enablePullDownRefresh": false
  95. }
  96. },
  97. {
  98. "path" : "pages/replenishmentManage/confirm",
  99. "style" :
  100. {
  101. "navigationBarTitleText": "补货确认",
  102. "enablePullDownRefresh": false
  103. }
  104. },
  105. {
  106. "path" : "pages/replenishmentManage/outWarehousing",
  107. "style" :
  108. {
  109. "navigationBarTitleText": "补货出库",
  110. "enablePullDownRefresh": false
  111. }
  112. },
  113. {
  114. "path" : "pages/replenishmentManage/manualPrint",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "手动打印",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path" : "pages/replenishmentManage/scanCodePrint",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "扫码打印",
  126. "enablePullDownRefresh": false
  127. }
  128. },
  129. {
  130. "path" : "pages/replenishmentManage/sendOutGoods",
  131. "style" :
  132. {
  133. "navigationBarTitleText": "发货出库",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path" : "pages/replenishmentManage/signWarehousing",
  139. "style" :
  140. {
  141. "navigationBarTitleText": "补货签收",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path" : "pages/replenishmentManage/detail",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "补货单详情",
  150. "enablePullDownRefresh": false
  151. }
  152. }
  153. ,{
  154. "path" : "pages/common/printTag/printTag",
  155. "style" :
  156. {
  157. "navigationBarTitleText": "打印标签",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "pages/stock/index", // 库存
  163. "style": {
  164. "navigationBarTitleText": "库存",
  165. "enablePullDownRefresh": false
  166. }
  167. },
  168. {
  169. "path": "pages/stock/stockSearch", // 库存查询
  170. "style": {
  171. "navigationBarTitleText": "库存查询",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path": "pages/stock/detaiList", // 库存详情列表
  177. "style": {
  178. "navigationBarTitleText": "库存详情",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "pages/stock/stockDetail", // 库存详情
  184. "style": {
  185. "navigationBarTitleText": "库存详情",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path": "pages/stock/warehouseDetail", // 出入库明细详情
  191. "style": {
  192. "navigationBarTitleText": "出入库明细",
  193. "enablePullDownRefresh": false
  194. }
  195. },
  196. {
  197. "path": "pages/sales/index", // 销售
  198. "style": {
  199. "navigationBarTitleText": "销售",
  200. "enablePullDownRefresh": false
  201. }
  202. },
  203. {
  204. "path": "pages/sales/list", // 销售列表
  205. "style": {
  206. "navigationBarTitleText": "销售单",
  207. "enablePullDownRefresh": false,
  208. "navigationStyle":"custom",
  209. "navigationBarTextStyle": "white"
  210. }
  211. },
  212. {
  213. "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
  214. "style": {
  215. "navigationBarTitleText": "销售单",
  216. "enablePullDownRefresh": false
  217. }
  218. },
  219. {
  220. "path": "pages/sales/chooseProduct", // 选择产品
  221. "style": {
  222. "navigationBarTitleText": "选择产品",
  223. "enablePullDownRefresh": false,
  224. "navigationStyle":"custom",
  225. "navigationBarTextStyle": "white"
  226. }
  227. },
  228. {
  229. "path": "pages/sales/chooseCustomer", // 销售单 选择客户
  230. "style": {
  231. "navigationBarTitleText": "选择客户",
  232. "enablePullDownRefresh": false
  233. }
  234. },
  235. {
  236. "path": "pages/sales/addCustomer", // 销售单 选择客户
  237. "style": {
  238. "navigationBarTitleText": "新增客户",
  239. "enablePullDownRefresh": false
  240. }
  241. },
  242. // {
  243. // "path": "publicPage/choose-server-item/choose-server-item", // 选择服务项目
  244. // "style": {
  245. // "navigationStyle": "custom" ,// 隐藏系统导航栏
  246. // "navigationBarTitleText": "选择服务项目",
  247. // "app-plus":{
  248. // "titleNView": {
  249. // "titleAlign": "left",
  250. // "buttons": [ //原生标题栏按钮配置,
  251. // {
  252. // "text": "\ue66f 服务" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  253. // "fontSrc": "/static/iconfont/iconfont.ttf",
  254. // "fontSize": "14",
  255. // "width":"90px"
  256. // }
  257. // ]
  258. // }
  259. // }
  260. // }
  261. // },
  262. {
  263. "path": "pages/sales/productPricing", // 产品报价
  264. "style": {
  265. "navigationBarTitleText": "产品报价",
  266. // "enablePullDownRefresh": false,
  267. "navigationStyle":"custom",
  268. // "navigationBarTextStyle": "white",
  269. "app-plus":{
  270. "titleNView": {
  271. "titleAlign": "left",
  272. "buttons": [ //原生标题栏按钮配置,
  273. {
  274. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  275. "fontSrc": "/static/iconfont/iconfont.ttf",
  276. "fontSize": "14",
  277. "width":"90px"
  278. }
  279. ]
  280. }
  281. }
  282. }
  283. }
  284. ],
  285. "globalStyle": {
  286. "navigationBarTextStyle": "black",
  287. "navigationBarTitleText": "iscm",
  288. "navigationBarBackgroundColor": "#FFFFFF",
  289. "backgroundColor": "#f2f2f2",
  290. "app-plus": {
  291. // 将回弹属性关掉
  292. "bounce": "none",
  293. "scrollIndicator": "none"
  294. }
  295. },
  296. "tabBar": {
  297. "fontSize": "14px",
  298. "list": [
  299. {
  300. "pagePath": "pages/sales/index",
  301. "text": "销售"
  302. },
  303. {
  304. "pagePath": "pages/stock/index",
  305. "text": "库存"
  306. },
  307. {
  308. "pagePath": "pages/index/index",
  309. "text": "货架"
  310. },
  311. {
  312. "pagePath": "pages/userCenter/index",
  313. "text": "我的"
  314. }
  315. ]
  316. }
  317. }