pages.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869
  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/login/apply-trial", // 申请试用
  14. "style": {
  15. "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
  16. "navigationBarTitleText": "申请注册"
  17. }
  18. },
  19. {
  20. "path": "pages/index/index", // 货架
  21. "style": {
  22. "navigationBarTitleText": "货架",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/login/userAuthYs",
  28. "style": {
  29. "navigationBarTitleText": "注意事项及服务协议"
  30. }
  31. },
  32. {
  33. "path": "pages/login/forget-pass",
  34. "style": {
  35. "navigationBarTitleText": "忘记密码"
  36. }
  37. },
  38. {
  39. "path": "pages/userCenter/index",
  40. "style": {
  41. "enablePullDownRefresh": false,
  42. "navigationStyle": "custom",
  43. // 将回弹属性关掉
  44. "bounce":"none"
  45. }
  46. },
  47. {
  48. "path": "pages/userCenter/changePwd", // 我的>修改密码
  49. "style": {
  50. "navigationBarTitleText": "修改密码"
  51. }
  52. },
  53. {
  54. "path": "pages/xtNotice/xtNotice", // 我的>消息
  55. "style": {
  56. "navigationBarTitleText": "消息",
  57. "navigationStyle":"custom",
  58. "app-plus":{
  59. "titleNView": {
  60. "titleAlign": "left",
  61. "buttons": [ //原生标题栏按钮配置,
  62. {
  63. "text": "设置全部已读" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  64. "fontSize": "14",
  65. "color": "#00aaff",
  66. "width":"100px"
  67. }
  68. ]
  69. }
  70. }
  71. }
  72. },
  73. {
  74. "path": "pages/xtNotice/xtNoticeDetail/xtNoticeDetail", // 我的>消息详情
  75. "style": {
  76. "navigationBarTitleText": "消息详情"
  77. }
  78. },
  79. {
  80. "path" : "pages/latePlay/chooseBulk",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "选择货架",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. ,{
  88. "path" : "pages/latePlay/chooseProduct",
  89. "style": {
  90. "navigationBarTitleText": "打印贴签",
  91. "navigationStyle":"custom",
  92. "app-plus":{
  93. "titleNView": {
  94. "titleAlign": "left",
  95. "buttons": [ //原生标题栏按钮配置,
  96. {
  97. "text": "\ue65a 批量打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  98. "fontSrc": "/static/iconfont/iconfont.ttf",
  99. "fontSize": "14",
  100. "color": "#00aaff",
  101. "width":"110px"
  102. }
  103. ]
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path" : "pages/index/printAbc",
  110. "style" :
  111. {
  112. "navigationBarTitleText": "打印ABC",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path" : "pages/shuntBackManage/shuntBackList",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "调回管理",
  121. "navigationStyle":"custom",
  122. "app-plus":{
  123. "titleNView": {
  124. "titleAlign": "left",
  125. "buttons": [ //原生标题栏按钮配置,
  126. {
  127. "text": "\ue8c0 新增" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  128. "fontSrc": "/static/iconfont/iconfont.ttf",
  129. "fontSize": "14",
  130. "color": "#00aaff",
  131. "width":"90px"
  132. }
  133. ]
  134. }
  135. }
  136. }
  137. },
  138. {
  139. "path" : "pages/shuntBackManage/cancellingStocks",
  140. "style" :
  141. {
  142. "navigationBarTitleText": "调回退库",
  143. "enablePullDownRefresh": false,
  144. // 将回弹属性关掉
  145. "bounce":"none",
  146. "navigationStyle":"custom",
  147. "app-plus":{
  148. "titleNView": {
  149. "titleAlign": "left",
  150. "buttons": [ //原生标题栏按钮配置,
  151. {
  152. "text": "\ue859 生成销售退货单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  153. "fontSrc": "/static/iconfont/iconfont.ttf",
  154. "fontSize": "14",
  155. "color": "#ffffff",
  156. "width":"140px"
  157. }
  158. ]
  159. }
  160. }
  161. }
  162. },
  163. {
  164. "path" : "pages/shuntBackManage/detail",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "调回详情",
  168. "enablePullDownRefresh": false,
  169. "navigationStyle":"custom",
  170. "app-plus":{
  171. "titleNView": {
  172. "titleAlign": "left",
  173. "buttons": [ //原生标题栏按钮配置,
  174. {
  175. "text": "\ue859 生成销售退货单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  176. "fontSrc": "/static/iconfont/iconfont.ttf",
  177. "fontSize": "14",
  178. "color": "#ffffff",
  179. "width":"140px"
  180. }
  181. ]
  182. }
  183. }
  184. }
  185. },
  186. {
  187. "path" : "pages/shuntBackManage/shelfList",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "选择货架",
  191. "enablePullDownRefresh": false
  192. }
  193. },
  194. {
  195. "path" : "pages/shuntBackManage/addBackOrder",
  196. "style" :
  197. {
  198. "navigationBarTitleText": "新增调回单",
  199. "enablePullDownRefresh": false
  200. }
  201. },
  202. {
  203. "path" : "pages/replenishmentManage/replenishmentList",
  204. "style" :
  205. {
  206. "navigationBarTitleText": "补货管理",
  207. "navigationStyle":"custom",
  208. "app-plus":{
  209. "titleNView": {
  210. "titleAlign": "left",
  211. "buttons": [ //原生标题栏按钮配置,
  212. {
  213. "text": "\ue64e 待补货" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  214. "fontSrc": "/static/iconfont/iconfont.ttf",
  215. "fontSize": "14",
  216. "color": "#ffffff",
  217. "width":"90px"
  218. }
  219. ]
  220. }
  221. }
  222. }
  223. },
  224. {
  225. "path" : "pages/soldOut/shelfList",
  226. "style" :
  227. {
  228. "navigationBarTitleText": "待补货产品",
  229. "enablePullDownRefresh": false
  230. }
  231. },
  232. {
  233. "path" : "pages/soldOut/creatOrder",
  234. "style": {
  235. "navigationStyle": "custom" ,// 隐藏系统导航栏
  236. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  237. }
  238. },
  239. {
  240. "path" : "pages/replenishmentManage/confirm",
  241. "style" :
  242. {
  243. "navigationBarTitleText": "补货确认",
  244. "enablePullDownRefresh": false
  245. }
  246. },
  247. {
  248. "path" : "pages/replenishmentManage/outWarehousing",
  249. "style": {
  250. "navigationStyle": "custom" ,// 隐藏系统导航栏
  251. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  252. }
  253. },
  254. {
  255. "path" : "pages/replenishmentManage/manualPrint",
  256. "style" :
  257. {
  258. "navigationBarTitleText": "手动打印",
  259. "enablePullDownRefresh": false
  260. }
  261. },
  262. {
  263. "path" : "pages/replenishmentManage/scanCodePrint",
  264. "style" :
  265. {
  266. "navigationBarTitleText": "扫码打印",
  267. "enablePullDownRefresh": false
  268. }
  269. },
  270. {
  271. "path" : "pages/replenishmentManage/sendOutGoods",
  272. "style" :
  273. {
  274. "navigationBarTitleText": "扫码出库",
  275. "enablePullDownRefresh": false
  276. }
  277. },
  278. {
  279. "path" : "pages/replenishmentManage/signWarehousing",
  280. "style": {
  281. "navigationStyle": "custom" ,// 隐藏系统导航栏
  282. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  283. }
  284. },
  285. {
  286. "path" : "pages/replenishmentManage/detail",
  287. "style": {
  288. "navigationStyle": "custom" ,// 隐藏系统导航栏
  289. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  290. }
  291. }
  292. ,{
  293. "path" : "pages/common/printTag/printTag",
  294. "style" :
  295. {
  296. "navigationBarTitleText": "打印标签",
  297. "enablePullDownRefresh": false
  298. }
  299. },
  300. {
  301. "path": "pages/stock/index", // 库存
  302. "style": {
  303. "navigationBarTitleText": "库存",
  304. "enablePullDownRefresh": false
  305. }
  306. },
  307. {
  308. "path": "pages/stock/stockSearch", // 库存查询
  309. "style": {
  310. "navigationBarTitleText": "库存查询",
  311. "enablePullDownRefresh": false
  312. }
  313. },
  314. {
  315. "path": "pages/stock/detaiList", // 库存详情列表
  316. "style": {
  317. "navigationBarTitleText": "库存详情",
  318. "enablePullDownRefresh": false
  319. }
  320. },
  321. {
  322. "path": "pages/stock/stockDetail", // 库存详情
  323. "style": {
  324. "navigationBarTitleText": "库存详情",
  325. "enablePullDownRefresh": false
  326. }
  327. },
  328. {
  329. "path": "pages/stock/warehouseDetail", // 出入库明细详情
  330. "style": {
  331. "navigationBarTitleText": "出入库明细",
  332. "enablePullDownRefresh": false
  333. }
  334. },
  335. {
  336. "path": "pages/sales/index", // 销售
  337. "style": {
  338. "navigationBarTitleText": "销售",
  339. "enablePullDownRefresh": false
  340. }
  341. },
  342. {
  343. "path": "pages/sales/list", // 销售列表
  344. "style": {
  345. "navigationBarTitleText": "销售单",
  346. "navigationStyle":"custom",
  347. "app-plus":{
  348. "titleNView": {
  349. "titleAlign": "left",
  350. "buttons": [ //原生标题栏按钮配置,
  351. {
  352. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  353. "fontSrc": "/static/iconfont/iconfont.ttf",
  354. "fontSize": "14",
  355. "width":"90px"
  356. }
  357. ]
  358. }
  359. }
  360. }
  361. },
  362. {
  363. "path": "pages/sales/addSales", // 新增销售单
  364. "style": {
  365. "navigationBarTitleText": "新增销售单",
  366. "enablePullDownRefresh": false
  367. }
  368. },
  369. {
  370. "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
  371. "style": {
  372. "navigationBarTitleText": "销售单",
  373. "enablePullDownRefresh": false
  374. }
  375. },
  376. {
  377. "path": "pages/sales/chooseProduct", // 选择产品
  378. "style": {
  379. "navigationBarTitleText": "选择产品",
  380. "navigationStyle":"custom",
  381. "app-plus":{
  382. "titleNView": {
  383. "titleAlign": "left",
  384. "buttons": [ //原生标题栏按钮配置,
  385. {
  386. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  387. "fontSrc": "/static/iconfont/iconfont.ttf",
  388. "fontSize": "14",
  389. "width":"90px"
  390. }
  391. ]
  392. }
  393. }
  394. }
  395. },
  396. {
  397. "path": "pages/sales/chooseCustomer", // 销售单 选择客户
  398. "style": {
  399. "navigationBarTitleText": "选择客户",
  400. "enablePullDownRefresh": false
  401. }
  402. },
  403. {
  404. "path": "pages/sales/addCustomer", // 销售单 选择客户
  405. "style": {
  406. "navigationBarTitleText": "新增客户",
  407. "enablePullDownRefresh": false
  408. }
  409. },
  410. {
  411. "path": "pages/sales/productPricing", // 产品报价
  412. "style": {
  413. "navigationBarTitleText": "产品报价",
  414. "navigationStyle":"custom",
  415. "app-plus":{
  416. "titleNView": {
  417. "titleAlign": "left",
  418. "buttons": [ //原生标题栏按钮配置,
  419. {
  420. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  421. "fontSrc": "/static/iconfont/iconfont.ttf",
  422. "fontSize": "14",
  423. "width":"90px"
  424. }
  425. ]
  426. }
  427. }
  428. }
  429. },
  430. {
  431. "path" : "pages/webviews/openview",
  432. "style" :
  433. {
  434. "navigationBarTitleText": "网页",
  435. "enablePullDownRefresh": false
  436. }
  437. }
  438. ,{
  439. "path" : "pages/sales/salesRecord",
  440. "style" :
  441. {
  442. "navigationBarTitleText": "销售记录",
  443. "enablePullDownRefresh": false
  444. }
  445. }
  446. ,{
  447. "path" : "pages/approveStore/list",
  448. "style" :
  449. {
  450. "navigationBarTitleText": "门店审核",
  451. "enablePullDownRefresh": false
  452. }
  453. }
  454. ,{
  455. "path" : "pages/approveStore/authPass",
  456. "style" :
  457. {
  458. "navigationBarTitleText": "审核通过",
  459. "enablePullDownRefresh": false
  460. }
  461. }
  462. ,{
  463. "path" : "pages/approveStore/detail",
  464. "style" :
  465. {
  466. "navigationBarTitleText": "门店审核详情",
  467. "enablePullDownRefresh": false
  468. }
  469. }
  470. ,{
  471. "path" : "pages/shelfSetting/shelfList",
  472. "style" :
  473. {
  474. "navigationBarTitleText": "选择货架",
  475. "enablePullDownRefresh": false
  476. }
  477. }
  478. ,{
  479. "path" : "pages/shelfSetting/shelfSet",
  480. "style": {
  481. "navigationStyle": "custom" ,// 隐藏系统导航栏
  482. "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  483. }
  484. }
  485. ,{
  486. "path" : "pages/shelfSetting/editShelf",
  487. "style" :
  488. {
  489. "navigationBarTitleText": "修改货架名称",
  490. "enablePullDownRefresh": false
  491. }
  492. }
  493. ,{
  494. "path" : "pages/shelfSetting/searchShelfHw",
  495. "style" :
  496. {
  497. "navigationBarTitleText": "按产品搜索",
  498. "enablePullDownRefresh": false
  499. }
  500. }
  501. ,{
  502. "path" : "pages/shelfSetting/editShelfHw",
  503. "style" :
  504. {
  505. "navigationBarTitleText": "编辑货位",
  506. "enablePullDownRefresh": false
  507. }
  508. }
  509. ,{
  510. "path" : "pages/shelfSetting/addShelfHw",
  511. "style" :
  512. {
  513. "navigationBarTitleText": "新增货位",
  514. "enablePullDownRefresh": false
  515. }
  516. }
  517. ,{
  518. "path" : "pages/shelfSetting/bindProduct",
  519. "style" :
  520. {
  521. "navigationBarTitleText": "绑定产品",
  522. "enablePullDownRefresh": false
  523. }
  524. }
  525. ,{
  526. "path" : "pages/shelfSetting/batchPrint",
  527. "style" :
  528. {
  529. "navigationBarTitleText": "批量打印",
  530. "enablePullDownRefresh": false
  531. }
  532. }
  533. ,{
  534. "path" : "pages/shelfSetting/quickReplenish",
  535. "style" :
  536. {
  537. "navigationBarTitleText": "快速补货",
  538. "enablePullDownRefresh": false
  539. }
  540. }
  541. ,{
  542. "path" : "pages/stockCheck/shelfList",
  543. "style" :
  544. {
  545. "navigationBarTitleText": "选择货架",
  546. "enablePullDownRefresh": false
  547. }
  548. }
  549. ,{
  550. "path" : "pages/stockCheck/startCheck",
  551. "style": {
  552. "navigationBarTitleText": "库存盘点",
  553. "navigationStyle":"custom",
  554. "app-plus":{
  555. "titleNView": {
  556. "titleAlign": "left",
  557. "buttons": [ //原生标题栏按钮配置,
  558. {
  559. "text": "\ue694 盘点历史" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  560. "fontSrc": "/static/iconfont/iconfont.ttf",
  561. "fontSize": "14",
  562. "color": "#00aaff",
  563. "width":"120px"
  564. }
  565. ]
  566. }
  567. }
  568. }
  569. }
  570. ,{
  571. "path" : "pages/stockCheck/submitStockCheck",
  572. "style" :
  573. {
  574. "navigationBarTitleText": "提交盘点单",
  575. "enablePullDownRefresh": false
  576. }
  577. }
  578. ,{
  579. "path" : "pages/stockCheck/checkRecord",
  580. "style" :
  581. {
  582. "navigationBarTitleText": "盘点历史",
  583. "enablePullDownRefresh": false
  584. }
  585. }
  586. ,{
  587. "path" : "pages/batchShelves/index",
  588. "style" :
  589. {
  590. "navigationBarTitleText": "批量上架—选层",
  591. "enablePullDownRefresh": false
  592. }
  593. }
  594. ,{
  595. "path" : "pages/batchShelves/scanProduct",
  596. "style" :
  597. {
  598. "navigationBarTitleText": "扫描条形码",
  599. "enablePullDownRefresh": false,
  600. "app-plus":{
  601. "titleNView": {
  602. "titleAlign": "left",
  603. "buttons": [ //原生标题栏按钮配置,
  604. {
  605. "text": "\ue694 搜索" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  606. "fontSrc": "/static/iconfont/iconfont.ttf",
  607. "fontSize": "16",
  608. "color": "#00aaff",
  609. "width":"80px"
  610. }
  611. ]
  612. }
  613. }
  614. }
  615. }
  616. ,{
  617. "path" : "pages/batchShelves/searchProduct",
  618. "style" :
  619. {
  620. "navigationBarTitleText": "产品编码搜索",
  621. "enablePullDownRefresh": false,
  622. "app-plus":{
  623. "titleNView": {
  624. "titleAlign": "left",
  625. "buttons": [ //原生标题栏按钮配置,
  626. {
  627. "text": "\ue617 扫码" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  628. "fontSrc": "/static/iconfont/iconfont.ttf",
  629. "fontSize": "16",
  630. "color": "#00aaff",
  631. "width":"80px"
  632. }
  633. ]
  634. }
  635. }
  636. }
  637. }
  638. ,{
  639. "path" : "pages/batchShelves/cartList",
  640. "style" :
  641. {
  642. "navigationBarTitleText": "批量上架",
  643. "enablePullDownRefresh": false,
  644. "app-plus":{
  645. "titleNView": {
  646. "titleAlign": "left",
  647. "buttons": [ //原生标题栏按钮配置,
  648. {
  649. "text": "\ue67a 上架" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  650. "fontSrc": "/static/iconfont/iconfont.ttf",
  651. "fontSize": "14",
  652. "color": "#00aaff",
  653. "width":"80px"
  654. },
  655. {
  656. "text": "\ue65a 打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  657. "fontSrc": "/static/iconfont/iconfont.ttf",
  658. "fontSize": "14",
  659. "color": "#00aaff",
  660. "width":"auto"
  661. }
  662. ]
  663. }
  664. }
  665. }
  666. },{
  667. "path" : "pages/batchShelves/editShelfHw",
  668. "style" :
  669. {
  670. "navigationBarTitleText": "编辑上架信息",
  671. "enablePullDownRefresh": false
  672. }
  673. }
  674. ,{
  675. "path" : "pages/batchShelves/setProductCost",
  676. "style" :
  677. {
  678. "navigationBarTitleText": "结算价设置",
  679. "enablePullDownRefresh": false
  680. }
  681. }
  682. ,{
  683. "path" : "pages/batchShelves/batchPrint/batchPrint",
  684. "style" :
  685. {
  686. "navigationBarTitleText": "批量打印",
  687. "enablePullDownRefresh": false
  688. }
  689. }
  690. ,{
  691. "path" : "pages/shelfOrder/shelfOrder",
  692. "style" :
  693. {
  694. "navigationBarTitleText": "货架订单",
  695. "enablePullDownRefresh": false,
  696. "app-plus":{
  697. "titleNView": {
  698. "titleAlign": "left",
  699. "buttons": [ //原生标题栏按钮配置,
  700. {
  701. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  702. "fontSrc": "/static/iconfont/iconfont.ttf",
  703. "fontSize": "14",
  704. "width":"80px"
  705. }
  706. ]
  707. }
  708. }
  709. }
  710. }
  711. ,{
  712. "path" : "pages/shelfOrder/orderDetail",
  713. "style" :
  714. {
  715. "navigationBarTitleText": "货架订单详情",
  716. "enablePullDownRefresh": false
  717. }
  718. }
  719. ,{
  720. "path" : "pages/statistics/index",
  721. "style" :
  722. {
  723. "navigationBarTitleText": "销售统计",
  724. "navigationStyle":"custom",
  725. "app-plus":{
  726. "titleNView": {
  727. "titleAlign": "left",
  728. "buttons": [ //原生标题栏按钮配置,
  729. {
  730. "text": "\ue626 本周" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  731. "fontSrc": "/static/iconfont/iconfont.ttf",
  732. "fontSize": "14",
  733. "color": "#00aaff",
  734. "width":"90px"
  735. }
  736. ]
  737. }
  738. }
  739. }
  740. }
  741. ,{
  742. "path" : "pages/statistics/chooseShelf",
  743. "style" :
  744. {
  745. "navigationBarTitleText": "选择客户",
  746. "enablePullDownRefresh": false
  747. }
  748. }
  749. ,{
  750. "path" : "pages/vinAnalyse/shelfList",
  751. "style" :
  752. {
  753. "navigationBarTitleText": "选择货架",
  754. "enablePullDownRefresh": false
  755. }
  756. }
  757. ,{
  758. "path" : "pages/vinAnalyse/fitProductlist",
  759. "style" :
  760. {
  761. "navigationBarTitleText": "适配产品统计",
  762. "navigationStyle":"custom",
  763. "app-plus":{
  764. "titleNView": {
  765. "titletext": "适配产品统计"
  766. }
  767. }
  768. }
  769. }
  770. ,{
  771. "path" : "pages/vinAnalyse/shelfAnalyse",
  772. "style": {
  773. "navigationStyle":"custom",
  774. "app-plus":{
  775. "titleNView": {
  776. "titletext":"VIN分析",
  777. "titleAlign": "left",
  778. "buttons": [ //原生标题栏按钮配置,
  779. {
  780. "text": "\ue626 适配产品统计" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  781. "fontSrc": "/static/iconfont/iconfont.ttf",
  782. "fontSize": "14",
  783. "color": "#00aaff",
  784. "width":"140px"
  785. }
  786. ]
  787. }
  788. }
  789. }
  790. }
  791. ,{
  792. "path" : "pages/soldOut/chooseProduct",
  793. "style" :
  794. {
  795. "navigationBarTitleText": "选择待补货产品",
  796. "enablePullDownRefresh": false
  797. }
  798. }
  799. ],
  800. "globalStyle": {
  801. "navigationBarTextStyle": "black",
  802. "navigationBarTitleText": "iscm",
  803. "navigationBarBackgroundColor": "#FFFFFF",
  804. "backgroundColor": "#f2f2f2",
  805. "app-plus": {
  806. // 将回弹属性关掉
  807. "bounce": "none",
  808. "scrollIndicator": "none",
  809. "titleAlign": "left",
  810. "disableSwipeBack": true,
  811. "softinputMode":"adjustResize"
  812. }
  813. },
  814. "tabBar": {
  815. "fontSize": "14px",
  816. "list": [
  817. {
  818. "pagePath": "pages/sales/index",
  819. "text": "销售",
  820. "visible": true
  821. },
  822. {
  823. "pagePath": "pages/stock/index",
  824. "text": "库存",
  825. "visible": true
  826. },
  827. {
  828. "pagePath": "pages/index/index",
  829. "text": "货架",
  830. "visible": true
  831. },
  832. {
  833. "pagePath": "pages/statistics/index",
  834. "text": "统计",
  835. "visible": true
  836. },
  837. {
  838. "pagePath": "pages/userCenter/index",
  839. "text": "我的",
  840. "visible": true
  841. }
  842. ]
  843. }
  844. }