pages.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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. "navigationStyle":"custom",
  208. "app-plus":{
  209. "titleNView": {
  210. "titleAlign": "auto",
  211. "buttons": [ //原生标题栏按钮配置,
  212. {
  213. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  214. "fontSrc": "/static/iconfont/iconfont.ttf",
  215. "fontSize": "16",
  216. "width":"90px"
  217. }
  218. ]
  219. }
  220. }
  221. }
  222. },
  223. {
  224. "path": "pages/sales/addSales", // 新增销售单
  225. "style": {
  226. "navigationBarTitleText": "新增销售单",
  227. "enablePullDownRefresh": false
  228. }
  229. },
  230. {
  231. "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
  232. "style": {
  233. "navigationBarTitleText": "销售单",
  234. "enablePullDownRefresh": false
  235. }
  236. },
  237. {
  238. "path": "pages/sales/chooseProduct", // 选择产品
  239. "style": {
  240. "navigationBarTitleText": "选择产品",
  241. "navigationStyle":"custom",
  242. "app-plus":{
  243. "titleNView": {
  244. "titleAlign": "auto",
  245. "buttons": [ //原生标题栏按钮配置,
  246. {
  247. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  248. "fontSrc": "/static/iconfont/iconfont.ttf",
  249. "fontSize": "16",
  250. "width":"90px"
  251. }
  252. ]
  253. }
  254. }
  255. }
  256. },
  257. {
  258. "path": "pages/sales/chooseCustomer", // 销售单 选择客户
  259. "style": {
  260. "navigationBarTitleText": "选择客户",
  261. "enablePullDownRefresh": false
  262. }
  263. },
  264. {
  265. "path": "pages/sales/addCustomer", // 销售单 选择客户
  266. "style": {
  267. "navigationBarTitleText": "新增客户",
  268. "enablePullDownRefresh": false
  269. }
  270. },
  271. {
  272. "path": "pages/sales/productPricing", // 产品报价
  273. "style": {
  274. "navigationBarTitleText": "产品报价",
  275. "navigationStyle":"custom",
  276. "app-plus":{
  277. "titleNView": {
  278. "titleAlign": "auto",
  279. "buttons": [ //原生标题栏按钮配置,
  280. {
  281. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  282. "fontSrc": "/static/iconfont/iconfont.ttf",
  283. "fontSize": "16",
  284. "width":"90px"
  285. }
  286. ]
  287. }
  288. }
  289. }
  290. },
  291. {
  292. "path" : "pages/webviews/openview",
  293. "style" :
  294. {
  295. "navigationBarTitleText": "网页",
  296. "enablePullDownRefresh": false
  297. }
  298. }
  299. ],
  300. "globalStyle": {
  301. "navigationBarTextStyle": "black",
  302. "navigationBarTitleText": "iscm",
  303. "navigationBarBackgroundColor": "#FFFFFF",
  304. "backgroundColor": "#f2f2f2",
  305. "app-plus": {
  306. // 将回弹属性关掉
  307. "bounce": "none",
  308. "scrollIndicator": "none"
  309. }
  310. },
  311. "tabBar": {
  312. "fontSize": "14px",
  313. "list": [
  314. {
  315. "pagePath": "pages/sales/index",
  316. "text": "销售"
  317. },
  318. {
  319. "pagePath": "pages/stock/index",
  320. "text": "库存"
  321. },
  322. {
  323. "pagePath": "pages/index/index",
  324. "text": "货架"
  325. },
  326. {
  327. "pagePath": "pages/userCenter/index",
  328. "text": "我的"
  329. }
  330. ]
  331. }
  332. }