pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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/index/printAbc",
  64. "style" :
  65. {
  66. "navigationBarTitleText": "打印ABC",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path" : "pages/shuntBackManage/shuntBackList",
  72. "style" :
  73. {
  74. "navigationBarTitleText": "调回管理",
  75. "enablePullDownRefresh": false
  76. }
  77. },
  78. {
  79. "path" : "pages/shuntBackManage/cancellingStocks",
  80. "style" :
  81. {
  82. "navigationBarTitleText": "调回退库",
  83. "enablePullDownRefresh": false,
  84. "titleView":false,
  85. // 将回弹属性关掉
  86. "bounce":"none"
  87. }
  88. },
  89. {
  90. "path" : "pages/shuntBackManage/detail",
  91. "style" :
  92. {
  93. "navigationBarTitleText": "调回详情",
  94. "enablePullDownRefresh": false
  95. }
  96. },
  97. {
  98. "path" : "pages/replenishmentManage/replenishmentList",
  99. "style" :
  100. {
  101. "navigationBarTitleText": "补货管理",
  102. "enablePullDownRefresh": false
  103. }
  104. },
  105. {
  106. "path" : "pages/replenishmentManage/confirm",
  107. "style" :
  108. {
  109. "navigationBarTitleText": "补货确认",
  110. "enablePullDownRefresh": false
  111. }
  112. },
  113. {
  114. "path" : "pages/replenishmentManage/outWarehousing",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "补货出库",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path" : "pages/replenishmentManage/manualPrint",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "手动打印",
  126. "enablePullDownRefresh": false
  127. }
  128. },
  129. {
  130. "path" : "pages/replenishmentManage/scanCodePrint",
  131. "style" :
  132. {
  133. "navigationBarTitleText": "扫码打印",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path" : "pages/replenishmentManage/sendOutGoods",
  139. "style" :
  140. {
  141. "navigationBarTitleText": "发货出库",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path" : "pages/replenishmentManage/signWarehousing",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "补货签收",
  150. "enablePullDownRefresh": false
  151. }
  152. },
  153. {
  154. "path" : "pages/replenishmentManage/detail",
  155. "style" :
  156. {
  157. "navigationBarTitleText": "补货单详情",
  158. "enablePullDownRefresh": false
  159. }
  160. }
  161. ,{
  162. "path" : "pages/common/printTag/printTag",
  163. "style" :
  164. {
  165. "navigationBarTitleText": "打印标签",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "pages/stock/index", // 库存
  171. "style": {
  172. "navigationBarTitleText": "库存",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "pages/stock/stockSearch", // 库存查询
  178. "style": {
  179. "navigationBarTitleText": "库存查询",
  180. "enablePullDownRefresh": false
  181. }
  182. },
  183. {
  184. "path": "pages/stock/detaiList", // 库存详情列表
  185. "style": {
  186. "navigationBarTitleText": "库存详情",
  187. "enablePullDownRefresh": false
  188. }
  189. },
  190. {
  191. "path": "pages/stock/stockDetail", // 库存详情
  192. "style": {
  193. "navigationBarTitleText": "库存详情",
  194. "enablePullDownRefresh": false
  195. }
  196. },
  197. {
  198. "path": "pages/stock/warehouseDetail", // 出入库明细详情
  199. "style": {
  200. "navigationBarTitleText": "出入库明细",
  201. "enablePullDownRefresh": false
  202. }
  203. },
  204. {
  205. "path": "pages/sales/index", // 销售
  206. "style": {
  207. "navigationBarTitleText": "销售",
  208. "enablePullDownRefresh": false
  209. }
  210. },
  211. {
  212. "path": "pages/sales/list", // 销售列表
  213. "style": {
  214. "navigationBarTitleText": "销售单",
  215. "navigationStyle":"custom",
  216. "app-plus":{
  217. "titleNView": {
  218. "titleAlign": "auto",
  219. "buttons": [ //原生标题栏按钮配置,
  220. {
  221. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  222. "fontSrc": "/static/iconfont/iconfont.ttf",
  223. "fontSize": "16",
  224. "width":"90px"
  225. }
  226. ]
  227. }
  228. }
  229. }
  230. },
  231. {
  232. "path": "pages/sales/addSales", // 新增销售单
  233. "style": {
  234. "navigationBarTitleText": "新增销售单",
  235. "enablePullDownRefresh": false
  236. }
  237. },
  238. {
  239. "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
  240. "style": {
  241. "navigationBarTitleText": "销售单",
  242. "enablePullDownRefresh": false
  243. }
  244. },
  245. {
  246. "path": "pages/sales/chooseProduct", // 选择产品
  247. "style": {
  248. "navigationBarTitleText": "选择产品",
  249. "navigationStyle":"custom",
  250. "app-plus":{
  251. "titleNView": {
  252. "titleAlign": "auto",
  253. "buttons": [ //原生标题栏按钮配置,
  254. {
  255. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  256. "fontSrc": "/static/iconfont/iconfont.ttf",
  257. "fontSize": "16",
  258. "width":"90px"
  259. }
  260. ]
  261. }
  262. }
  263. }
  264. },
  265. {
  266. "path": "pages/sales/chooseCustomer", // 销售单 选择客户
  267. "style": {
  268. "navigationBarTitleText": "选择客户",
  269. "enablePullDownRefresh": false
  270. }
  271. },
  272. {
  273. "path": "pages/sales/addCustomer", // 销售单 选择客户
  274. "style": {
  275. "navigationBarTitleText": "新增客户",
  276. "enablePullDownRefresh": false
  277. }
  278. },
  279. {
  280. "path": "pages/sales/productPricing", // 产品报价
  281. "style": {
  282. "navigationBarTitleText": "产品报价",
  283. "navigationStyle":"custom",
  284. "app-plus":{
  285. "titleNView": {
  286. "titleAlign": "auto",
  287. "buttons": [ //原生标题栏按钮配置,
  288. {
  289. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  290. "fontSrc": "/static/iconfont/iconfont.ttf",
  291. "fontSize": "16",
  292. "width":"90px"
  293. }
  294. ]
  295. }
  296. }
  297. }
  298. },
  299. {
  300. "path" : "pages/webviews/openview",
  301. "style" :
  302. {
  303. "navigationBarTitleText": "网页",
  304. "enablePullDownRefresh": false
  305. }
  306. }
  307. ,{
  308. "path" : "pages/sales/salesRecord",
  309. "style" :
  310. {
  311. "navigationBarTitleText": "销售记录",
  312. "enablePullDownRefresh": false
  313. }
  314. }
  315. ,{
  316. "path" : "pages/approveStore/list",
  317. "style" :
  318. {
  319. "navigationBarTitleText": "门店审核",
  320. "enablePullDownRefresh": false
  321. }
  322. }
  323. ,{
  324. "path" : "pages/approveStore/authPass",
  325. "style" :
  326. {
  327. "navigationBarTitleText": "审核通过",
  328. "enablePullDownRefresh": false
  329. }
  330. }
  331. ,{
  332. "path" : "pages/approveStore/detail",
  333. "style" :
  334. {
  335. "navigationBarTitleText": "门店审核详情",
  336. "enablePullDownRefresh": false
  337. }
  338. }
  339. ],
  340. "globalStyle": {
  341. "navigationBarTextStyle": "black",
  342. "navigationBarTitleText": "iscm",
  343. "navigationBarBackgroundColor": "#FFFFFF",
  344. "backgroundColor": "#f2f2f2",
  345. "app-plus": {
  346. // 将回弹属性关掉
  347. "bounce": "none",
  348. "scrollIndicator": "none"
  349. }
  350. },
  351. "tabBar": {
  352. "fontSize": "14px",
  353. "list": [
  354. {
  355. "pagePath": "pages/sales/index",
  356. "text": "销售"
  357. },
  358. {
  359. "pagePath": "pages/stock/index",
  360. "text": "库存"
  361. },
  362. {
  363. "pagePath": "pages/index/index",
  364. "text": "货架"
  365. },
  366. {
  367. "pagePath": "pages/userCenter/index",
  368. "text": "我的"
  369. }
  370. ]
  371. }
  372. }